This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch TIKA-4630-on-main in repository https://gitbox.apache.org/repos/asf/tika.git
commit dc7d12141af3585f29aeedf03d9643f74821f629 Author: tallison <[email protected]> AuthorDate: Fri Jan 23 15:28:42 2026 -0500 Move embedded document metadata docs to Antora structure Migrate embedded-documents.adoc from old docs/src/main/asciidoc location to new Antora structure at docs/modules/ROOT/pages/advanced/ Co-Authored-By: Claude Opus 4.5 <[email protected]> --- docs/modules/ROOT/nav.adoc | 1 + .../ROOT/pages/advanced}/embedded-documents.adoc | 0 docs/modules/ROOT/pages/advanced/index.adoc | 1 + .../src/main/asciidoc/advanced/metadata/index.adoc | 25 ---------------------- 4 files changed, 2 insertions(+), 25 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index b44e6e0031..1b5db90702 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -32,6 +32,7 @@ * xref:advanced/index.adoc[Advanced] ** xref:advanced/robustness.adoc[Robustness] ** xref:advanced/spooling.adoc[Spooling] +** xref:advanced/embedded-documents.adoc[Embedded Document Metadata] * xref:faq.adoc[FAQ] * xref:security.adoc[Security] * xref:roadmap.adoc[Roadmap] diff --git a/docs/src/main/asciidoc/advanced/metadata/embedded-documents.adoc b/docs/modules/ROOT/pages/advanced/embedded-documents.adoc similarity index 100% rename from docs/src/main/asciidoc/advanced/metadata/embedded-documents.adoc rename to docs/modules/ROOT/pages/advanced/embedded-documents.adoc diff --git a/docs/modules/ROOT/pages/advanced/index.adoc b/docs/modules/ROOT/pages/advanced/index.adoc index 83cc5d15bb..c98f515020 100644 --- a/docs/modules/ROOT/pages/advanced/index.adoc +++ b/docs/modules/ROOT/pages/advanced/index.adoc @@ -23,6 +23,7 @@ This section covers advanced usage and internals of Apache Tika. * xref:advanced/robustness.adoc[Robustness] - Process isolation and fault tolerance when parsing untrusted content * xref:advanced/spooling.adoc[TikaInputStream and Spooling] - Understanding how TikaInputStream handles buffering, caching, and spooling to disk +* xref:advanced/embedded-documents.adoc[Embedded Document Metadata] - Understanding how Tika tracks embedded documents and their paths // Add links to specific topics as they are created // * link:custom-parsers.html[Writing Custom Parsers] diff --git a/docs/src/main/asciidoc/advanced/metadata/index.adoc b/docs/src/main/asciidoc/advanced/metadata/index.adoc deleted file mode 100644 index f99bb69a63..0000000000 --- a/docs/src/main/asciidoc/advanced/metadata/index.adoc +++ /dev/null @@ -1,25 +0,0 @@ -// -// Licensed to the Apache Software Foundation (ASF) under one or more -// contributor license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright ownership. -// The ASF licenses this file to You under the Apache License, Version 2.0 -// (the "License"); you may not use this file except in compliance with -// the License. You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -= Metadata Reference - -This section documents the metadata fields that Tika produces during parsing. - -== Topics - -* xref:embedded-documents.adoc[Embedded Document Metadata] - Understanding how Tika tracks - attachments and embedded resources within container files
