forked from rafaelcalcada/rvx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
22 lines (22 loc) · 664 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
22 lines (22 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: Steel Core Documentation
site_author: Rafael de Oliveira Calcada
repo_url: https://github.com/rafaelcalcada/steel-core
markdown_extensions:
- tables
extra:
logo: images/steel-logo.svg
theme:
name: readthedocs
extra_css: [extra.css]
extra_javascript: [extra.js]
nav:
- Overview: 'index.md'
- Getting started: 'getting.md'
- Configuration: 'config.md'
- I/O signals: 'steelio.md'
- Timing diagrams: 'timing.md'
- Compiling software for Steel: 'software.md'
- Example system: 'examplesoc.md'
- Exceptions and interrupts: 'traps.md'
- Microarchitecture: 'uarch.md'
- Implementation details: 'details.md'