You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Project information
  2. site_name: 'Pinry Docs'
  3. site_description: 'Docs for the Pinry project.'
  4. site_author: "Pinry's Contributors"
  5. site_url: 'https://docs.getpinry.com/'
  6. # Repository
  7. repo_name: 'pinry/pinry'
  8. repo_url: 'https://github.com/pinry/pinry'
  9. # Copyright
  10. copyright: "Copyright © 2019 Pinry's Contributors"
  11. # Navigation
  12. nav:
  13. - Home: 'index.md'
  14. - Screenshots: 'screenshots.md'
  15. - Extensions: 'extensions.md'
  16. - Theories: 'theories.md'
  17. - InstallWithDocker: 'install-with-docker.md'
  18. - Development: 'development.md'
  19. - Docs: 'docs.md'
  20. - Passwords: 'passwords.md'
  21. - Assets: 'assets.md'
  22. - Contributing: 'contributing.md'
  23. - License: 'license.md'
  24. # Configuration
  25. docs_dir: 'docs/src'
  26. site_dir: 'docs/dist'
  27. edit_uri: 'edit/master/docs/src/'
  28. theme:
  29. name: 'material'
  30. language: 'en'
  31. palette:
  32. primary: 'indigo'
  33. accent: 'indigo'
  34. font:
  35. text: 'Roboto'
  36. code: 'Roboto Mono'
  37. # Customization
  38. extra:
  39. manifest: 'manifest.webmanifest'
  40. social:
  41. - type: 'github'
  42. link: 'https://github.com/pinry'
  43. markdown_extensions:
  44. - codehilite
  45. - toc:
  46. permalink: true