-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (32 loc) · 782 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (32 loc) · 782 Bytes
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
site_name: optics-ts
site_url: https://akheron.github.io/optics-ts
repo_url: https://github.com/akheron/optics-ts
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.instant
- navigation.expand
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- toc:
permalink: '#'
nav:
- Home: 'index.md'
- 'installation.md'
- 'tutorial.md'
- 'two-syntaxes.md'
- Reference:
- 'reference-intro.md'
- 'reference-mc.md'
- 'reference-standalone.md'
- 'reference-interop.md'
- 'prior-art.md'