From ae05bcd7232efe096d9395203109d0a9574ba55f Mon Sep 17 00:00:00 2001 From: Sophie Bremer <40056287+bre1470@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:34:50 +0200 Subject: [PATCH] Fix renaming of leftovers (#19) * Updated LICENSE.md. * Updated README.md. * Removed old index.html. * Renamed demo folders. * Renamed docs draft. --- LICENSE.md | 2 +- README.md | 7 +++++-- .../{rna-news => dashboards-rna-news}/demo.css | 0 .../demo.html | 3 ++- .../{rna-news => dashboards-rna-news}/demo.js | 0 demos/index.html | 7 ++++--- demos/{stock => stock-timeseries}/demo.html | 3 ++- demos/{stock => stock-timeseries}/demo.js | 0 .../morningstar.md} | 8 ++++---- index.html | 18 ------------------ 10 files changed, 18 insertions(+), 30 deletions(-) rename demos/{rna-news => dashboards-rna-news}/demo.css (100%) rename demos/{rna-news => dashboards-rna-news}/demo.html (87%) rename demos/{rna-news => dashboards-rna-news}/demo.js (100%) rename demos/{stock => stock-timeseries}/demo.html (81%) rename demos/{stock => stock-timeseries}/demo.js (100%) rename docs/{morningstar/morningstar-connectors.md => connectors/morningstar.md} (77%) delete mode 100644 index.html diff --git a/LICENSE.md b/LICENSE.md index fb5afb7..19a76e4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -This is the source code repository of the Highcharts Dashboards connectors for Morningstar Direct Web Services. +This is the source code repository of the Highcharts Connectors for Morningstar Direct Web Services. Read more on licensing alternatives here: - https://shop.highcharts.com/ diff --git a/README.md b/README.md index 5fecf02..7d72792 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Morningstar Connectors ====================== -Collection of [Highcharts connectors] for [Morningstar Direct Web Services]. +Collection of [Highcharts Connectors] for [Morningstar Direct Web Services]. @@ -16,10 +16,13 @@ The connectors are available as `@highcharts/connectors-morningstar/connectors-morningstar.js` script to your web app or web page. +**Note:** The UMD bundle is not available via +`https://code.highcharts.com/connectors/connectors-morningstar.js` yet. + -[Highcharts connectors]: https://highcharts.com/connectors/ +[Highcharts Connectors]: https://highcharts.com/connectors/ [Morningstar Direct Web Services]: https://developer.morningstar.com/direct-web-services/ diff --git a/demos/rna-news/demo.css b/demos/dashboards-rna-news/demo.css similarity index 100% rename from demos/rna-news/demo.css rename to demos/dashboards-rna-news/demo.css diff --git a/demos/rna-news/demo.html b/demos/dashboards-rna-news/demo.html similarity index 87% rename from demos/rna-news/demo.html rename to demos/dashboards-rna-news/demo.html index 7ce1e65..65e2cee 100644 --- a/demos/rna-news/demo.html +++ b/demos/dashboards-rna-news/demo.html @@ -6,9 +6,10 @@ -
Add your Postman environment file from Morningstar to start the demo: diff --git a/demos/rna-news/demo.js b/demos/dashboards-rna-news/demo.js similarity index 100% rename from demos/rna-news/demo.js rename to demos/dashboards-rna-news/demo.js diff --git a/demos/index.html b/demos/index.html index adf70c7..dea0220 100644 --- a/demos/index.html +++ b/demos/index.html @@ -5,9 +5,10 @@