-
Notifications
You must be signed in to change notification settings - Fork 29
/
mkdocs.yml
51 lines (50 loc) · 2.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
site_name: BoneOS
site_url: https://boneos.org
repo_url: https://github.com/Bone-Project/BoneOS
repo_name: BoneOS
site_description: BoneOS is an Operating System designed to be simple and at the same time powerful.
site_favicon: BoneOS.png
pages:
- Home: 'index.md'
- Installation:
- 'Installation': 'Installation/Installation.md'
- 'Running the iso file': 'Installation/NormalInstall.md'
- 'Building from source': 'Installation/SourceInstall.md'
- 'Troubleshooting': 'Issues/Troubleshooting.md'
- Virtual Machines:
- 'Virtual Machines': 'Virtual-Machines/VirtualMachine.md'
- 'Using QEmu': 'Virtual-Machines/QEmu.md'
- 'Using Virtual Box': 'Virtual-Machines/VirtualBox.md'
- Configuration:
- 'Configuration': 'Configuration/Configuration.md'
- 'Changing the Assembler': 'Configuration/ChangeAssembler.md'
- 'Changing the Architecture': 'Configuration/ChangeArchitecture.md'
- 'Changing the Compiler': 'Configuration/ChangeCompiler.md'
- 'Changing the Linker': 'Configuration/ChangeLinker.md'
- 'Changing the Platform': 'Configuration/ChangePlatform.md'
- 'Changing the RAM used': 'Configuration/ChangeRAM.md'
- Utilities:
- 'Utilities provided': 'Utilities/AdditionalUtilities.md'
- 'Using Nodemon': 'Utilities/Nodemon.md'
- Shell:
- 'Shell': 'Shell/Shell.md'
- 'Shortcuts': 'Shell/ShortcutKeys.md'
- Commands:
- 'Commands': 'Commands/Commands.md'
- 'clear': 'Commands/clear.md'
- 'poweroff': 'Commands/poweroff.md'
- 'reboot': 'Commands/reboot.md'
- 'boneshell': 'Commands/boneshell.md'
- 'exit': 'Commands/exit.md'
- 'beep': 'Commands/beep.md'
- 'date': 'Commands/date.md'
- 'logname': 'Commands/logname.md'
- 'whoami': 'Commands/whoami.md'
- 'cursor': 'Commands/cursor.md'
- 'pwd': 'Commands/pwd.md'
- 'watch': 'Commands/watch.md'
- 'sleep': 'Commands/sleep.md'
- 'echo': 'Commands/echo.md'
- 'help': 'Commands/help.md'
- 'boneos_logo': 'Commands/logo.md'
- 'shutdown': 'Commands/shutdown.md'