Skip to content

Commit 0f29f3f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d90bab9 commit 0f29f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/decisions/0001-myst-migration

docs/decisions/0001-myst-migration/PLAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ npm, etc.).
8282
`python3 -c "import uuid; print(uuid.uuid4())"`) — without this MyST
8383
regenerates the id on each build, breaking caching and cross-references
8484
- 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
85+
myst build --html`) but root placement with `content/`-prefixed toc paths
8686
is simpler for this repo layout and avoids wrapping every Make target.
8787
- Note: MyST supports separating the toc into a standalone file via the
8888
`extends:` key in `myst.yml` (`extends: _toc.yml`). Docs:

0 commit comments

Comments
 (0)