Explorar el Código

customize home page

boyska hace 2 años
padre
commit
e8f97b8cae
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. 6 0
      doc/home.md
  2. 1 1
      package.json

+ 6 - 0
doc/home.md

@@ -0,0 +1,6 @@
+Radiomanifest is a specification to make webradios express their offer in a standard way. This is a client
+library aiming at making the development of expressive webapps a breeze.
+
+You are strongly invited to start from:
+ - {@tutorial quickstart} tutorial
+ - {@link get} this is the first function you'll ever call, in 99% of user scenarios

+ 1 - 1
package.json

@@ -14,7 +14,7 @@
     "test": "npm run test:node && npm run test:browser",
     "test:node": "mocha",
     "test:browser": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.config.js",
-    "docs": "jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json .",
+    "docs": "jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json . doc/home.md",
     "build": "webpack"
   },
   "author": "",