You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Provides pages for web clients.

Help content used by ReadTheDocs help text generation.

Implementation

A json file describes the dependency between specific app and related help content.

The path sdnr/nodes/appId identifies the app. 

Path example for "Fault App" with Id: "faultApp": sdnr/nodes/faultApp

Example of meta.json that is part of helpserver

{
"sdnr": {
"nodes": {
"connect": {
"versions": {
"0.4.0": {
"date": "2018-02-24",
"path": "sdnr/connect/README.md",
"label": "Connect"
},
"current": {
"date": "2018-02-24",
"path": "sdnr/connect/README.md",
"label": "Connect"
}
},
"label": "Connect"
},
"pnfFault": {
"versions": {
"0.4.0": {
"date": "2018-02-24",
"path": "sdnr/pnfFault/README.md",
"label": "Fault"
},
"current": {
"date": "2018-02-24",
"path": "sdnr/pnfFault/README.md",
"label": "Fault"
}
},
"label": "Fault"
},

  • No labels