wiki-playbook.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. asciidoc:
  20. # Some built-in AsciiDoc attributes are not applicable in the Antora
  21. # environment. These attributes include data-uri, allow-uri-read, docinfo,
  22. # linkcss, noheader, nofooter, webfonts, and outfilesuffix.
  23. attributes:
  24. # previous and next page navigation, uses nav.adoc
  25. page-pagination: ''
  26. idprefix: ''
  27. idseparator: '-'
  28. #add an <orgname> element
  29. orgname: 'jMonkeyEngine'
  30. # Site wide setting of javaDoc url. Soft set using '@' allows override at
  31. # component and page level.
  32. link-javadoc: 'https://javadoc.jmonkeyengine.org/v3.3.2-stable@'
  33. # Enables the UI macros (button, menu and kbd)
  34. experimental: ''
  35. # Adds an anchor in front of the section title when the mouse cursor hovers
  36. # over it.
  37. :sectanchors: ''
  38. extensions:
  39. # Twitter Emoji
  40. # see: https://github.com/Mogztter/asciidoctor-emoji
  41. - asciidoctor-emoji
  42. runtime:
  43. cache_dir: ./.cache/antora
  44. fetch: true