Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/vendor/quick-start.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
pagination_next: null
---

import DependencyYaml from "../partials/replicated-sdk/_dependency-yaml.mdx"
import HelmPackage from "../partials/helm/_helm-package.mdx"
import Tabs from '@theme/Tabs';
Expand Down
15 changes: 10 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ const sidebars = {
},

//GET STARTED
{type: 'html', value: '<h5>getting started</h5>', defaultStyle: true},
'intro-replicated',
'vendor/kots-faq',
'vendor/quick-start',
'vendor/replicated-onboarding',
{
type: 'category',
label: 'Getting Started',
items: [
'intro-replicated',
'vendor/kots-faq',
'vendor/quick-start',
'vendor/replicated-onboarding',
]
},
// {
// type: 'category',
// label: 'Planning',
Expand Down
Loading