Provides offline 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"
},
|