aboutsummaryrefslogtreecommitdiff
path: root/doc/mkdocs.yml
blob: ca7f7ec724830f9a440fcfdab879fc5eb048cab9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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