wiki-playbook.yml 1.5 KB

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