Skip to content
Snippets Groups Projects

Switch links to Eclipse for all migrated repos

Merged Andrei Gherzan requested to merge agherzan/docs:ef-migrate into main
Files
9
+ 3
3
@@ -7,14 +7,14 @@
The docs Repository
===================
.. _docs repository: https://booting.oniroproject.org/distro/docs.git
.. _docs repository: https://gitlab.eclipse.org/eclipse/oniro-core/docs.git
The `docs repository`_ contains the general documentation of the |main_project_name|
project. The documentation is normally written in reStructuredText, with an
important difference. Unlike in a regular project, the documentation here is not
standalone. Instead, the git repository contains symbolic links that are valid
when an entire workspace is constructed with `oniro
<https://booting.oniroproject.org/distro/oniro>`_ repository.
<https://gitlab.eclipse.org/eclipse/oniro-core/oniro>`_ reposiotory.
This complicates the testing process and the deployment process, but allows the
resulting documentation to span multiple repositories, permitting code and text
@@ -40,7 +40,7 @@ de-referencing any links that were followed to other repositories, and commits t
updated set of files to helper repository which is observed by readthedocs.
The helper repository is called `oniro-readthedocs-aggregated
<https://booting.oniroproject.org/distro/oniro-readthedocs-aggregated>`_.
<https://gitlab.eclipse.org/eclipse/oniro-core/oniro-readthedocs-aggregated>`_.
That repository contains a webhook, configured at the level of the GitLab project, which
asks readthedocs to re-build the documentation.
Loading