diff options
| author | 2023-12-26 03:18:27 +0800 | |
|---|---|---|
| committer | 2023-12-26 03:18:27 +0800 | |
| commit | 434aa42c8b880f5b0e43ff8a3169443609bd3da4 (patch) | |
| tree | 604531cae557f725eebb512f0acf33b0f9fe9c11 /mkdocs.yml | |
| parent | 85fc0eb4cc7e7af8f5d02369603694d76b12d05e (diff) | |
| download | echo-434aa42c8b880f5b0e43ff8a3169443609bd3da4.tar.gz echo-434aa42c8b880f5b0e43ff8a3169443609bd3da4.zip | |
refactor(docs): add site theme
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..d6f9da1 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,39 @@ +site_name: Echo Standard +site_description: Event Communication and Harmonization across Online platforms +site_url: https://echo.hydroroll.team + +theme: + name: windmill-dark # alabaster + highlightjs: true + hljs_languages: + - yaml + - rust + +repo_url: https://github.com/HydroRoll-Team/echo +edit_uri: blob/main/docs/ + +site_author: Hsiang Nianian +copyright: 2023 HydroRoll-Team + +extra: + version: 1.0 + +markdown_extensions: + - toc: + permalink: true + separator: "_" + +hooks: + - scripts/hooks.py + +plugins: + - search + +nav: + - Home: index.md + - Contents: + - Term.md + - Event.md + - Element.md + - Resources: + - API.md
\ No newline at end of file |
