@@ -11,22 +11,6 @@ within Markdown files.
1111
1212## Configuration
1313
14- This configuration allows to set a title and description for a page, change the
15- template or define an icon to be rendered in the navigation. Add the following
16- lines to ` mkdocs.yml ` :
17-
18- ``` yaml
19- markdown_extensions :
20- - meta
21- ` ` `
22-
23- See additional configuration options:
24-
25- - [Metadata]
26-
27- [front matter]: https://jekyllrb.com/docs/front-matter/
28- [Metadata]: ../setup/extensions/python-markdown.md#metadata
29-
3014### Built-in meta plugin :material-alert-decagram:{ .mdx-pulse title="Added on July 17, 2022" }
3115
3216[ :octicons-heart-fill-24:{ .mdx-heart } Sponsors only] [ Insiders ] { .mdx-insiders } ·
@@ -70,8 +54,8 @@ The following configuration options are available:
7054
7155# ## Setting the page title
7256
73- When [Metadata] is enabled, the page title can be overridden for a document with
74- some custom front matter . Add the following lines at the top of a Markdown file :
57+ The page title can be overridden for a document with the front matter `title`
58+ property . Add the following lines at the top of a Markdown file :
7559
7660` ` ` sh
7761---
@@ -92,9 +76,8 @@ title: Lorem ipsum dolor sit amet # (1)!
9276
9377# ## Setting the page description
9478
95- When [Metadata] is enabled, the page description can be overridden for a
96- document with custom front matter. Add the following lines at the top of a
97- Markdown file :
79+ The page description can be overridden for a document with the front matter
80+ `description` property. Add the following lines at the top of a Markdown file :
9881
9982` ` ` sh
10083---
@@ -115,8 +98,7 @@ description: Nullam urna elit, malesuada eget finibus ut, ac tortor. # (1)!
11598:octicons-beaker-24 : Experimental
11699
117100An icon can be assigned to each page, which is then rendered as part of the
118- navigation sidebar. Ensure [Metadata] is enabled and add the following lines
119- at the top of a Markdown file :
101+ navigation sidebar. Add the following lines at the top of a Markdown file :
120102
121103` ` ` sh
122104---
0 commit comments