-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
37 lines (33 loc) · 1.07 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
site_name: RNL Compiler
site_author: Antoine Karam and Ghady Youssef
repo_url: https://github.com/Ghaadyy/restricted-nl/
copyright: <b>Antoine Karam & Ghady Youssef</b>
edit_uri: edit/main/docs/
nav:
- Home: index.md
- Contributing:
- Adding a Code Generator: codegen.md
- Core Concepts:
- Hooks: hooks.md
- Natural Language Descriptions: nat-lang.md
- Compiler Reference:
- API:
- AST: compiler/AST_8h.md
- Parser: compiler/parser_8h.md
- Scanner: compiler/scanner_8h.md
- JsonASTVisitor: compiler/SeleniumASTVisitor_8h.md
- SeleniumASTVisitor: compiler/JsonASTVisitor_8h.md
theme:
name: readthedocs
markdown_extensions:
- admonition
plugins:
- search
- mkdoxy:
projects:
compiler:
src-dirs: src/
full-doc: True # if you want to generate full documentation
doxy-cfg: # standard doxygen configuration (key: value)
FILE_PATTERNS: "*.cpp *.h*" # specify file patterns to filter out
RECURSIVE: True # recursive search in source directories