From 07361672c4163f43e6d53f2236c4c7a067a20084 Mon Sep 17 00:00:00 2001 From: Robbert Schep Date: Sat, 2 Aug 2025 00:50:14 +0200 Subject: [PATCH] fixes in the contact form --- docs/0_timeline/contact-us.md | 15 +++++++------ docs/_snippets/contact.md | 28 ++++++++++++++++--------- {includes => docs/includes}/glossary.md | 0 docs/smartup-zero/1_general_forum.md | 2 +- mkdocs.yml | 6 ++---- 5 files changed, 28 insertions(+), 23 deletions(-) rename {includes => docs/includes}/glossary.md (100%) 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.
- - - - - + + @@ -22,13 +19,15 @@ We would love to hear from you. Whether you are interested in contributing, form - - + + + -
+ +
diff --git a/docs/_snippets/contact.md b/docs/_snippets/contact.md index e7495eb..42fdc26 100644 --- a/docs/_snippets/contact.md +++ b/docs/_snippets/contact.md @@ -1,24 +1,32 @@ - - + + - + + + + - - + + - - + + - + + - + - + +
+ +
+ 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