-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (30 loc) · 899 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
33 lines (30 loc) · 899 Bytes
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
site_name: Mad-Pascal
site_author: TeBe
site_description: "Mad-Pascal Documentation"
repo_url: https://github.com/tebe6502/mad-pascal-en-mkdocs/
edit_uri: ""
theme:
name: readthedocs
hljs_languages:
- delphi
nav:
- Introduction: introduction.md
- Memory map: map.md
- Usage: usage.md
- Syntax: syntax.md
- Types: types.md
- Constants: constants.md
- Variables: variables.md
- Instructions: instructions.md
- Programs, units, librarys: units.md
- Procedures, functions, modifiers: procedures-functions.md
- Macros: macros.md
- Assembler inlining: asm.md
- Resource files: resources.md
- File operations: files.md
- Interrupt handling: interrupts.md
- Alternatives to DOS: ados.md
- Essential libraries: essential-libraries.md
- Tips and tricks: tips.md
- Examples: examples.md
- Projects: projects.md