From 6b0826979413fa1055a7ab19f5d07303d2bb0ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:21:37 +0200 Subject: [PATCH] Added link to assembler.yml file The deployment models are nicely explained, but when we explain that the repository needs to be added to assembler.yml I had no clue of where exactly that file resides. I was suspecting that it was somewhere in the docs-builder repo, but I wasn't even sure about it. I think a link or a note explaining that the assembler.yml is under `src/tooling/docs-assembler/assembler.yml` of docs-builder would be beneficial. For the moment I've added only a link, but if anyone prefers a different option I'm ok with that. --- docs/migration/versioning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration/versioning.md b/docs/migration/versioning.md index 46a40bfe6..4dd9d093f 100644 --- a/docs/migration/versioning.md +++ b/docs/migration/versioning.md @@ -47,7 +47,7 @@ Tagged deployment This is the default. To get started, follow our [guide](guide/index.md) to set up the new docs folder structure and CI configuration -Once setup ensure the repository is added to our `assembler.yml` under `references`. +Once setup ensure the repository is added to our [`assembler.yml`](https://github.com/elastic/docs-builder/blob/main/src/tooling/docs-assembler/assembler.yml) under `references`. For example say you want to onboard `elastic/my-repository` into the production build: @@ -113,4 +113,4 @@ jobs: pull-requests: read ``` -1. Ensure version branches are built and publish their links ahead of time. \ No newline at end of file +1. Ensure version branches are built and publish their links ahead of time.