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:
Hugo Locurcio
2026-05-16 17:56:39 +02:00
parent b226afc297
commit fcadbdf7d5
8 changed files with 24 additions and 11 deletions

View File

@@ -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. |

View File

@@ -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.