forked from smarr/SOMns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
28 lines (26 loc) · 831 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
site_name: 'SOMns: A Simple Newspeak'
# site_url:
site_description: SOMns Project documentation
site_author: SOMns contributors
pages:
- 'SOMns: A Simple Newspeak': index.md
- For Users:
- Basic User Setup: basic-setup.md
- IDE Setup: vs-code.md
- som Launcher: launcher.md
- For Developers:
- Development Setup: dev-setup.md
- Repository and Code Layout: repo-layout.md
- Development Infrastructure: infrastructure.md
- Release Checklist: release-checklist.md
- SOMns Design Notes:
- Naming Conventions: naming.md
- Interaction with Kompos Debugger: kompos-connection.md
- CSP Design: csp-design.md
- License: LICENSE.md
- README: README.md
- Change Log: CHANGELOG.md
- Authors: AUTHORS.md
markdown_extensions:
- toc:
permalink: True