-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (44 loc) · 1 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
site_name: Compiler-Interpreter
site_author: Martin Minařík, MIN0139
# Copyright
copyright: Copyright © 2023
# Repository
repo_name: pjp-compiler-interpreter
repo_url: https://github.com/martin-minarik/pjp-compiler-interpreter
theme:
name: material
language: en
font:
text: Roboto
code: Roboto Mono
features:
- navigation.sections
- navigation.tabs
plugins:
- search
- minify:
minify_html: true
markdown_extensions:
- abbr
- admonition
- attr_list
- toc:
permalink: true
- pymdownx.critic:
mode: view
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Readme: README.md
- Sample inputs:
- sample1: sample_input1.md
- sample2: sample_input2.md
- sample3: sample_input3.md
- Language specification: language_specification.md
- Instruction set: instruction_set.md
- Coverage report: htmlcov/
- Pytest report: htmlcov/report.html