Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📚 Move composing-myst-yml from note to section in docs
Browse files Browse the repository at this point in the history
fwkoch committed May 21, 2024
1 parent 19d66e5 commit 49882d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/frontmatter.md
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ project:
```
(composing-myst-yml)=
:::{note} Composing multiple `.yml` files
#### Composing multiple `.yml` files

You may separate your frontmatter into multiple, composable files. To reference other files from your main `myst.yml` file, use the `extends` key with relative path(s) to the other configuration files:

@@ -71,7 +71,6 @@ extends:
Each of these files listed under `extends` must contain valid `myst.yml` structure with `version: 1` and `site` or `project` keys. They may also have additional files listed under `extends`.

Composing files together this way allows you to have a single source of truth for project frontmatter that may be reused across multiple projects, for example math macros or funding information.
:::

+++

0 comments on commit 49882d5

Please sign in to comment.