Skip to content

Commit 7f51a58

Browse files
authored
fix(docs): use unique label names (#424)
defensive against docs_combo_build
1 parent 49508a0 commit 7f51a58

11 files changed

Lines changed: 13 additions & 13 deletions

File tree

docs/concepts/bidirectional_traceability.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _bidirectional_traceability:
1+
.. _docs_bidirectional_traceability:
22

33
Bi-directional Traceability
44
===========================

docs/concepts/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _concepts:
1+
.. _docs_concepts:
22

33
Concepts
44
========

docs/how-to/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _how-to:
1+
.. _docs_how-to:
22

33
How To
44
======

docs/how-to/other_modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Example `BUILD` snippet (consumer module):
4242
source_dir = "docs",
4343
)
4444
45-
More details in :ref:`bidirectional_traceability`.
45+
More details in :ref:`docs_bidirectional_traceability`.
4646

4747
3) Reference needs across modules
4848
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ It provides documentation, requirements, and traceability.
2222

2323
.. grid-item-card::
2424

25-
:ref:`How to <how-to>`
25+
:ref:`How to <docs_how-to>`
2626
^^^
2727
Learn how to integrate and use docs-as-code.
2828

2929

3030
.. grid-item-card::
3131

32-
:ref:`Reference <reference>`
32+
:ref:`Reference <docs_reference>`
3333
^^^
3434
API and usage reference.
3535

3636

3737
.. grid-item-card::
3838

39-
:ref:`Concepts <concepts>`
39+
:ref:`Concepts <docs_concepts>`
4040
^^^
4141
Key concepts, models and explanatory material to understand the system.
4242

docs/internals/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _internals:
1+
.. _docs_internals:
22

33
Internals
44
=========

docs/internals/requirements/implementation_state.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _statistics:
1+
.. _docs_statistics:
22

33
Implementation State Statistics
44
================================

docs/internals/requirements/process_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _process_overview:
1+
.. _docs_process_overview:
22

33
===============================
44
Process Requirements Overview

docs/internals/requirements/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _tool_requirements:
1+
.. _docs_tool_requirements:
22

33
=================================
44
Tool Requirements

docs/reference/bazel_macros.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _bazel-macros:
1+
.. _docs_bazel-macros:
22

33
Bazel macro: ``docs``
44
=====================

0 commit comments

Comments
 (0)