@@ -141,7 +141,7 @@ export default withMermaid(defineConfig({
141141 nav : [
142142 { text : 'Self-hosting' , link : '/self-hosting/overview' } ,
143143 { text : 'API Reference' , link : '/api-reference/introduction' } ,
144- { text : 'Build and extend' , link : '/dev-tools/build-plane-app' } ,
144+ { text : 'Build and extend' , link : '/dev-tools/build-plane-app/overview ' } ,
145145 { text : 'Plane Docs' , link : 'https://docs.plane.so' } ,
146146 { text : 'Sign in' , link : 'https://app.plane.so/sign-in' }
147147 ] ,
@@ -649,7 +649,17 @@ export default withMermaid(defineConfig({
649649 {
650650 text : 'Build and extend Plane' ,
651651 items : [
652- { text : 'Build Plane App' , link : '/dev-tools/build-plane-app' } ,
652+ {
653+ text : 'Build Plane App' , collapsed : false , items : [
654+ { text : 'Overview' , link : '/dev-tools/build-plane-app/overview' } ,
655+ { text : 'Create an OAuth application' , link : '/dev-tools/build-plane-app/create-oauth-application' } ,
656+ { text : 'Choose token Flow' , link : '/dev-tools/build-plane-app/choose-token-flow' } ,
657+ { text : 'Handling webhooks' , link : '/dev-tools/build-plane-app/webhooks' } ,
658+ { text : 'OAuth scopes' , link : '/dev-tools/build-plane-app/oauth-scopes' } ,
659+ { text : 'SDKs' , link : '/dev-tools/build-plane-app/sdks' } ,
660+ { text : 'Complete examples' , link : '/dev-tools/build-plane-app/examples' }
661+ ]
662+ } ,
653663 {
654664 text : 'Agents' ,
655665 collapsed : false ,
0 commit comments