mirror of
https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git
synced 2025-11-01 18:47:45 +00:00
Readme.md file - alignment issue fixed
This commit is contained in:
21
README.md
21
README.md
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
This is some example code to show you how to use JSDoc for documenting your JavaScript.
|
This is some example code to show you how to use JSDoc for documenting your JavaScript.
|
||||||
|
|
||||||
|
Please use the below steps.
|
||||||
|
|
||||||
**Step 1**
|
**Step 1**
|
||||||
|
|
||||||
#JSDoc supports stable versions of Node.js 8.15.0 and later.
|
#JSDoc supports stable versions of Node.js 8.15.0 and later.
|
||||||
@@ -46,20 +48,19 @@ npm i -D jsdoc
|
|||||||
"destination": "./docs/",
|
"destination": "./docs/",
|
||||||
"tutorials": "./readme"
|
"tutorials": "./readme"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
**Note :** created readme folder and add LICENSE.md and technical_document.md file and tutorials.json.
|
**Note :** created readme folder and add LICENSE.md and technical_document.md file and tutorials.json.
|
||||||
update tutorials.json following code
|
update tutorials.json following code
|
||||||
|
|
||||||
{
|
{
|
||||||
"LICENSE": {
|
"LICENSE": {
|
||||||
"title": "LICENSE"
|
"title": "LICENSE"
|
||||||
},
|
},
|
||||||
|
"technical_document": {
|
||||||
"technical_document": {
|
"title": "technical_document"
|
||||||
"title": "technical_document"
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
**Step 5**
|
**Step 5**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user