We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90bab9 commit 0f29f3fCopy full SHA for 0f29f3f
1 file changed
docs/decisions/0001-myst-migration/PLAN.md
@@ -82,7 +82,7 @@ npm, etc.).
82
`python3 -c "import uuid; print(uuid.uuid4())"`) — without this MyST
83
regenerates the id on each build, breaking caching and cross-references
84
- Why: `myst.yml` can also live in a subdirectory (build via `cd subdir &&
85
- myst build --html`) but root placement with `content/`-prefixed toc paths
+myst build --html`) but root placement with `content/`-prefixed toc paths
86
is simpler for this repo layout and avoids wrapping every Make target.
87
- Note: MyST supports separating the toc into a standalone file via the
88
`extends:` key in `myst.yml` (`extends: _toc.yml`). Docs:
0 commit comments