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
8 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 3
3
@@ -7,14 +7,14 @@
@@ -7,14 +7,14 @@
The docs Repository
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|
The `docs repository`_ contains the general documentation of the |main_project_name|
project. The documentation is normally written in reStructuredText, with an
project. The documentation is normally written in reStructuredText, with an
important difference. Unlike in a regular project, the documentation here is not
important difference. Unlike in a regular project, the documentation here is not
standalone. Instead, the git repository contains symbolic links that are valid
standalone. Instead, the git repository contains symbolic links that are valid
when an entire workspace is constructed with `oniro
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
This complicates the testing process and the deployment process, but allows the
resulting documentation to span multiple repositories, permitting code and text
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
@@ -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.
updated set of files to helper repository which is observed by readthedocs.
The helper repository is called `oniro-readthedocs-aggregated
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
That repository contains a webhook, configured at the level of the GitLab project, which
asks readthedocs to re-build the documentation.
asks readthedocs to re-build the documentation.
Loading