Compare commits
7 Commits
fix-3rd-pa
...
delete-bd
Author | SHA1 | Date | |
---|---|---|---|
460c988041 | |||
741c7a1ee6 | |||
d28effba8e | |||
dd7981f3e2 | |||
02a38e8fc7 | |||
208d2d24f0 | |||
ae6b64783c |
13
README.rst
13
README.rst
@ -52,3 +52,16 @@ the key is :code:`service_type` which has the foreign key in the
|
||||
document can only be linked to one service.
|
||||
The key :code:`service_category` table is :code:`name` of the service category
|
||||
which is then used in the :code:`services` table as foreign key.
|
||||
|
||||
File structure: documents
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* hc_location: reference to Huawei Cloud part
|
||||
* html_location: place where the documents are stored in doc-exports
|
||||
* link: URI document
|
||||
* pdf_enabled: true| false ; enable pdf generation
|
||||
* pdf_enviroment public|internal|hidden: environment where the pdfs are shown in the SBV
|
||||
* rst_location: folder location of this specific in the source repo
|
||||
* service_type: primary key of service name
|
||||
* title: written title of the service
|
||||
* type: document type
|
||||
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
link: /business-dashboard/umn/
|
||||
rst_location: umn/source
|
||||
pdf_enabled: false
|
||||
pdf_environment: hidden
|
||||
service_type: bd
|
||||
title: User Guide
|
||||
type: umn
|
@ -7,4 +7,4 @@ pdf_environment: public
|
||||
rst_location: doc/python-sdk/source
|
||||
service_type: obs_3rd_party
|
||||
title: Python SDK
|
||||
type: 3rd_party_sdk
|
||||
type: python-sdk
|
||||
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
name: big_data
|
||||
title: Big Data and Data Analysis
|
||||
title: Data Analysis
|
||||
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
name: network
|
||||
title: Networking
|
||||
title: Network
|
||||
|
@ -1,13 +0,0 @@
|
||||
---
|
||||
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
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
environment: internal
|
||||
environment: hidden
|
||||
repositories:
|
||||
- environment: internal
|
||||
repo: docs/object-storage-service-3rd-party
|
||||
|
Reference in New Issue
Block a user