Skip to content

Commit fbf5bc7

Browse files
committed
Provide CrateDB reference documentation per cratedb intersphinx domain
`cratedb` is much shorter than `crate-reference`, so this label saves keystrokes and uses less screen space.
1 parent fd8a7c7 commit fbf5bc7

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22
CHANGES
33
=======
44

5+
Next
6+
----
7+
- Breaking change: Started providing CrateDB reference documentation per
8+
``cratedb`` intersphinx domain. The label is much shorter than
9+
``crate-reference``, so it saves keystrokes and uses less screen space.
510

611
Unreleased
712
----------
13+
- Added Stepper directive
14+
- Removed bottom three links in primary navigation:
15+
Academy, Integration Tutorials, Sample Applications
16+
- Updated to ``sphinx-design-elements`` v0.4.1
817

918
2025/12/17 0.44.0
1019
-----------------

docs/projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CrateDB core
2020
------------
2121

2222
- :ref:`guide:index`
23-
- :ref:`crate-reference:index`
23+
- :ref:`cratedb:index`
2424

2525

2626
CrateDB clients

src/crate/theme/rtd/conf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
# CrateDB General
104104
'guide': ('https://cratedb.com/docs/guide/', None),
105-
'crate-reference': ('https://cratedb.com/docs/crate/reference/en/latest/', None),
105+
'cratedb': ('https://cratedb.com/docs/crate/reference/en/latest/', None),
106106

107107
# CrateDB Clients and Integrations
108108
'crate-admin-ui': ('https://cratedb.com/docs/crate/admin-ui/en/latest/', None),

0 commit comments

Comments
 (0)