From e8f97b8caed13bd73bed9ebcf8bbba238e513908 Mon Sep 17 00:00:00 2001 From: boyska Date: Sun, 30 Jan 2022 14:24:59 +0100 Subject: [PATCH] customize home page --- doc/home.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 doc/home.md diff --git a/doc/home.md b/doc/home.md new file mode 100644 index 0000000..56ec63a --- /dev/null +++ b/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 diff --git a/package.json b/package.json index 4ee2246..1105685 100644 --- a/package.json +++ b/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": "",