diff --git a/README.md b/README.md index 3568740..f9a912a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FIWARE Cosmos Orion-Spark Connector -[![](https://nexus.lab.fiware.org/static/badges/chapters/processing.svg)](https://www.fiware.org/developers/catalogue/) +[![](https://nexus.lab.fiware.org/static/badges/chapters/core.svg)](https://www.fiware.org/developers/catalogue/) ![License](https://img.shields.io/github/license/ging/fiware-cosmos-orion-spark-connector.svg) [![](https://img.shields.io/badge/tag-fiware--cosmos-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-cosmos)
@@ -19,9 +19,9 @@ is a curated framework of open source platform components which can be assembled platform components to accelerate the development of Smart Solutions. This project is part of [FIWARE](https://www.fiware.org/). For more information check the FIWARE Catalogue entry for -[Context Processing, Analysis and Visualization](https://github.com/Fiware/catalogue/tree/master/processing). +[Core Context Management](https://github.com/Fiware/catalogue/tree/master/core). -| :books: [Documentation](https://fiware-cosmos-spark.readthedocs.io) | :mortar_board: [Academy](https://fiware-academy.readthedocs.io/en/latest/processing/cosmos) | :dart: [Roadmap](https://github.com/ging/fiware-cosmos-orion-spark-connector/blob/master/ROADMAP.md) | +| :books: [Documentation](https://fiware-cosmos-spark.readthedocs.io) | :mortar_board: [Academy](https://fiware-academy.readthedocs.io/en/latest/core/cosmos) | :dart: [Roadmap](https://github.com/ging/fiware-cosmos-orion-spark-connector/blob/master/ROADMAP.md) | | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | @@ -130,7 +130,7 @@ The received data is a DataStream of objects of the class **`NgsiEvent v2`**. Th - **`type`**: Type of value (Float, Int,...). - **`value`**: Value of the attribute. - **`metadata`**: Additional metadata. - + #### NGSILDReceiver - Import dependency. diff --git a/doc/index.md b/doc/index.md index 4cafd04..d444b1e 100644 --- a/doc/index.md +++ b/doc/index.md @@ -1,6 +1,6 @@ # FIWARE Cosmos Orion-Spark Connector -[![](https://nexus.lab.fiware.org/static/badges/chapters/processing.svg)](https://www.fiware.org/developers/catalogue/) +[![](https://nexus.lab.fiware.org/static/badges/chapters/core.svg)](https://www.fiware.org/developers/catalogue/) [![License](https://img.shields.io/github/license/ging/fiware-cosmos-orion-spark-connector.svg)](#) [![](https://img.shields.io/badge/tag-fiware--cosmos-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-cosmos)
diff --git a/mkdocs.yml b/mkdocs.yml index 12d24d4..4492768 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,7 @@ site_description: fiware-cosmos-orion-spark-connector Documentation docs_dir: doc use_directory_urls: false theme: readthedocs -extra_css: ["https://www.fiware.org/style/fiware_readthedocs.css", "https://www.fiware.org/style/fiware_readthedocs_processing.css"] +extra_css: ["https://www.fiware.org/style/fiware_readthedocs.css", "https://www.fiware.org/style/fiware_readthedocs_core.css"] pages: - Home: index.md - 'Getting started': getting_started.md