From c7a6959716e0a82c221e16b44a663a1a93772a4b Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Tue, 15 Apr 2025 10:47:58 +0200 Subject: [PATCH 1/2] Update index.md --- docs/configure/site/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure/site/index.md b/docs/configure/site/index.md index 2603e797d..82d5893e5 100644 --- a/docs/configure/site/index.md +++ b/docs/configure/site/index.md @@ -21,7 +21,7 @@ TBD In both the AsciiDoctor- and V3-based system, there is site-wide configuration where you list all content sources, where to find those sources, and in what order they should be added to the site. -In the AsciiDoctor system, this all happens in one YAML file in the `/docs` repo. In the V3 system, this happens in the `assembler.yml` file in `docs-content`. +In the AsciiDoctor system, this all happens in one YAML file in the `/docs` repo. In the V3 system, this happens in the [`assembler.yml`](https://github.com/elastic/docs-builder/blob/main/src/docs-assembler/assembler.yml) file in `docs-builder`. [assembler.yml](./content.md) From 05a0749247b74a6c255921bb7ef30f9ad62bb1a4 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Tue, 15 Apr 2025 10:57:32 +0200 Subject: [PATCH 2/2] Update docs/configure/site/index.md Co-authored-by: Martijn Laarman --- docs/configure/site/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configure/site/index.md b/docs/configure/site/index.md index 82d5893e5..1b7240194 100644 --- a/docs/configure/site/index.md +++ b/docs/configure/site/index.md @@ -21,7 +21,9 @@ TBD In both the AsciiDoctor- and V3-based system, there is site-wide configuration where you list all content sources, where to find those sources, and in what order they should be added to the site. -In the AsciiDoctor system, this all happens in one YAML file in the `/docs` repo. In the V3 system, this happens in the [`assembler.yml`](https://github.com/elastic/docs-builder/blob/main/src/docs-assembler/assembler.yml) file in `docs-builder`. +In the AsciiDoctor system, this all happens in one YAML file in the `/docs` repo. In the V3 system: +* Content configuration happens in the [`assembler.yml`](https://github.com/elastic/docs-builder/blob/main/src/docs-assembler/assembler.yml) file in `docs-builder`. +* Navigation configuration happens in the [`navigation.yml`](https://github.com/elastic/docs-builder/blob/main/src/docs-assembler/navigation.yml) file in `docs-builder`. [assembler.yml](./content.md)