mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-09-03 18:14:53 +03:00
Fix Lychee URL checking on CI
This also adds the cache file to `.gitignore` in case you run Lychee locally with the same options as CI.
This commit is contained in:
@@ -117,7 +117,7 @@ scripting API.
|
||||
| | | otherwise. |
|
||||
+-----------------------+--------------------------+---------------------------------------------------------------------------------------+
|
||||
| |rb_map| | ``std::map`` | Map type that uses a |
|
||||
| | | `red-black tree <https://en.wikipedia.org/wiki/Red-black-tree>`__ to find keys. |
|
||||
| | | `red-black tree <https://en.wikipedia.org/wiki/Red-black_tree>`__ to find keys. |
|
||||
| | | The performance benefits of ``RBMap`` aren't established, so prefer using other types.|
|
||||
+-----------------------+--------------------------+---------------------------------------------------------------------------------------+
|
||||
| |dictionary| 📜 | ``std::unordered_map`` | Keys and values can be of any Variant type. No static typing is imposed. |
|
||||
|
||||
@@ -466,7 +466,7 @@ Now if you go to the ``godot/modules/summator/doc_classes`` folder, you will see
|
||||
that it contains a ``Summator.xml`` file, or any other classes, that you referenced
|
||||
in your ``get_doc_classes`` function.
|
||||
|
||||
Edit the file(s) following the `class reference primer <https://contributing.godotengine.org/en/latest/documentation/class_reference/class_reference_primer.html>`__ and recompile the engine.
|
||||
Edit the file(s) following the `class reference primer <https://docs.godotengine.org/en/latest/engine_details/class_reference/index.html>`__ and recompile the engine.
|
||||
|
||||
Once the compilation process is finished, the docs will become accessible within
|
||||
the engine's built-in documentation system.
|
||||
|
||||
Reference in New Issue
Block a user