-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (40 loc) · 1.35 KB
/
mkdocs.yml
File metadata and controls
40 lines (40 loc) · 1.35 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
site_name: BigBoards
site_url: http://docs.bigboards.io
repo_url: https://github.com/bigboards/bigboards-docs
site_description: 'BigBoards, from 0 to Big Data in less than 1 hour'
site_favicon: favicon.ico
pages:
- Start here:
- 'BigBoards': 'index.md'
- 'Getting started': 'gettingstarted.md'
- 'Firmware versions': 'software/versions.md'
- Hardware:
- 'Overview': 'hardware/index.md'
- 'Networking': 'hardware/network.md'
- 'Attach screen': 'hardware/attach-screen.md'
- 'Factory reset': 'hardware/factory-reset.md'
- 'Install alt OS': 'hardware/install-alt-os.md'
- Software:
- 'Hive': 'software/hive.md'
- 'MMC': 'software/mmc.md'
- 'CLI': 'software/cli.md'
- 'Bootstrap': 'software/bootstrap.md'
- 'Linking': 'software/link.md'
- 'Update': 'software/update.md'
- 'Upgrade': 'software/migrate.md'
- Apps:
- 'What are apps?': 'apps/index.md'
- 'Anatomy': 'apps/anatomy.md'
- Create your own:
- 'Start': 'apps/create/start.md'
- 'Docker': 'apps/create/docker.md'
- 'Configuration': 'apps/create/configuration.md'
- 'Define': 'apps/create/define.md'
- FAQ:
- 'Apps': 'faq/apps.md'
- 'Network': 'faq/network.md'
- 'Errors': 'faq/errors.md'
- Advanced:
- 'Docker Swarm': 'advanced/docker-swarm.md'
- 'Kubernetes': 'advanced/kubernetes.md'
theme: readthedocs