mkdocs.yml 568 B

1234567891011121314151617181920
  1. site_name: netboot.xyz
  2. site_description: netboot all the things
  3. site_author: netboot.xyz
  4. site_url: http://netboot.xyz
  5. docs_dir: docs
  6. google_analytics: ['UA-68807-15', 'netboot.xyz']
  7. pages:
  8. - Home: 'index.md'
  9. - Boot from...:
  10. # - 'Extlinux/Grub': 'boot_loaders.md'
  11. - 'iPXE': 'boot_ipxe.md'
  12. - 'ISO': 'boot_iso.md'
  13. - 'TFTP': 'boot_tftp.md'
  14. - 'USB': 'boot_usb.md'
  15. # - 'Virtual Box': 'boot_vbox.md'
  16. # - 'VMware': 'boot_vmware.md'
  17. - Provider Usage:
  18. - 'Digital Ocean': 'usage_digitalocean.md'
  19. - 'Rackspace': 'usage_rackspace.md'
  20. theme: flatly