Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

mkdocs.yml 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. site_name: "encantar.js: GPU-accelerated Augmented Reality for the web"
  2. site_url: https://encantar.dev
  3. site_author: Alexandre Martins
  4. site_description: The Augmented Reality engine that will enchant you!
  5. copyright: Copyright © 2022 - present Alexandre Martins
  6. repo_name: alemart/encantar-js
  7. repo_url: https://github.com/alemart/encantar-js
  8. theme:
  9. name: material
  10. custom_dir: docs_overrides
  11. features: [ 'navigation.tabs', 'navigation.tabs.sticky' ]
  12. palette:
  13. primary: deep purple
  14. accent: yellow
  15. extra_css: [ 'style/extra.css' ]
  16. extra_javascript: [ 'js/extra.js' ]
  17. plugins:
  18. - search
  19. - mkdocs-simple-hooks:
  20. hooks:
  21. on_post_build: 'docs.hooks:copy_static_files'
  22. markdown_extensions:
  23. - admonition
  24. - attr_list
  25. - pymdownx.superfences
  26. - pymdownx.tabbed:
  27. alternate_style: true
  28. - pymdownx.highlight:
  29. anchor_linenums: true
  30. - pymdownx.inlinehilite
  31. - pymdownx.snippets
  32. - pymdownx.details
  33. - md_in_html
  34. - footnotes
  35. - pymdownx.emoji:
  36. emoji_index: !!python/name:pymdownx.emoji.gemoji
  37. emoji_generator: !!python/name:pymdownx.emoji.to_png
  38. #emoji_index: !!python/name:materialx.emoji.gemoji
  39. #emoji_generator: !!python/name:materialx.emoji.to_svg
  40. dev_addr: 127.0.0.1:8008
  41. nav:
  42. - 'Home':
  43. - 'Welcome!': 'index.md'
  44. - 'Download': 'download.md'
  45. - 'Demos': 'demos.md'
  46. - 'Add-Ons': 'addons/index.md'
  47. - 'Learn': 'tutorial/introduction.md'
  48. - 'API Reference': 'api/ar.md'
  49. - 'Recommendations': 'recommendations.md'
  50. - 'Guidelines for Images': 'guidelines-for-images.md'
  51. - 'Support my work': 'support-my-work.md'
  52. - 'License': 'license.md'
  53. - 'Download': 'download.md'
  54. - 'Demos': 'demos.md'
  55. - 'Add-Ons':
  56. - 'Introduction': 'addons/index.md'
  57. - 'AR Button API': 'addons/ar-button.md'
  58. - 'AR Clickable API': 'addons/ar-clickable.md'
  59. - 'Video Player API': 'addons/ar-video-player.md'
  60. - 'Asset Manager API': 'addons/asset-manager.md'
  61. - 'More Add-Ons': 'addons/more-addons.md'
  62. - 'Learn':
  63. - 'Introduction': 'tutorial/introduction.md'
  64. - 'Concepts': 'tutorial/concepts.md'
  65. - 'Set up a web server': 'tutorial/set-up-a-web-server.md'
  66. - 'Set up the tracker': 'tutorial/set-up-the-tracker.md'
  67. - 'Set up the session': 'tutorial/set-up-the-session.md'
  68. - 'Activate your webcam': 'tutorial/activate-your-webcam.md'
  69. - 'Augment the scene': 'tutorial/augment-the-scene.md'
  70. - 'Next steps': 'tutorial/next-steps.md'
  71. - 'Recommendations': 'recommendations.md'
  72. - 'Guidelines for Images': 'guidelines-for-images.md'
  73. - 'Questions & Answers': 'faq.md'
  74. - 'API Reference': 'api/ar.md'
  75. - 'API':
  76. - 'General':
  77. - 'AR': 'api/ar.md'
  78. - 'Session': 'api/session.md'
  79. - 'Frame': 'api/frame.md'
  80. - 'Time': 'api/time-manager.md'
  81. - 'Settings': 'api/settings.md'
  82. - 'Resolution': 'api/resolution.md'
  83. - 'Plugins':
  84. - 'A-Frame': 'api/plugin-aframe.md'
  85. - 'Babylon.js': 'api/plugin-babylon.md'
  86. - 'Three.js': 'api/plugin-three.md'
  87. - 'Trackers':
  88. - 'Image tracker':
  89. - 'ImageTracker': 'api/image-tracker.md'
  90. - 'ReferenceImage': 'api/reference-image.md'
  91. - 'ReferenceImageDatabase': 'api/reference-image-database.md'
  92. - 'ImageTrackerResult': 'api/image-tracker-result.md'
  93. - 'TrackableImage': 'api/trackable-image.md'
  94. - 'Pointer tracker':
  95. - 'PointerTracker': 'api/pointer-tracker.md'
  96. - 'PointerTrackerResult': 'api/pointer-tracker-result.md'
  97. - 'TrackablePointer': 'api/trackable-pointer.md'
  98. - 'Tracker': 'api/tracker.md'
  99. - 'TrackerResult': 'api/tracker-result.md'
  100. - 'Trackable': 'api/trackable.md'
  101. - 'Sources':
  102. - 'CameraSource': 'api/camera-source.md'
  103. - 'CanvasSource': 'api/canvas-source.md'
  104. - 'VideoSource': 'api/video-source.md'
  105. - 'PointerSource': 'api/pointer-source.md'
  106. - 'Source': 'api/source.md'
  107. - 'Visualization':
  108. - 'Viewport': 'api/viewport.md'
  109. - 'HUD': 'api/hud.md'
  110. - 'Gizmos': 'api/gizmos.md'
  111. - 'Geometry':
  112. - 'Pose': 'api/pose.md'
  113. - 'Viewer': 'api/viewer.md'
  114. - 'ViewerPose': 'api/viewer-pose.md'
  115. - 'View': 'api/view.md'
  116. - 'PerspectiveView': 'api/perspective-view.md'
  117. - 'Transform': 'api/transform.md'
  118. - 'Vector2': 'api/vector2.md'
  119. - 'Vector3': 'api/vector3.md'
  120. - 'Quaternion': 'api/quaternion.md'
  121. - 'Ray': 'api/ray.md'
  122. - 'Events':
  123. - 'AREvent': 'api/ar-event.md'
  124. - 'AREventListener': 'api/ar-event-listener.md'
  125. - 'AREventTarget': 'api/ar-event-target.md'
  126. - 'AREventType': 'api/ar-event-type.md'
  127. - 'Speedy':
  128. - 'Speedy': 'api/speedy.md'
  129. - 'SpeedySize': 'api/speedy-size.md'
  130. - 'SpeedyMatrix': 'api/speedy-matrix.md'
  131. - 'SpeedyPromise': 'api/speedy-promise.md'