-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (38 loc) · 923 Bytes
/
mkdocs.yml
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
site_name: ' '
site_url: https://accelerate.tpau.group/
repo_url: https://github.com/T-Pau/Accelerate
copyright: ©2024 Dieter Baron
extra:
generator: false
plugins:
- extra-sass
- privacy
- search
theme:
name: material
custom_dir: overrides
font: false
logo: assets/images/logo.svg
favicon: assets/images/favicon.ico
icon:
repo: fontawesome/brands/github
palette:
primary: custom
features:
- navigation.indexes
- toc.integrate
nav:
- index.md
- Documentation:
- Documentation/index.md
- Documentation/Introduction.md
- Documentation/Assembler-Source-File.md
- Documentation/Expressions.md
- Documentation/Structured-Values.md
- Documentation/Target-Definition.md
- Documentation/CPU-Definition.md
- Examples:
- Examples/index.md
- Examples/Hello-World-C64.md
- License.md
- Repository: 'https://github.com/T-Pau/Accelerate/'