diff --git a/otc_metadata/data/documents/bd-umn.yaml b/otc_metadata/data/documents/bd-umn.yaml new file mode 100644 index 00000000..ecfb9ddf --- /dev/null +++ b/otc_metadata/data/documents/bd-umn.yaml @@ -0,0 +1,6 @@ +--- +link: /business-dashboard/umn/ +rst_location: umn/source +service_type: bd +title: User Guide +type: umn diff --git a/otc_metadata/data/services/bd.yaml b/otc_metadata/data/services/bd.yaml new file mode 100644 index 00000000..189768b6 --- /dev/null +++ b/otc_metadata/data/services/bd.yaml @@ -0,0 +1,13 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/business-dashboard + type: gitea +service_category: other +service_title: Business Dashboard +service_type: bd +service_uri: business-dashboard +teams: +- name: docs-dashboard-rw + permission: write diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index ed8b8e26..8be94f0e 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -13,6 +13,8 @@ commands = stestr run {posargs} stestr slowest [testenv:pep8] +allowlist_externals = + doc8 commands = doc8 doc/source README.rst