Compare commits

..

2 Commits

Author SHA1 Message Date
01fca3d920 Fix bd
All checks were successful
gl/check check status: success (01fca3d9205ff9ab5232a152fdafcebdd109d026)
gl/gate gate status: success (01fca3d9205ff9ab5232a152fdafcebdd109d026)
2024-02-22 09:59:01 +00:00
e2c9192045 Added business dashboard
Some checks are pending
gl/check check status: pending (e2c9192045eb0476c86c1475b54a7c03565bfe68)
2024-02-22 09:58:06 +00:00
6 changed files with 4 additions and 14 deletions

View File

@ -1,5 +1,5 @@
--- ---
environment: internal environment: public
link: /architecture-center/caf/ link: /architecture-center/caf/
pdf_name: architecture-center-cloud-adoption-framework pdf_name: architecture-center-cloud-adoption-framework
rst_location: doc/caf/source rst_location: doc/caf/source

View File

@ -1,10 +0,0 @@
---
environment: internal
hc_location: usermanual2/aom
html_location: docs/aom/umn2
link: /application-operations-management/umn2/
pdf_name: aom-umn2.0
rst_location: umn2/source
service_type: aom
title: User Guide 2.0
type: umn2

View File

@ -1,4 +1,5 @@
--- ---
html_location: docs/cc/api-ref
link: /cloud-create/api-ref/ link: /cloud-create/api-ref/
pdf_name: cc-api-ref pdf_name: cc-api-ref
rst_location: api-ref/source rst_location: api-ref/source

View File

@ -1,5 +1,6 @@
--- ---
hc_location: bestpractice/css hc_location: bestpractice/css
environment: internal
html_location: docs/css/best-practice html_location: docs/css/best-practice
link: /cloud-search-service/best-practice/ link: /cloud-search-service/best-practice/
pdf_name: css-best-practice pdf_name: css-best-practice

View File

@ -12,5 +12,5 @@ service_title: FunctionGraph
service_type: fg service_type: fg
service_uri: function-graph service_uri: function-graph
teams: teams:
- name: docs-container-rw - name: docs-compute-rw
permission: write permission: write

View File

@ -13,8 +13,6 @@ commands = stestr run {posargs}
stestr slowest stestr slowest
[testenv:pep8] [testenv:pep8]
allowlist_externals =
doc8
commands = commands =
doc8 doc/source README.rst doc8 doc/source README.rst