You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All our documentation is written using markdown slightly customized. You can find all details on the repository sort [here](docs-guideline/docs-guideline.md) and info on our customized markdown [here](docs-guideline/markdown-custom.md).
6
6
7
-
All docs appear on <https://docs.ovh.com>.
8
-
7
+
All docs appear on <https://help.ovhcloud.com/csm>.
9
8
10
9
## How to contribute
11
10
@@ -16,12 +15,12 @@ For example : FR Update Change email password. Product shortcut can be added if
16
15
17
16
### Pull Request Reviews
18
17
19
-
All pull requests are reviewed by our Technical Copywriter team to ensure that our guide style is respected and that all technical information are correct. Your pull request won't be merged immediately, each request will be reviewed. So changes may apply when merged is done.
18
+
All pull requests are reviewed by our Technical Copywriters team to ensure that our guide style is respected and that all technical information are correct. Your pull request won't be merged immediately, each request will be reviewed. So changes may apply when merged is done.
20
19
21
-
Once validated by our reviewers, the request will be merged and the updated doc will be online. If online version doesn't suit to what you wanted when you applied, feel free to tell us.
20
+
Once validated by our reviewers, the request will be merged and made public shortly after. If the online version doesn't suit your original needs, feel free to tell us.
22
21
23
-
Our team will do his best to answer and deal with your request as fast as possible but don't forget that all requests are reviewed and it takes time.
22
+
Our team will do their best to answer and deal with your request as fast as possible.
24
23
25
24
### License appliance
26
25
27
-
When you ask for a change on OVH docs platform, you accept the [LICENCE](LICENCE) requirement.
26
+
When you ask for a change on the OVHcloud documentation platform, you accept the [LICENCE](LICENCE) requirement.
The [index.md file](https://github.com/ovh/docs/blob/develop/pages/index.md) introduced in December 2022 is the single source of truth for guides organisation on the public documentation website: <https://help.ovhcloud.com/csm>.
50
+
51
+
There can be up to 3 categories levels in addition to the KB base level. The indentation is made in 4 spaces increments, and reflects the nesting structure of the guides and categories.
52
+
53
+
The labels and titles are all in english. Translations of the L1 and L2 categories are listed in the `index-translations.<language>.yaml` files.
54
+
55
+
The index is structured as such:
56
+
57
+
```bash
58
+
## Contents
59
+
+ Knowledge base
60
+
+ [L1 category](full-slug)
61
+
+ [L2 category](full-slug)
62
+
+ [English title of the guide](repository-guide-path)
63
+
```
64
+
65
+
##### home (deprecated)
48
66
49
67
Home page for a specific `zone` and `language` pair.
50
68
No content in this file except metadata.
@@ -60,12 +78,12 @@ Add metadata as yaml frontmatter
60
78
61
79
```md
62
80
---
63
-
title: OVH Documentation
81
+
title: OVHcloud Documentation
64
82
excerpt: How can we help you ?
65
83
---
66
84
```
67
85
68
-
##### universe
86
+
##### universe (deprecated)
69
87
70
88
Page that lists all visible products the universe owns.
71
89
No content in this file except metadata.
@@ -77,10 +95,10 @@ No content in this file except metadata.
77
95
| title | title of the product | mandatory |
78
96
| excerpt | short desc of the universe ||
79
97
| slug | part of the url | (default: folder name) |
80
-
| order | order of the universe in home ||
98
+
| order | order of the universe in home |deprecated|
81
99
| hidden | not visible in home if True | (default: False) |
82
100
83
-
##### product
101
+
##### product (deprecated)
84
102
85
103
Page that lists all visible guides the product owns.
86
104
No content in this file except metadata.
@@ -104,15 +122,24 @@ Page containing documentation about the subject of your choice.
This repository contains all the public documentation available about OVHcloud products, in all languages. A good way to find answers to some "how to" questions about OVHcloud products.
4
4
5
-
Here is all public documentation available about OVHcloud products, in all languages. A good way to find answers to some "how to" questions about OVHcloud products.
6
-
7
-
A web version also exists [here](https://docs.ovh.com); the website and this repo are synced.
5
+
A web version also exists [here](https://help.ovhcloud.com/csm). This website and this repo are synced.
8
6
9
7
This project is under active development, and new guides are added or updated on a daily basis.
10
8
11
-
## Built With
12
-
13
-
*[Grav CMS](https://getgrav.org/) - The editor used internally to produce and manage guides
14
-
*[Algolia](https://www.algolia.com/) - The search engine used in docs.ovh.com
15
-
16
-
## Test it
17
-
18
-
*[docs-rendering-engine](https://github.com/ovh/docs-rendering) - Our HTML templating engine based on Pelican. ISO-rendering of docs.ovh.com
19
-
20
9
## Contributing
21
10
22
11
We will be happy to take a look at your contributions. You can contribute to this project by updating some existing guides, completing them or creating new ones.
23
12
24
-
A good way to easily get started with contributions is [to fork the ovh/docs repo](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo), write your changes on your fork then [create a pull request (PR)](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) from your fork to the ovh/docs repo. Your PR must be done on the "develop" branch.
13
+
A good way to easily get started with contributions is [to fork the ovh/docs repo](https://docs.github.com/en/get-started/quickstart/fork-a-repo), write your changes on your fork then [create a pull request (PR)](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) from your fork to the ovh/docs repo. Your PR must be done on the "develop" branch.
25
14
26
15
Our guides editing team will then review your contribution and choose to edit, validate or reject it.
0 commit comments