From a42040d4b0886d4c4d5c4ac178bdb25c42ad5157 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Thu, 27 Oct 2022 10:02:31 +0200 Subject: [PATCH] disable smartquotes - disable smartquotes - fix security services category - add container category --- doc/source/conf.py | 1 + doc/source/container.rst | 7 +++++++ doc/source/security.rst | 2 +- doc/source/services.rst | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 doc/source/container.rst diff --git a/doc/source/conf.py b/doc/source/conf.py index f6017cd..47ff95b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -19,6 +19,7 @@ extensions = [ ] # openstackdocstheme options +smartquotes = False otcdocs_repo_name = 'docs/docsportal' site_name = "Internal HelpCenter" diff --git a/doc/source/container.rst b/doc/source/container.rst new file mode 100644 index 0000000..4314aee --- /dev/null +++ b/doc/source/container.rst @@ -0,0 +1,7 @@ +Container +========= + +.. service_group:: + :class: service-group + :service_category: container + :environment: internal diff --git a/doc/source/security.rst b/doc/source/security.rst index 5c6cb76..3114986 100644 --- a/doc/source/security.rst +++ b/doc/source/security.rst @@ -4,4 +4,4 @@ Security .. service_group:: :class: service-group :environment: internal - :service_category: security + :service_category: security-services diff --git a/doc/source/services.rst b/doc/source/services.rst index a159d2e..b6ad62c 100644 --- a/doc/source/services.rst +++ b/doc/source/services.rst @@ -4,6 +4,7 @@ Services .. toctree:: compute + container network storage md