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
I have a file named output.md that is the output of a script. I do not want to include this file in the TOC. Instead, I include this file in a different markdown file using the include directive:
:::{include} scripts/codeowner-gen/output.md
:::
However, the build gives this fail because output.md is not included in the TOC:
:: fail: Documentation.Builder.Log[0] Not linked in toc: migration/scripts/codeowner-gen/output.md (/Users/brandon/Documents/GitHub/docs-builder/docs/source/docset.yml:)
:: info: DocumentationGenerator[0] Created documentation set for: /Users/brandon/Documents/GitHub/docs-builder/docs/source
:: info: DocumentationGenerator[0] Source directory: /Users/brandon/Documents/GitHub/docs-builder/docs/source Exists: True
:: info: DocumentationGenerator[0] Output directory: /Users/brandon/Documents/GitHub/docs-builder/.artifacts/docs/html Exists: True