diff options
| author | 2024-07-21 09:06:42 +0800 | |
|---|---|---|
| committer | 2024-07-21 09:06:42 +0800 | |
| commit | 5ad26d4cb60999972ac0130fb55376b51952b16d (patch) | |
| tree | 62977e7dbb46a616c49f9559a9bc4ec6d0566b6e /mkdocs.yml | |
| parent | cea648308d0182f098e4b7eb6d1909c81b504eda (diff) | |
| download | echo-5ad26d4cb60999972ac0130fb55376b51952b16d.tar.gz echo-5ad26d4cb60999972ac0130fb55376b51952b16d.zip | |
refactor!: rebuild docs with sphinx
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index 814230c..0000000 --- a/mkdocs.yml +++ /dev/null @@ -1,42 +0,0 @@ -site_name: Echo Standard -site_description: Event Communication and Harmonization across Online platforms -site_url: https://echo.hydroroll.team - -theme: - name: alabaster - highlightjs: true - hljs_languages: - - yaml - - rust - - json - - python - - toml - -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 |
