aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mkdocs.yml
blob: 814230cbc4a3210a5d56a8483491ed324ae3a4f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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