You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/migration/versioning.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Tagged deployment
47
47
48
48
This is the default. To get started, follow our [guide](guide/index.md) to set up the new docs folder structure and CI configuration
49
49
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`.
51
51
52
52
For example say you want to onboard `elastic/my-repository` into the production build:
53
53
@@ -113,4 +113,4 @@ jobs:
113
113
pull-requests: read
114
114
```
115
115
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