-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (47 loc) · 1.31 KB
/
mkdocs.yml
File metadata and controls
52 lines (47 loc) · 1.31 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
# Project information:
site_name: 'AppleCommander'
nav:
- Overview: 'index.md'
- Installing: 'install.md'
- Screenshots: 'using.md'
- Using 'ac': 'ac.md'
- Using 'acx': 'acx.md'
- Developer Notes:
- 'Maven/Gradle GAV': dev-notes/gav.md
- 'Updated API and UML': dev-notes/redesign.md
- 'Historical UML diagrams': dev-notes/uml.md
- 'Disassembler API': dev-notes/disassembler.md
- 'Ant Task': dev-notes/ant.md
- 'Javadoc': javadoc.md
- 'cc65 Pipeline': dev-notes/cc65-pipeline.md
- History:
- 'Current releases': history/current.md
- 'Legacy releases': history/legacy.md
site_description: 'Information site for the AppleCommander suite of tools'
site_author: 'a2geek'
site_url: 'https://applecommander.github.io'
# Repository
remote_branch: master
repo_name: AppleCommander
repo_url: https://github.com/AppleCommander/AppleCommander
# Copyright
copyright: Copyright © 2002 - 2025 Robert Greene
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'indigo'
accent: 'indigo'
logo: 'images/apple-logo.png'
favicon: 'images/apple-logo.png'
# Extensions
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# Plugins
plugins:
- plantuml:
puml_url: https://www.plantuml.com/plantuml/