mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
doc: remove the redundant pages
This commit removes two redundant pages and adds the related redirections.
- The Tutorials page is a duplicate and is not maintained anymore.
Having it in the docs hurts the SEO of the up-to-date Tutorias page.
- The Contributing page is not helpful. Contributions-related information
should be maintained in the project README file.
Fixes https://github.com/scylladb/scylladb/issues/17279
Fixes https://github.com/scylladb/scylladb/issues/24060
Closes scylladb/scylladb#24090
(cherry picked from commit eed8373b77)
Closes scylladb/scylladb#24220
This commit is contained in:
committed by
Pavel Emelyanov
parent
e215350c61
commit
70d9352cec
@@ -2,6 +2,11 @@
|
||||
#old path: new path
|
||||
|
||||
|
||||
# Remove reduntant pages
|
||||
|
||||
/stable/getting-started/tutorials: https://docs.scylladb.com/stable/get-started/develop-with-scylladb/tutorials-example-projects.html
|
||||
/stable/contribute: https://github.com/scylladb/scylladb/blob/master/CONTRIBUTING.md
|
||||
|
||||
# Remove an oudated article
|
||||
|
||||
/stable/troubleshooting/nodetool-memory-read-timeout.html: /stable/troubleshooting/index.html
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
Contribute to ScyllaDB
|
||||
=======================
|
||||
|
||||
Thank you for your interest in making ScyllaDB better!
|
||||
We appreciate your help and look forward to welcoming you to the ScyllaDB Community.
|
||||
There are two ways you can contribute:
|
||||
|
||||
* Send a patch to the ScyllaDB source code
|
||||
* Write documentation for ScyllaDB Docs
|
||||
|
||||
|
||||
Contribute to ScyllaDB's Source Code
|
||||
------------------------------------
|
||||
ScyllaDB developers use patches and email to share and discuss changes.
|
||||
Setting up can take a little time, but once you have done it the first time, it’s easy.
|
||||
|
||||
The basic steps are:
|
||||
|
||||
* Join the ScyllaDB community
|
||||
* Create a Git branch to work on
|
||||
* Commit your work with clear commit messages and sign-offs.
|
||||
* Send a PR or use ``git format-patch`` and ``git send-email`` to send to the list
|
||||
|
||||
|
||||
The entire process is `documented here <https://github.com/scylladb/scylla/blob/master/CONTRIBUTING.md>`_.
|
||||
|
||||
Contribute to ScyllaDB Docs
|
||||
---------------------------
|
||||
|
||||
Each ScyllaDB project has accompanying documentation. For information about contributing documentation to a specific ScyllaDB project, refer to the README file for the individual project.
|
||||
For general information or to contribute to the ScyllaDB Sphinx theme, read the `Contributor's Guide <https://sphinx-theme.scylladb.com/stable/contribute/>`_.
|
||||
@@ -11,7 +11,6 @@ Getting Started
|
||||
requirements
|
||||
Migrate to ScyllaDB </using-scylla/migrate-scylla>
|
||||
Integration Solutions </using-scylla/integrations/index>
|
||||
tutorials
|
||||
|
||||
.. panel-box::
|
||||
:title: ScyllaDB Requirements
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
============
|
||||
Tutorials
|
||||
============
|
||||
|
||||
The tutorials will show you how to use ScyllaDB as a data source for an application.
|
||||
|
||||
|
||||
ScyllaDB Tutorial
|
||||
===================
|
||||
|
||||
`Build an IoT App with sensor simulator and a REST API <https://iot.scylladb.com/stable/>`_
|
||||
|
||||
ScyllaDB Cloud Tutorial
|
||||
=======================
|
||||
|
||||
`Implement CRUD operations with a TODO App <https://github.com/scylladb/scylla-cloud-getting-started/>`_
|
||||
|
||||
ScyllaDB Cloud Feature Store Tutorial
|
||||
=====================================
|
||||
|
||||
`Build a machine learning (ML) feature store with ScyllaDB <https://feature-store.scylladb.com/stable/>`_
|
||||
@@ -73,6 +73,5 @@ In addition, you can read our `blog <https://www.scylladb.com/blog/>`_ and atten
|
||||
kb/index
|
||||
reference/index
|
||||
faq
|
||||
Contribute to ScyllaDB <contribute>
|
||||
2024.2 and earlier documentation <https://enterprise.docs.scylladb.com/branch-2024.2/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user