Files
scylladb/docs/using-scylla/index.rst
Anna Stuchlik f7afa6773f doc: remove the OSS and Enterprise Features pages
This commit removes the following pages:
- ScyllaDB Open Source Features
- ScyllaDB Enterprise Features

They were outdated, incomplete, and misleading.
They were also redundant, as the per-release
updates are added as Release Notes.

With this update, the features listed on the removed
pages are added under the common page: ScyllaDB Features.

Note: No redirections are added, because no file paths
or URLs are changed with this commit.

Fixes https://github.com/scylladb/scylladb/issues/13485

Refs https://github.com/scylladb/scylladb/issues/16496
2024-02-04 20:55:40 +01:00

44 lines
1.7 KiB
ReStructuredText

ScyllaDB for Developers
========================
.. toctree::
:maxdepth: 2
:hidden:
Develop with ScyllaDB <https://docs.scylladb.com/stable/get-started/develop-with-scylladb/index.html>
Tutorials and Example Projects <https://docs.scylladb.com/stable/get-started/develop-with-scylladb/tutorials-example-projects.html>
Learn to Use ScyllaDB <https://docs.scylladb.com/stable/get-started/learn-resources/index.html>
ScyllaDB Alternator <alternator/index>
ScyllaDB Features <features>
ScyllaDB Drivers <drivers/index>
.. panel-box::
:title: Get Started
:id: "getting-started"
:class: my-panel
* `Get Started with ScyllaDB <https://docs.scylladb.com/stable/get-started/index.html>`_
* `Tutorials and Example Projects <https://docs.scylladb.com/stable/get-started/develop-with-scylladb/tutorials-example-projects.html>`_
* `Learn to Use ScyllaDB <https://docs.scylladb.com/stable/get-started/learn-resources/index.html>`_
.. panel-box::
:title: Develop Your App with ScyllaDB
:id: "getting-started"
:class: my-panel
* :doc:`ScyllaDB Drivers </using-scylla/drivers/index>` - ScyllaDB and third-party drivers for CQL and DynamoDB
* :doc:`ScyllaDB Alternator </using-scylla/alternator/index>` - The Open Source DynamoDB-compatible API
* :doc:`CQL Reference </cql/index>` - Reference for the Apache Cassandra Query Language (CQL) and its ScyllaDB extensions
.. panel-box::
:title: ScyllaDB Tools and Resources
:id: "getting-started"
:class: my-panel
* :doc:`ScyllaDB Tools </operating-scylla/admin-tools/index>` - Tools for testing and integrating with Scylla
* :doc:`cqlsh </cql/cqlsh>` - A command line shell for interacting with ScyllaDB through CQL