mkdocs.yml 695 B

123456789101112131415161718192021
  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. copyright: © 2016 Antony Messerli
  6. docs_dir: docs
  7. google_analytics: ['UA-68807-15', 'netboot.xyz']
  8. pages:
  9. - Home: 'index.md'
  10. - Boot from...:
  11. # - 'Extlinux/Grub': 'boot_loaders.md'
  12. - 'iPXE': 'boot_ipxe.md'
  13. - 'ISO': 'boot_iso.md'
  14. - 'TFTP': 'boot_tftp.md'
  15. - 'USB': 'boot_usb.md'
  16. # - 'Virtual Box': 'boot_vbox.md'
  17. # - 'VMware': 'boot_vmware.md'
  18. - Provider Usage:
  19. - 'Digital Ocean': 'usage_digitalocean.md'
  20. - 'Rackspace': 'usage_rackspace.md'
  21. theme: yeti