diff --git a/internal/fetch-docs-oss.mjs b/internal/fetch-docs-oss.mjs index beceba842..ce34602dd 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 7103bd76b..207a835af 100644 --- a/wave_docs/sidebar.json +++ b/wave_docs/sidebar.json @@ -56,27 +56,25 @@ { "type": "category", "label": "Self-hosted Wave", + "link": { + "type": "doc", + "id": "install/index" + }, "collapsed": true, "items": [ { "type": "category", - "label": "Installation", + "label": "Wave Lite", "collapsed": true, "items": [ "install/docker-compose", - "install/kubernetes", - "install/configure-wave-build" - ] - }, - { - "type": "category", - "label": "Configuration", - "collapsed": true, - "items": [ - "configure-wave", - "configuration" + "install/kubernetes-lite" ] }, + "install/aws-build", + "install/post-install", + "install/configure-wave", + "install/reference", { "type": "category", "label": "Migration notes",