intersphinx_mapping['ansible'] = ('https://docs.ansible.com/ansible/latest/', None)
linkcheck_ignore = [
- 'http.*PROJECT_DOMAIN.*',
'https://gerrit.linuxfoundation.org/infra/releng/docs-conf',
'https://gerrit.linuxfoundation.org/infra/#/settings/http-password',
'https://jenkins.acumos.org.*',
releng/builder repos.
To access the Jenkins Production URL for any project use:
-``https://jenkins.PROJECT_DOMAIN``
+``https://jenkins.example.org``
Similarily, the project's corresponding Jenkins Sandbox URL would be:
-``https://jenkins.PROJECT_DOMAIN/sandbox``
+``https://jenkins.example.org/sandbox``
Any users with an LFID can access the Jenkins Production site, but for Jenkins
Sandbox please request an access. To do so, refer to the section
https://help.sonatype.com/repomanager2
To access Nexus 2 for a particular project, use URL:
-``https://nexus.PROJECT_DOMAIN``
+``https://nexus.example.org``
.. image:: _static/nexus2-ui.png
:alt: Nexus Repository Manager 2 main view.
:align: center
Alternately, users can access the repositories outside the GUI using the URL:
-``https://nexus.PROJECT_DOMAIN/content/repositories/``
+``https://nexus.example.org/content/repositories/``
.. image:: _static/nexus2-content.png
:alt: Nexus Repository Manager 2 content view.
Typically every project like ONAP, OpenDaylight, OPNFV, etc... have a
"documentation" project. This project provides a gateway to all documentation
for the project and typically is the index page of any project's
-http://docs.PROJECT_DOMAIN url.
+https://docs.example.org url.
Project-specific documentation will configure as subprojects in ReadTheDocs and
-are available at http://docs.PROJECT_DOMAIN/projects/PROJECT
+are available at https://docs.example.org/projects/PROJECT
Linking between projects are possible via intersphinx linking.
If this project is not the main documentation project then it needs to be
setup as a sub-project of the main documentation project. This will create a
subproject link for your project under
- http://docs.PROJECT_DOMAIN/projects/YOUR_PROJECT
+ https://docs.example.org/projects/YOUR_PROJECT
.. note::