-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
114 lines (114 loc) · 3.87 KB
/
mkdocs.yml
File metadata and controls
114 lines (114 loc) · 3.87 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
nav:
- Home: 'index.md'
- 'File Management':
- 'Borgams (Orgams Converter)':
- Overview: 'borgams/index.md'
- Command Line: 'borgams/cmdline.md'
- Examples: 'borgams/examples.md'
- 'Snapshot (SNA Files)':
- Overview: 'snapshot/index.md'
- Command Line: 'snapshot/cmdline.md'
- Examples: 'snapshot/examples.md'
- 'Image Processing':
- 'img2cpc (Image Converter)':
- Overview: 'img2cpc/index.md'
- Command Line: 'img2cpc/cmdline.md'
- Examples: 'img2cpc/examples.md'
- 'cpc2img (Image Extractor)':
- Overview: 'cpc2img/index.md'
- Command Line: 'cpc2img/cmdline.md'
- Examples: 'cpc2img/examples.md'
- 'fade (Palette Fade)':
- Overview: 'fade/index.md'
- Command Line: 'fade/cmdline.md'
- Examples: 'fade/examples.md'
- 'Disc Management':
- 'DSKManager (DSK Manager)':
- Overview: 'dskmanager/index.md'
- Command Line: 'dskmanager/cmdline.md'
- Examples: 'dskmanager/examples.md'
- 'Catalog (CatArt Builder)':
- Overview: 'catalog/index.md'
- Command Line: 'catalog/cmdline.md'
- Examples: 'catalog/examples.md'
- 'Hideur (AMSDOS Headers)':
- Overview: 'hideur/index.md'
- Command Line: 'hideur/cmdline.md'
- Examples: 'hideur/examples.md'
- 'Cartridge Management':
- 'CPRCLI (Cartridges)':
- Overview: 'cprcli/index.md'
- Command Line: 'cprcli/cmdline.md'
- Examples: 'cprcli/examples.md'
- 'Assemblers':
- 'BASM (Assembler)':
- Overview: 'basm/index.md'
- Command Line: 'basm/cmdline.md'
- Syntax: 'basm/syntax.md'
- Directives: 'basm/directives.md'
- Functions: 'basm/functions.md'
- Expression Types: 'basm/expression-types.md'
- 'Orgams (Native Assembler)':
- Overview: 'orgams/index.md'
- Command Line: 'orgams/cmdline.md'
- Examples: 'orgams/examples.md'
- 'Disassemblers':
- 'BDASM (Disassembler)':
- Overview: 'bdasm/index.md'
- Command Line: 'bdasm/cmdline.md'
- Examples: 'bdasm/examples.md'
- 'Emulators':
- 'CPC Runner (Emulator Launcher)':
- Overview: 'runner/index.md'
- Command Line: 'runner/cmdline.md'
- Examples: 'runner/examples.md'
- 'Hardware Transfer':
- 'XferTool (Hardware Transfer)':
- Overview: 'xfertool/index.md'
- Command Line: 'xfertool/cmdline.md'
- Examples: 'xfertool/examples.md'
- 'Build Management':
- 'BNDBUILD (Build System)':
- Overview: 'bndbuild/index.md'
- Commands: 'bndbuild/commands.md'
- Recipes: 'bndbuild/recipes.md'
- Examples: 'bndbuild/examples.md'
- 'Locomotive (BASIC)':
- Overview: 'locomotive/index.md'
- Command Line: 'locomotive/cmdline.md'
- Examples: 'locomotive/examples.md'
- File Format: 'locomotive/format.md'
- 'Data Compression':
- 'Crunch (Data Compression)':
- Overview: 'crunch/index.md'
- Command Line: 'crunch/cmdline.md'
- Examples: 'crunch/examples.md'
- 'Development Tools':
- 'BASMDOC (Doc Generator)':
- Overview: 'basmdoc/index.md'
- Command Line: 'basmdoc/cmdline.md'
- Examples: 'basmdoc/examples.md'
- 'CSLCLI (Script Parser)':
- Overview: 'cslcli/index.md'
- Command Line: 'cslcli/cmdline.md'
- Language Reference: 'cslcli/language.md'
- Examples: 'cslcli/examples.md'
site_name: "Amstrad RUST cpcdemotools"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
theme:
name: material
features:
- navigation.instant
- navigation.tabs
plugins:
- search
repo_url: https://github.com/cpcsdk/rust.cpclib