Skip to content

Commit 19d1ff5

Browse files
committed
Add missing documentation links.
There was no link anywhere to get to the documentation for the `import` and `obsolete-replace` commands.
1 parent 6efcc34 commit 19d1ff5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/site/markdown/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ Currently, the ODK ROBOT plugin provides the following commands:
1414
* [odk:subset](subset.html), to create ontology subsets;
1515
* [odk:check-align](alignment.html), to check the alignment of an
1616
ontology against an upper-level ontology and/or arbitrary root terms;
17+
* `odk:check` (documentation TBD), to perform other various checks on an
18+
ontology;
1719
* [odk:normalize](normalize.html), to perform various normalisation
1820
operations on an ontology;
1921
* [odk:import](import.html), to add or remove import declarations in an
2022
ontology.
23+
* [odk:obsolete-replace](obsolete-replace.html), to obsolete an entity
24+
replace all its usages with another entity.
2125

2226
Using with the ODK
2327
------------------
@@ -48,4 +52,4 @@ The ODK ROBOT plugin is distributed under the same terms as the Ontology
4852
Development Kit itself (3-clause BSD license). See the [COPYING
4953
file](https://github.com/INCATools/odk-robot-plugin/blob/main/COPYING)
5054
in the source distribution.
51-
55+

src/site/site.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<item name="subset" href="subset.html" />
1313
<item name="check-align" href="alignment.html" />
1414
<item name="normalize" href="normalize.html" />
15+
<item name="import" href="import.html "/>
16+
<item name="obsolete-replace" href="obsolete-replace.html" />
1517
</menu>
1618
<menu name="Links">
1719
<item name="Issue tracker" href="https://github.com/INCATools/odk-robot-plugin/issues" />

0 commit comments

Comments
 (0)