From 5e505cecbc57b1a3903ae73467f2643ff4f111d8 Mon Sep 17 00:00:00 2001 From: Todd Viegut Date: Thu, 4 Apr 2024 06:21:06 -0500 Subject: [PATCH] Website documentation updates --- docs/how-to/cimtool-support-for-extension-namespaces.md | 2 +- docs/how-to/example.annotation.txt | 4 ++-- .../{namespaces-discussion.md => namespaces-in-cimtool.md} | 4 ++-- mkdocs.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename docs/how-to/{namespaces-discussion.md => namespaces-in-cimtool.md} (97%) diff --git a/docs/how-to/cimtool-support-for-extension-namespaces.md b/docs/how-to/cimtool-support-for-extension-namespaces.md index 37d2cc72..724da7e0 100644 --- a/docs/how-to/cimtool-support-for-extension-namespaces.md +++ b/docs/how-to/cimtool-support-for-extension-namespaces.md @@ -1,6 +1,6 @@ # CIMTool Support for Extension Namespaces -**CIMTool** can support multiple extension namespaces in the information model and either of the profile namespace approaches discussed here: Namespaces#ProfilesandNamespaces +**CIMTool** can support multiple extension namespaces in the information model and either of the profile namespace approaches discussed here: [Profiles and Namespaces](/how-to/namespaces-in-cimtool/#profiles-and-namespaces) ## Information Model Namespaces diff --git a/docs/how-to/example.annotation.txt b/docs/how-to/example.annotation.txt index 4da1333e..2b098cfd 100644 --- a/docs/how-to/example.annotation.txt +++ b/docs/how-to/example.annotation.txt @@ -22,5 +22,5 @@ # 'uri' is the namespace URI for classes and properties defined therein # -package:Extensions uml:baseuri "http://www.ucaiug.org/CIM100/extensions/2023#" . -package:Standard uml:baseuri "http://www.ucaiug.org/CIM100/extensions/2023#" . +package:Extensions uml:baseuri "http://www.ucaiug.org/CIM100/extensions#" . +package:Standard uml:baseuri "http://www.ucaiug.org/CIM100/extensions#" . diff --git a/docs/how-to/namespaces-discussion.md b/docs/how-to/namespaces-in-cimtool.md similarity index 97% rename from docs/how-to/namespaces-discussion.md rename to docs/how-to/namespaces-in-cimtool.md index 4ad5ec13..034fcd18 100644 --- a/docs/how-to/namespaces-discussion.md +++ b/docs/how-to/namespaces-in-cimtool.md @@ -1,6 +1,6 @@ -# Namespaces Discussion +# Namespaces in CIMTool -See also: CIMToolNamespaceSupport +See also: [CIMTool Support for Extension Namespaces](how-to/cimtool-support-for-extension-namespaces) ## Background diff --git a/mkdocs.yml b/mkdocs.yml index 98c77282..1d43daf2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,7 +27,7 @@ nav: - 'how-to/profile-maintenance.md' - 'how-to/comparing-profiles-schemas.md' - 'how-to/associations-anonymous-classes.md' - - 'how-to/namespaces-discussion.md' + - 'how-to/namespaces-in-cimtool.md' - 'how-to/cimtool-support-for-extension-namespaces.md' - 'Further Learning': - 'further-learning/uml-xmi-owl.md'