We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb6b2d commit 7f1c3d6Copy full SHA for 7f1c3d6
docs/source/booklets/index.rst
@@ -28,5 +28,10 @@ Programming Resources
28
- `Advanced User <https://ftc-docs-cdn.ftclive.org/booklets/en/advanced.pdf>`_
29
- `FTC SDK Guide <https://ftc-docs-cdn.ftclive.org/booklets/en/sdk.pdf>`_
30
31
+Contributing
32
+--------------
33
+
34
+- `Contributor Guide <https://ftc-docs-cdn.ftclive.org/booklets/en/contrib.pdf>`_
35
36
37
docs/source/conf.py
@@ -322,6 +322,7 @@
322
r'http://192.168.43.1',
323
r'http://192.168.49.1',
324
r'https://javadoc.io/doc/org.firstinspires.ftc/',
325
+ r"https://www\.gnu\.org(?:/.*)?",
326
]
327
328
latex_documents = [
0 commit comments