wiki-playbook.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. site:
  2. title: jMonkeyEngine Docs
  3. url: https://wiki.jmonkeyengine.org
  4. robots: allow
  5. start_page: docs::documentation.adoc
  6. content:
  7. sources:
  8. - url: .
  9. branches: HEAD
  10. start_path: docs
  11. - url: https://github.com/jMonkeyEngine/wiki-ui
  12. branches: HEAD
  13. start_path: docs
  14. ui:
  15. bundle:
  16. url: https://github.com/jMonkeyEngine/wiki-ui/releases/latest/download/ui-bundle.zip
  17. # Required when using cache or fetch will not update ui.
  18. snapshot: true
  19. supplemental_files: ./supplemental-ui
  20. asciidoc:
  21. # Some built-in AsciiDoc attributes are not applicable in the Antora
  22. # environment. These attributes include data-uri, allow-uri-read, docinfo,
  23. # linkcss, noheader, nofooter, webfonts, and outfilesuffix.
  24. attributes:
  25. # previous and next page navigation, uses nav.adoc
  26. page-pagination: ''
  27. idprefix: ''
  28. idseparator: '-'
  29. #add an <orgname> element
  30. orgname: 'jMonkeyEngine'
  31. # Site wide setting of javaDoc url. Soft set using '@' allows override at
  32. # component and page level.
  33. link-javadoc: 'https://javadoc.jmonkeyengine.org/v3.3.2-stable@'
  34. # Enables the UI macros (button, menu and kbd)
  35. experimental: ''
  36. # Adds an anchor in front of the section title when the mouse cursor hovers
  37. # over it.
  38. :sectanchors: ''
  39. extensions:
  40. # Twitter Emoji
  41. # see: https://github.com/Mogztter/asciidoctor-emoji
  42. - asciidoctor-emoji
  43. runtime:
  44. cache_dir: ./.cache/antora
  45. fetch: true