scylladb / care-pet

Care Pet IoT ScyllaDB example
https://care-pet.docs.scylladb.com/
Apache License 2.0
47 stars 28 forks source link

DOCS: fix Home Page #36

Closed lauranovich closed 2 years ago

lauranovich commented 2 years ago

Copy and paste the contents from this gist (below) into docs/index.rst.

In the theme's conf.py, set html_theme_options.hide_sidebar_index to 'true'. Example:

html_theme_options = { 'hide_sidebar_index': 'true', }

=================== gist contents ======================== .. title:: Scylla Care-Pet Example

.. raw:: html

.. hero-box:: :title: Scylla Care-Pet Example This example project demonstrates a generic IoT use case for ScyllaDB. .. raw:: html
.. raw:: html
.. topic-box:: :title: Getting Started with CarePet :link: getting_started :icon: scylla-icon scylla-icon--getting-started :class: large-6 :anchor: Learn more Create an IoT app from scratch and configure it to use ScyllaDB as the backend datastore. .. topic-box:: :title: Design and Data Model :link: design_and_data_model :icon: scylla-icon scylla-icon--overview :class: large-6 :anchor: Learn more Learn more about the queries used in the example, make the primary key and clustering key selection, and create the database schema. .. raw:: html

External links

.. topic-box:: :title: Care-Pet GitHub Repository :link: https://github.com/scylladb/care-pet :icon: fa fa-github :class: large-6,small-12 :anchor: Explore code .. topic-box:: :title: Care-Pet Blog :icon: scylla-icon scylla-icon--developers-blog :link: https://www.scylladb.com/2020/09/09/carepet-an-example-iot-use-case-for-hands-on-app-developers/ :class: large-6,small-12 :anchor: Read article .. raw:: html
.. raw:: html
.. toctree:: :maxdepth: 2 :hidden: Getting Started with CarePet: A sample IoT App Design and Data Model Care-Pet GitHub Repository Care-Pet Blog