From a57e0a671d4f99dec52485cfa09234c86819ba90 Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Mon, 29 Jun 2026 14:38:27 +1200 Subject: [PATCH 1/5] Testing build --- internal/fetch-docs-oss.mjs | 2 +- wave_docs/sidebar.json | 25 ++++++++++--------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/internal/fetch-docs-oss.mjs b/internal/fetch-docs-oss.mjs index beceba8422..ce34602dd6 100644 --- a/internal/fetch-docs-oss.mjs +++ b/internal/fetch-docs-oss.mjs @@ -18,7 +18,7 @@ const repositories = [ name: "wave", url: "https://github.com/seqeralabs/wave.git", path: path.join(__dirname, "..", "wave_docs", "wave_repo"), - branch: "master", + branch: "chris-self-install", }, ]; diff --git a/wave_docs/sidebar.json b/wave_docs/sidebar.json index 7103bd76b0..3ac1126da5 100644 --- a/wave_docs/sidebar.json +++ b/wave_docs/sidebar.json @@ -56,18 +56,24 @@ { "type": "category", "label": "Self-hosted Wave", + "link": { + "type": "doc", + "id": "install/index" + }, "collapsed": true, "items": [ { "type": "category", - "label": "Installation", + "label": "Install Wave Lite", "collapsed": true, "items": [ "install/docker-compose", - "install/kubernetes", - "install/configure-wave-build" + "install/kubernetes-lite" ] }, + "install/aws-build", + "install/post-install", + "install/production", { "type": "category", "label": "Configuration", @@ -76,18 +82,7 @@ "configure-wave", "configuration" ] - }, - { - "type": "category", - "label": "Migration notes", - "link": {"type": "doc", "id": "migrations/index"}, - "collapsed": true, - "items": [ - "migrations/1-25-0", - "migrations/1-24-0", - "migrations/1-21-0" - ] - } + } ] }, { From 7837d84f268539c8f1a379fa44e3782245614ec0 Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Mon, 29 Jun 2026 16:33:31 +1200 Subject: [PATCH 2/5] Update sidebar --- wave_docs/sidebar.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/wave_docs/sidebar.json b/wave_docs/sidebar.json index 3ac1126da5..59988e8e34 100644 --- a/wave_docs/sidebar.json +++ b/wave_docs/sidebar.json @@ -73,16 +73,8 @@ }, "install/aws-build", "install/post-install", - "install/production", - { - "type": "category", - "label": "Configuration", - "collapsed": true, - "items": [ - "configure-wave", - "configuration" - ] - } + "install/configure-wave", + "install/configuration" ] }, { From 0708234a0cd56e7bee040604e7e2c80c21b64df9 Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Mon, 29 Jun 2026 16:45:40 +1200 Subject: [PATCH 3/5] Update sidebar --- wave_docs/sidebar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wave_docs/sidebar.json b/wave_docs/sidebar.json index 59988e8e34..307ff6f48f 100644 --- a/wave_docs/sidebar.json +++ b/wave_docs/sidebar.json @@ -74,7 +74,7 @@ "install/aws-build", "install/post-install", "install/configure-wave", - "install/configuration" + "install/reference" ] }, { From 8a3133d7444f2a2998f5b1c437068aee59938a5b Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Mon, 29 Jun 2026 16:47:33 +1200 Subject: [PATCH 4/5] Update sidebar --- wave_docs/sidebar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wave_docs/sidebar.json b/wave_docs/sidebar.json index 307ff6f48f..c67a648cf9 100644 --- a/wave_docs/sidebar.json +++ b/wave_docs/sidebar.json @@ -64,7 +64,7 @@ "items": [ { "type": "category", - "label": "Install Wave Lite", + "label": "Wave Lite", "collapsed": true, "items": [ "install/docker-compose", From a73cb4265efbd3f6f018f9fe95a97495e7276b2b Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Mon, 29 Jun 2026 16:55:36 +1200 Subject: [PATCH 5/5] Edits --- wave_docs/sidebar.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/wave_docs/sidebar.json b/wave_docs/sidebar.json index c67a648cf9..207a835af1 100644 --- a/wave_docs/sidebar.json +++ b/wave_docs/sidebar.json @@ -74,7 +74,18 @@ "install/aws-build", "install/post-install", "install/configure-wave", - "install/reference" + "install/reference", + { + "type": "category", + "label": "Migration notes", + "link": {"type": "doc", "id": "migrations/index"}, + "collapsed": true, + "items": [ + "migrations/1-25-0", + "migrations/1-24-0", + "migrations/1-21-0" + ] + } ] }, {