mkdocs.yml 977 B

12345678910111213141516171819202122232425262728
  1. site_name: netboot.xyz
  2. site_description: netboot.xyz uses iPXE to network boot Operating System installers and utilities from an easy to use menu.
  3. site_author: netboot.xyz
  4. site_url: https://netboot.xyz
  5. repo_url: https://github.com/antonym/netboot.xyz
  6. copyright: © 2017 <a href="https://twitter.com/@ntonym">Antony Messerli</a>
  7. docs_dir: docs
  8. google_analytics: ['UA-68807-15', 'netboot.xyz']
  9. pages:
  10. - Home: 'index.md'
  11. - Boot from...:
  12. # - 'Extlinux/Grub': 'boot-loaders.md'
  13. - 'iPXE': 'boot-ipxe.md'
  14. - 'ISO': 'boot-iso.md'
  15. - 'TFTP': 'boot-tftp.md'
  16. - 'USB': 'boot-usb.md'
  17. # - 'Virtual Box': 'boot-vbox.md'
  18. - 'VMware': 'boot-vmware.md'
  19. - Provider Usage:
  20. - 'Digital Ocean': 'usage-digitalocean.md'
  21. - 'Google Compute Engine': 'usage-gce.md'
  22. - 'OpenStack': 'usage-openstack.md'
  23. - 'Packet': 'usage-packet.md'
  24. - 'Rackspace': 'usage-rackspace.md'
  25. - 'Vultr': 'usage-vultr.md'
  26. - FAQ: 'faq.md'
  27. - Contributing: 'contributing.md'
  28. theme: yeti