diff options
author | Camil Staps | 2023-01-30 21:36:34 +0100 |
---|---|---|
committer | Camil Staps | 2023-01-30 21:36:34 +0100 |
commit | 6b26fd43a6bfc4b45798c4e15c47159db9f880f4 (patch) | |
tree | 0ed25dc7b03e9e618df9681f801a19db82dc71c9 /doc/mkdocs.yml | |
parent | Align on halfwords instead of double words; use data/text boundary to disting... (diff) |
Add documentation
Diffstat (limited to 'doc/mkdocs.yml')
-rw-r--r-- | doc/mkdocs.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/mkdocs.yml b/doc/mkdocs.yml new file mode 100644 index 0000000..ca7f7ec --- /dev/null +++ b/doc/mkdocs.yml @@ -0,0 +1,20 @@ +site_name: Snug + +theme: + name: readthedocs + hljs_languages: + - mipsasm + +markdown_extensions: + - admonition + - toc: + permalink: true + - smarty + +nav: + - Introduction: index.md + - The Snug frontend: + - Syntax: frontend/syntax.md + - The Snug backend: + - Run time system: backend/rts.md + - Registers: backend/registers.md |