Merged
Conversation
10 tasks
colleenmcginnis
pushed a commit
to elastic/docs-content
that referenced
this pull request
Mar 25, 2025
Related to elastic/docs-builder#845 Remove some reference section landing pages: * `reference/cloud/index.md`: Use the elastic/cloud repo's [`reference/index.md`](https://github.com/elastic/cloud/blob/master/docs/reference/index.md) instead ([preview](https://docs-v3-preview.elastic.dev/elastic/cloud/tree/master/reference)) * `reference/elasticsearch/index.md`: Use the elastic/elasticsearch repo's [`reference/elasticsearch/index.md`](https://github.com/elastic/elasticsearch/blob/main/docs/reference/elasticsearch/index.md) instead ([preview](https://docs-v3-preview.elastic.dev/elastic/elasticsearch/tree/main/reference/elasticsearch/)) * `reference/ecs/index.md`: Use the elastic/ecs repo's [`reference/index.md`](https://github.com/elastic/ecs/blob/main/docs/reference/index.md) instead ([preview](https://docs-v3-preview.elastic.dev/elastic/ecs/tree/main/reference/))
navigation.ymlnavigation.yml
reakaleek
approved these changes
Mar 26, 2025
bmorelli25
approved these changes
Mar 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm stuck on updating the
navigation.ymlfor release notes and I'm hoping @Mpdreamz can help me figure out where I'm going wrong.The problem
path_prefixto thetoc.ymlfile in each subdirectory in docs-content'srelease-notesdirectory:elastic-cloud-serverless→release-notes/cloud-serverlesselastic-observability→release-notes/observabilityelastic-security→release-notes/securityfleet-elastic-agent→release-notes/fleetindex.mdfile (justrelease_notes).navigation.ymlfile, but I'm not sure how to deal with theindex.mdfile (justrelease_notes) file because it doesn't have its owntoc.yml.What I tried
.artifacts/checkouts/docs-content/release-notesdirectory, I created a newintrodirectory.index.md: An exact copy ofindex.md.toc.yml: With theindex.mdfile as the only item.toc.ymlto be:Error: No toc for output path: 'docs-content://release-notes/index.md' falling back to: '/GitHub/docs-builder/.artifacts/assembly/docs/_failed/docs-content/release-notes/index.md'and the rendered result looked like this:I'm not sure what else to do.
Other changes
max_toc_depth: 2to the cloud repo'sdocset.ymlfile because I added separate items forcloud://release-notes/cloud-hostedandcloud://release-notes/cloud-enterprisesince these need different path prefixes, too.curator,ecctl, andlogstash-docs-mdtoassembler.ymlandnavigation.ymlnow that they are available and their links.json files are being updated.