Roll version to recreate release artifacts
[ccsdk/features.git] / sdnr / wt / helpserver / provider / README.md
1 ##Creating help files
2
3 #### Link and references to pictures.
4
5 All links are relative to the current md-file.
6
7 Link to pages located in the same directory:
8
9 ```
10 [linkname](file.md)
11 ```
12
13 Link to subpages located in subdirectories:
14
15 ```
16 [linkname](subfolder/file.md)
17 ```
18
19 External Links:
20
21 ```
22 [linkname](linkurl "linktitle")
23 ```
24
25 Images:
26
27 ```
28 ![SDN-R in ONAP](./ONAP-SDN-R.png "SDN-R in ONAP")
29 ```
30
31 #### Supported formates
32
33 md-format:
34 Picture formats: PNG