Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 53 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,57 @@
# README

## Introduction
This Git repository provides you with Open Telekom Cloud (OTC) service documents, including user guides and API references, to help you better understand and use OTC services.
## Introduction

## Directory structure
Documents are stored according to the following rules:
- The level-1 directory (Github.com/OpenTelekomCloud/docs) is the main entry for OTC service documents.
- Level-2 directories are named after service abbreviations such as "ecs" and "vpc".
- Level-3 directories are named after document names such as "user-guide".
- Level-4 and sub -directories contain topics and graphs of a document.
A .md file contains content of each topic and is named after a topic name. Words are separated by hyphens (-) in a .md file name. Among the .md files, index.md is the directory index file of a document.

Example:

Github.com/OpenTelekomCloud/docs

```
├README.md
├LICENSE
├ecs
│ ├user-guide
│ ├index.md
│ ├XXX.md
│ └figures
├vpc
│ ├user-guide
│ ├index.md
│ ├XXX.md
│ └figures
```

## Document contribution
We appreciate contributed documents from all OTC users, partners, developers, and document engineers, which enrich our repository and help us improve continuously.
To make a contribution, you need to register with GitHub. Then you can log in to GitHub to find the wanted document in a Git repository. If you need to download PDF documents or preview a full document online, go to the help center of OTC at https://docs.otc.t-systems.com/

Using the index.md file in the Git repository can help you quickly locate the topic that you want to read. If you want to make changes to a topic, submit the content to the project owner of OTC by forking, using pull requests, or other methods.

## Language restrictions
All documents in the GitHub community must be written in the Markdown language. For more information about writing and formatting on GitHub, visit https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/


## LICENSE
For details, see the LICENSE file.
This Git repository provides you with Open Telekom Cloud (OTC) service
documents, including user guides and API references, to help you better
understand and use OTC services.

## Directory structure

Documents are stored according to the following rules:
- The level-1 directory (github.com/opentelekomcloud/docs/doc/source) is the
main entry for OTC service documents.
- Level-2 directories are named after service abbreviations such as "ecs" and
"vpc".
- Level-3 directories are named after document names such as "user-guide" and
"api-reference".
- Level-4 and sub -directories contain topics and graphs of a document. Files
are grouped in subfolders in the desired structuring of the results (i.e. for
the api reference files are grouped on the resource bases). Basic documentation
tree is handled as .rst documentation to improve flexibility. Final
documentation content might be placed in markdown format and must be
correspondignly included in the index file. Project validation jobs will try to
build project in each PR and will request changes if the build fails (i.e. file
contain broken links, file not included in the index or otherwise index points
to not existing file. This helps keeping directories small and avoid file name
collisions.

Pictures (icons) common to all services are located under doc/source/images and
are included from there, instead of copying them in each individual service.


## Document contribution

We appreciate contributed documents from all OTC users, partners, developers,
and document engineers, which enrich our repository and help us improve
continuously. To make a contribution, you need to register with GitHub. Then
you can log in to GitHub to find the wanted document in a Git repository. If
you need to download PDF documents or preview a full document online, go to the
help center of OTC at https://docs.otc.t-systems.com/

Using the index.rst file in the Git repository (doc/source/index.rst) can help
you quickly locate the topic that you want to read. If you want to make changes
to a topic, submit the content to the project owner of OTC by forking and
proposing a pull requests with the change.

## Language restrictions

All documents in the GitHub community must be written in the
RestructuredText/Markdown language. For more information about writing and
formatting on GitHub, visit
https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/


## LICENSE

For details, see the LICENSE file. Apache-2.0 License
Binary file not shown.