From f7e0ea41fdcd1be553f3541e11a9d8a42ea96514 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 10 Jun 2019 01:06:05 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c843d40..80af768 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ Set seasonedShows api endpoint and/or elastic. ```json { "SEASONED_URL": "http://localhost:31459/api", - "ELASTIC_URL": "http://localhost:9200" // Set to undefined or false to disable + "ELASTIC_URL": "http://localhost:9200" } ``` +*Set ELASTIC_URL to undefined or false to disable* ## Build Setup @@ -36,5 +37,9 @@ npm run build For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader). This app uses [history mode](https://router.vuejs.org/en/essentials/history-mode.html) +## Documentation +All api functions are documented in `/docs` and [found here](docs/api.md). +[html version also available](http://htmlpreview.github.io/?https://github.com/KevinMidboe/seasoned/blob/release/v2/docs/api/index.html) + ## License [MIT](https://github.com/dmtrbrl/tmdb-app/blob/master/LICENSE)