mkdocs.yml 837 B

123456789101112131415161718192021222324
  1. site_name: netboot.xyz
  2. site_description: netboot.xyz uses iPXE to boot multiple Operating System installers or utilities over the network from a single menu.
  3. site_author: netboot.xyz
  4. site_url: http://netboot.xyz
  5. repo_url: https://github.com/antonym/netboot.xyz
  6. copyright: © 2016 <a href="https://twitter.com/ajmesserli">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. - 'Rackspace': 'usage-rackspace.md'
  22. - 'Vultr': 'usage-vultr.md'
  23. - FAQ: 'faq.md'
  24. theme: yeti