You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add your content using ``reStructuredText`` syntax. See the `reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_ documentation for details.
2. Fork the repository on `GitHub <https://github.com/judge0/docs/fork>`_.
6
+
3. Clone your forked repository.
7
+
4. Navigate to the ``docs`` directory and install the dependencies.
8
+
9
+
.. code-block:: bash
10
+
11
+
cd docs
12
+
uv sync
13
+
14
+
5. Add your content using ``reStructuredText`` syntax. See the `reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_ documentation for details or any of the following resources:
15
+
16
+
- `A ReStructuredText Primer <https://docutils.sourceforge.io/docs/user/rst/quickstart.html>`_
0 commit comments