File tree Expand file tree Collapse file tree 10 files changed +64
-16
lines changed
Expand file tree Collapse file tree 10 files changed +64
-16
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,54 @@ export default defineConfig({
2525 sidebar : [
2626 {
2727 label : 'AWS' ,
28- autogenerate : { directory : '/aws' } ,
28+ collapsed : true ,
29+ items : [
30+ {
31+ label : 'Welcome' ,
32+ slug : 'aws' ,
33+ } ,
34+ {
35+ label : 'Getting Started' ,
36+ autogenerate : { directory : '/aws/getting-started' } ,
37+ collapsed : true ,
38+ } ,
39+ {
40+ label : 'Local AWS Services' ,
41+ slug : 'aws/aws-services' ,
42+ } ,
43+ {
44+ label : 'Sample Apps' ,
45+ slug : 'aws/sample-apps' ,
46+ } ,
47+ {
48+ label : 'Capabilities' ,
49+ autogenerate : { directory : '/aws/capabilities' } ,
50+ collapsed : true ,
51+ } ,
52+ {
53+ label : 'Tooling' ,
54+ slug : 'aws/tooling' ,
55+ } ,
56+ {
57+ label : 'Integrations' ,
58+ autogenerate : { directory : '/aws/integrations' } ,
59+ collapsed : true ,
60+ } ,
61+ {
62+ label : 'Enterprise' ,
63+ autogenerate : { directory : '/aws/pro' } ,
64+ collapsed : true ,
65+ } ,
66+ {
67+ label : 'Tutorials' ,
68+ slug : 'aws/tutorials' ,
69+ } ,
70+ ] ,
2971 } ,
3072 {
3173 label : 'Snowflake' ,
3274 autogenerate : { directory : '/snowflake' } ,
75+ collapsed : true ,
3376 } ,
3477 ] ,
3578 } ) ,
Original file line number Diff line number Diff line change 11---
2- title : AWS Services
2+ title : Local AWS Services
33description : This is a dummy description
44template : doc
5- nav : 3
5+ sidebar :
6+ order : 3
67---
78
89# AWS Services
Original file line number Diff line number Diff line change 22title : Capabilities
33description : This is a dummy description
44template : doc
5- nav : 1
5+ sidebar :
6+ order : 5
67---
78
89# Capabilities
Original file line number Diff line number Diff line change 22title : Getting Started
33description : This is a dummy description
44template : doc
5-
6- nav : 1
5+ sidebar :
6+ order : 2
77---
88
99[ LocalStack] ( https://localstack.cloud ) is a cloud service emulator that runs in a single container on your laptop or in your CI environment.
Original file line number Diff line number Diff line change 22title : Welcome to LocalStack Docs
33description : Get started with LocalStack Docs.
44template : doc
5- nav : 1
6- label : Welcome
5+ sidebar :
6+ label : Welcome
7+ order : 1
78---
89
910# Welcome to LocalStack Docs!
Original file line number Diff line number Diff line change 22title : Integrations
33description : Use your favorite cloud development tools with LocalStack.
44template : doc
5-
6- nav : 1
5+ sidebar :
6+ order : 7
77---
88
99LocalStack supports a wide range of tools from the cloud development ecosystem.
Original file line number Diff line number Diff line change 22title : LocalStack Enterprise
33description : This is a dummy description
44template : doc
5-
6- nav : 1
5+ sidebar :
6+ order : 8
77---
88
99# LocalStack Enterprise
Original file line number Diff line number Diff line change 22title : Sample apps
33description : This is a dummy description
44template : doc
5- nav : 4
5+ sidebar :
6+ order : 4
67---
78
89# Applications
Original file line number Diff line number Diff line change 22title : LocalStack Tools
33description : Increase your development efficiency with LocalStack Cloud Developer Tools.
44template : doc
5-
6- nav : 1
5+ sidebar :
6+ order : 6
77---
88
99The core of LocalStack is the [ cloud service emulation] ({{< ref "aws" >}}).
Original file line number Diff line number Diff line change 22title : Tutorials
33description : This is a dummy description
44template : doc
5- nav : 5
5+ sidebar :
6+ order : 9
67---
78
89# Tutorials
You can’t perform that action at this time.
0 commit comments