Skip to content

Commit 0ff74de

Browse files
authored
Added link to assembler.yml file (#1493)
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.
1 parent 02afa8b commit 0ff74de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/migration/versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Tagged deployment
4747

4848
This is the default. To get started, follow our [guide](guide/index.md) to set up the new docs folder structure and CI configuration
4949

50-
Once setup ensure the repository is added to our `assembler.yml` under `references`.
50+
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`.
5151

5252
For example say you want to onboard `elastic/my-repository` into the production build:
5353

@@ -113,4 +113,4 @@ jobs:
113113
pull-requests: read
114114
```
115115

116-
1. Ensure version branches are built and publish their links ahead of time.
116+
1. Ensure version branches are built and publish their links ahead of time.

0 commit comments

Comments
 (0)