This commit is contained in:
2019-09-22 15:49:03 +02:00
parent 6bc58052e7
commit c9b6cc4872
3 changed files with 7 additions and 5 deletions
+5
View File
@@ -71,8 +71,13 @@ steps:
- echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
- ls
- echo "# Documentation" >> ./README.md
<<<<<<< HEAD
- echo "https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}" >> ./README.md
- echo "### Version" >> ./README.md
=======
- echo globals.md >> ./README.md
- echo "# Version" >> ./README.md
>>>>>>> b76ff76b2137db313c58c2e6bf8be64ccbbb1b8d
- echo "${DRONE_TAG}" >> ./README.md
- echo "" >> ./README.md
- cat globals.md >> ./README.md
-3
View File
@@ -3,6 +3,3 @@
# How to install
# Quickstart
+1 -1
View File
@@ -11,7 +11,7 @@
"build": "npm run clean && tsc && npm run webpack",
"clean": "rm -rf js",
"test": "mocha js/test/Test.js",
"docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown "
"docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file"
},
"author": "",
"license": "ISC",