This repository was archived by the owner on Nov 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
81 lines (71 loc) · 2.16 KB
/
mkdocs.yml
File metadata and controls
81 lines (71 loc) · 2.16 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: H-Hat Quantum Programming Language
site_description: 'H-Hat'
site_author: 'H-Hat Lang'
site_url: 'https://hhat-lang.github.io/docs/'
copyright: >
Copyright © 2022 - 2023 H-Hat Lang
docs_dir: docs/
repo_name: hhat-lang/hhat_lang
repo_url: https://github.com/hhat-lang/hhat_lang
nav:
- Intro: 'index.md'
plugins:
- search:
separator: '[\s\-\.]'
- glightbox
theme:
name: 'material'
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: light blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant # Instant loading pages.
- navigation.sections # Render top sections as groups.
- navigation.top # Adds a "Back to top" that is shown when scrolling up.
- navigation.tracking # Updates the url with highlighted section anchor.
- navigation.indexes # Documents can be directly attached to sections
- search.highlight # Search will highlight the searched word(s) on the page.*
- search.share # Adds an option to share a search query link.*
- search.suggest # Search will suggest the likeliest completion for a word.*
- content.tabs.link
- content.code.annotate # code annotations
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/hhat-lang/hhat_lang'
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details:
- pymdownx.highlight:
anchor_linenums: true