From 49882d5641b9a266b8405f339e8339eb549b56ec Mon Sep 17 00:00:00 2001 From: Franklin Koch Date: Mon, 20 May 2024 01:16:32 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Move=20composing-myst-yml=20from?= =?UTF-8?q?=20note=20to=20section=20in=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/frontmatter.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/frontmatter.md b/docs/frontmatter.md index 9a2a51dc9..c3626c30a 100644 --- a/docs/frontmatter.md +++ b/docs/frontmatter.md @@ -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. -::: +++