Skip to content

Commit

Permalink
Re-add "Getting Started" section
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 26, 2023
1 parent 22de6b3 commit eabd37b
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 17 deletions.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions docs/getting-started/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
###############
Getting Started
###############

A collection of CrateDB best practices and tips for common scenarios.

.. rubric:: Table of contents

.. toctree::
:maxdepth: 1

first-use
create-user
migrate/mysql
migrate/mongodb

File renamed without changes.
File renamed without changes.
7 changes: 2 additions & 5 deletions docs/handbook/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
Handbook
########

A collection of CrateDB best practices and tips for common scenarios.
A collection of CrateDB best practices and tips for common scenarios
around the topics of sharding, partitioning, and performance tuning.

.. rubric:: Table of contents

.. toctree::
:maxdepth: 1

first-use
create-user
sharding-partitioning
performance/index
migrate/mysql
migrate/mongodb

6 changes: 3 additions & 3 deletions docs/handbook/sharding-partitioning.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _sharding-partitioning:

===============================
About Sharding and Partitioning
===============================
#########################
Sharding and Partitioning
#########################

.. rubric:: Table of contents

Expand Down
19 changes: 10 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ massive amounts of machine data in real-time.
.. rubric:: Table of contents

.. toctree::
:maxdepth: 3
:titlesonly:

admin/index
handbook/index
reference-architectures/index
t/analysis/index
t/timeseries/index
t/ml/index
:maxdepth: 3
:titlesonly:

getting-started/index
admin/index
handbook/index
reference-architectures/index
t/analysis/index
t/timeseries/index
t/ml/index


.. _Tutorials: https://crate.io/docs/crate/tutorials/en/latest/
Expand Down

0 comments on commit eabd37b

Please sign in to comment.