diff --git a/docs/0_timeline/contact-us.md b/docs/0_timeline/contact-us.md index 2692637..b1f17ee 100644 --- a/docs/0_timeline/contact-us.md +++ b/docs/0_timeline/contact-us.md @@ -3,11 +3,8 @@ We would love to hear from you. Whether you are interested in contributing, forming a partnership, or have a question about the project, please use the form below. Our team monitors submissions and will get back to you shortly.
+ diff --git a/includes/glossary.md b/docs/includes/glossary.md similarity index 100% rename from includes/glossary.md rename to docs/includes/glossary.md diff --git a/docs/smartup-zero/1_general_forum.md b/docs/smartup-zero/1_general_forum.md index 7870d9f..5b3519d 100644 --- a/docs/smartup-zero/1_general_forum.md +++ b/docs/smartup-zero/1_general_forum.md @@ -334,4 +334,4 @@ How to participate and make your voice heard. We would love to hear from you. Whether you are interested in contributing, forming a partnership, or have a question about the project, please use the form below. Our team monitors submissions and will get back to you shortly. ---8<-- "contact.md" +--8<-- "_snippets/contact.md" diff --git a/mkdocs.yml b/mkdocs.yml index ff009ea..6e863a3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,9 +38,6 @@ theme: text: 'Source Sans Pro, Arial, sans-serif' code: 'Fira Mono, monospace' -watch: - - includes - markdown_extensions: - admonition - pymdownx.details @@ -62,7 +59,8 @@ markdown_extensions: emoji_generator: !!python/name:material.extensions.emoji.to_svg - pymdownx.inlinehilite - pymdownx.snippets: - base_path: . + base_path: + - docs auto_append: - includes/glossary.md - pymdownx.keys