forked from docs/doc-exports
Compare commits
3 Commits
adding_new
...
empty_spac
| Author | SHA1 | Date | |
|---|---|---|---|
| 701d756f35 | |||
| 37582ed59f | |||
| b421d4c681 |
@ -370,6 +370,12 @@ categories:
|
|||||||
type: tool-guide
|
type: tool-guide
|
||||||
pdf_name: obs-tool-guide
|
pdf_name: obs-tool-guide
|
||||||
hc_location: browsertg/obs
|
hc_location: browsertg/obs
|
||||||
|
- html_location: docs/obs/pfs
|
||||||
|
rst_location: doc/pfs/source
|
||||||
|
title: Parallel File System (PFS)
|
||||||
|
type: pfs
|
||||||
|
pdf_name: obs-pfs
|
||||||
|
hc_location: pfs/obs
|
||||||
- html_location: docs/obs/api-swift
|
- html_location: docs/obs/api-swift
|
||||||
rst_location: doc/swiftapi/source
|
rst_location: doc/swiftapi/source
|
||||||
title: API Reference (Swift)
|
title: API Reference (Swift)
|
||||||
@ -686,6 +692,12 @@ categories:
|
|||||||
type: umn
|
type: umn
|
||||||
pdf_name: ma-umn
|
pdf_name: ma-umn
|
||||||
hc_location: usermanual/ma
|
hc_location: usermanual/ma
|
||||||
|
- html_location: docs/modelarts/sdk-ref
|
||||||
|
rst_location: doc/sdk-ref/source
|
||||||
|
title: ModelArts Software Development Kit (ModelArts SDK)
|
||||||
|
type: sdk-ref
|
||||||
|
pdf_name: ma-sdk-ref
|
||||||
|
hc_location: sdk/ma
|
||||||
teams:
|
teams:
|
||||||
- name: docs-bigdata-ai-rw
|
- name: docs-bigdata-ai-rw
|
||||||
permission: write
|
permission: write
|
||||||
@ -913,6 +925,25 @@ categories:
|
|||||||
- name: docs-database-rw
|
- name: docs-database-rw
|
||||||
permission: write
|
permission: write
|
||||||
repository: docs/distributed-cache-service
|
repository: docs/distributed-cache-service
|
||||||
|
- service_title: Distributed Database Middleware
|
||||||
|
service_type: ddm
|
||||||
|
docs:
|
||||||
|
- html_location: docs/ddm/api-ref
|
||||||
|
rst_location: api-ref/source
|
||||||
|
title: API Reference
|
||||||
|
type: api-ref
|
||||||
|
pdf_name: ddm-api-ref
|
||||||
|
hc_location: api/ddm
|
||||||
|
- html_location: docs/ddm/umn
|
||||||
|
rst_location: umn/source
|
||||||
|
title: User Guide
|
||||||
|
type: umn
|
||||||
|
pdf_name: ddm-umn
|
||||||
|
hc_location: usermanual/ddm
|
||||||
|
teams:
|
||||||
|
- name: docs-database-rw
|
||||||
|
permission: write
|
||||||
|
repository: docs/distributed-database-middleware
|
||||||
- service_title: Document Database Service
|
- service_title: Document Database Service
|
||||||
service_type: dds
|
service_type: dds
|
||||||
docs:
|
docs:
|
||||||
|
|||||||
@ -354,6 +354,11 @@ class OTCDocConvertor:
|
|||||||
curr = el.string
|
curr = el.string
|
||||||
el.string.replace_with(curr[:-1])
|
el.string.replace_with(curr[:-1])
|
||||||
el.insert_after(" ")
|
el.insert_after(" ")
|
||||||
|
elif (
|
||||||
|
el.string
|
||||||
|
and el.span and el.span.string == " "
|
||||||
|
):
|
||||||
|
el.span.decompose()
|
||||||
|
|
||||||
# A very dirty hack - if we have "*" inside of em (italic) regular
|
# A very dirty hack - if we have "*" inside of em (italic) regular
|
||||||
# escaping is not working anymore (pandoc is not producing proper
|
# escaping is not working anymore (pandoc is not producing proper
|
||||||
|
|||||||
@ -77,6 +77,7 @@
|
|||||||
files:
|
files:
|
||||||
- otc_doc_convertor/convertor.py
|
- otc_doc_convertor/convertor.py
|
||||||
- docs/cce
|
- docs/cce
|
||||||
|
- docs/cci
|
||||||
- docs/swr
|
- docs/swr
|
||||||
- roles
|
- roles
|
||||||
- templates
|
- templates
|
||||||
@ -94,6 +95,7 @@
|
|||||||
- otc_doc_convertor/convertor.py
|
- otc_doc_convertor/convertor.py
|
||||||
- docs/das
|
- docs/das
|
||||||
- docs/dcs
|
- docs/dcs
|
||||||
|
- docs/ddm
|
||||||
- docs/dds
|
- docs/dds
|
||||||
- docs/gaussdb_mysql
|
- docs/gaussdb_mysql
|
||||||
- docs/gaussdb_nosql
|
- docs/gaussdb_nosql
|
||||||
|
|||||||
Reference in New Issue
Block a user