Skip to content

Commit

Permalink
Rename from "howtos" to "guides"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 26, 2023
1 parent 666636d commit a3eed02
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=====================
CrateDB How-To Guides
=====================
==============
CrateDB Guides
==============

|ci| |rtd| |build|

How-to guides for CrateDB_.
Guidelines, handbooks, and cookbooks for CrateDB_.

Contributing
============
Expand All @@ -23,22 +23,22 @@ Looking for more help?
- Check out our `support channels`_

.. _contribution docs: CONTRIBUTING.rst
.. _Crate.io: http://crate.io/
.. _Crate.io: https://cratedb.com/
.. _CrateDB: https://github.com/crate/crate
.. _developer docs: DEVELOP.rst
.. _project docs: https://crate.io/docs/crate/howtos/en/latest/
.. _support channels: https://crate.io/support/
.. _project docs: https://cratedb.com/docs/guides/en/latest/
.. _support channels: https://cratedb.com/support/


.. |ci| image:: https://github.com/crate/crate-howtos/actions/workflows/docs.yml/badge.svg
.. |ci| image:: https://github.com/crate/cratedb-guides/actions/workflows/docs.yml/badge.svg
:alt: CI status
:scale: 100%
:target: https://github.com/crate/crate-howtos/actions/workflows/docs.yml
:target: https://github.com/crate/cratedb-guides/actions/workflows/docs.yml

.. |rtd| image:: https://readthedocs.org/projects/crate-howtos/badge/?version=latest
.. |rtd| image:: https://readthedocs.org/projects/cratedb-guides/badge/?version=latest
:alt: Read The Docs status
:target: https://readthedocs.org/projects/crate-howtos
:target: https://readthedocs.org/projects/cratedb-guides

.. |build| image:: https://img.shields.io/endpoint.svg?color=blue&url=https%3A%2F%2Fraw.githubusercontent.com%2Fcrate%2Fcrate-howtos%2Fmaster%2Fdocs%2Fbuild.json
.. |build| image:: https://img.shields.io/endpoint.svg?color=blue&url=https%3A%2F%2Fraw.githubusercontent.com%2Fcrate%2Fcratedb-guides%2Fmaster%2Fdocs%2Fbuild.json
:alt: Build version
:target: https://github.com/crate/crate-howtos/blob/master/docs/build.json
:target: https://github.com/crate/cratedb-guides/blob/master/docs/build.json
2 changes: 1 addition & 1 deletion docs/_extra/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Disallow: /

Sitemap: https://crate.io/docs/crate/howtos/site.xml
Sitemap: https://cratedb.com/docs/guides/site.xml
2 changes: 1 addition & 1 deletion docs/build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": 1,
"label": "docs build",
"message": "2.1.0"
"message": "2.1.1"
}
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from crate.theme.rtd.conf.crate_howtos import *
from crate.theme.rtd.conf.cratedb_guides import *

linkcheck_ignore = [
# Forbidden by WordPress
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _index:

=====================
CrateDB How-To Guides
=====================
==============
CrateDB Guides
==============

CrateDB is a distributed SQL database that makes it simple to store and analyze
massive amounts of machine data in real-time.
Expand Down Expand Up @@ -35,4 +35,4 @@ massive amounts of machine data in real-time.


.. _Tutorials: https://crate.io/docs/crate/tutorials/en/latest/
.. _GitHub: https://github.com/crate/crate-howtos
.. _GitHub: https://github.com/crate/cratedb-guides
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
crate-docs-theme
crate-docs-theme==0.30.0.dev2

0 comments on commit a3eed02

Please sign in to comment.