forked from netbootxyz/netboot.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
27 lines (27 loc) · 943 Bytes
/
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
site_name: netboot.xyz
site_description: netboot.xyz uses iPXE to network boot Operating System installers and utilities from an easy to use menu.
site_author: netboot.xyz
site_url: https://netboot.xyz
repo_url: https://github.com/antonym/netboot.xyz
copyright: © 2017 <a href="https://twitter.com/@ntonym">Antony Messerli</a>
docs_dir: docs
google_analytics: ['UA-68807-15', 'netboot.xyz']
pages:
- Home: 'index.md'
- Boot from...:
# - 'Extlinux/Grub': 'boot-loaders.md'
- 'iPXE': 'boot-ipxe.md'
- 'ISO': 'boot-iso.md'
- 'TFTP': 'boot-tftp.md'
- 'USB': 'boot-usb.md'
# - 'Virtual Box': 'boot-vbox.md'
- 'VMware': 'boot-vmware.md'
- Provider Usage:
- 'Digital Ocean': 'usage-digitalocean.md'
- 'Google Compute Engine': 'usage-gce.md'
- 'OpenStack': 'usage-openstack.md'
- 'Packet': 'usage-packet.md'
- 'Rackspace': 'usage-rackspace.md'
- 'Vultr': 'usage-vultr.md'
- FAQ: 'faq.md'
theme: yeti