Skip to content

Commit fc0cff3

Browse files
authored
docs: start versioning API reference folder (#9878)
* sync-docs-reference-versions * correct version numbers * version label * unstable-version
1 parent cfa5d27 commit fc0cff3

File tree

168 files changed

+80460
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+80460
-213
lines changed

docs-website/docusaurus.config.js

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ const config = {
4646
'https://github.com/deepset-ai/haystack/tree/main/docs-website/',
4747
versions: {
4848
current: {
49-
label: 'Next',
49+
label: '2.19-unstable',
5050
path: 'next',
5151
banner: 'unreleased',
5252
},
5353
},
54-
lastVersion: '2.0',
54+
lastVersion: '2.18',
5555
},
5656
theme: {
5757
customCss: require.resolve('./src/css/custom.css'),
@@ -81,7 +81,15 @@ const config = {
8181
editUrl: 'https://github.com/deepset-ai/haystack/tree/main/docs-website/',
8282
showLastUpdateAuthor: false,
8383
showLastUpdateTime: false,
84-
exclude: ['**/_templates/**'],
84+
exclude: ['**/_templates/**'],
85+
versions: {
86+
current: {
87+
label: '2.19-unstable',
88+
path: 'next',
89+
banner: 'unreleased',
90+
},
91+
},
92+
lastVersion: '2.18',
8593
},
8694
],
8795
],

0 commit comments

Comments
 (0)