File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "@chakra-ui/utils" : " 1.8.0" ,
2020 "@emotion/react" : " 11.4.0" ,
2121 "@emotion/styled" : " 11.3.0" ,
22- "@guild-docs/client" : " 0.2.14 " ,
22+ "@guild-docs/client" : " 0.2.15 " ,
2323 "@guild-docs/server" : " 0.2.15" ,
2424 "@mdx-js/react" : " 1.6.22" ,
2525 "@theguild/components" : " 1.4.0" ,
Original file line number Diff line number Diff line change @@ -143,7 +143,18 @@ function AppContent(appProps: AppProps) {
143143 onClick : e => handlePushRoute ( '/docs' , e ) ,
144144 } }
145145 />
146- { isDocs ? < DocsPage accentColor = { accentColor } appProps = { appProps } mdxRoutes = { mdxRoutes } /> : < Component { ...pageProps } /> }
146+ { isDocs ? (
147+ < DocsPage
148+ accentColor = { accentColor }
149+ appProps = { appProps }
150+ mdxRoutes = { mdxRoutes }
151+ mdxNavigationProps = { {
152+ defaultOpenDepth : 2 ,
153+ } }
154+ />
155+ ) : (
156+ < Component { ...pageProps } />
157+ ) }
147158 < Footer />
148159 </ >
149160 ) ;
Original file line number Diff line number Diff line change 15771577 protobufjs "^6.10.0"
15781578 yargs "^16.1.1"
15791579
1580- "@guild-docs/client@0.2.14 ":
1581- version "0.2.14 "
1582- resolved "https://registry.yarnpkg.com/@guild-docs/client/-/client-0.2.14 .tgz#33778469aef6d082779afe6147e8875fbffd875b "
1583- integrity sha512-iFBOiqyHv6TTkt6nZyf9nCzlGflyXQ3bS+HYFjfU50bSciMTSWJOyzSjsXPWNDWQh67jWOYkvYQSIAgCyUoM7w ==
1580+ "@guild-docs/client@0.2.15 ":
1581+ version "0.2.15 "
1582+ resolved "https://registry.yarnpkg.com/@guild-docs/client/-/client-0.2.15 .tgz#cdb205541f2be3996a3c95703c5477b71b0e028a "
1583+ integrity sha512-PUz11nJIKcBwPjRi+oVFqboObGrh8YaeTw+novTQob9IynrskkPY6vQ/n11aBj1z9rYwp7GusfXKjsy/k/Qncw ==
15841584 dependencies:
15851585 "@guild-docs/types" "^0.2.14"
15861586 immer "^9.0.3"
15901590 react-icons "^4.2.0"
15911591 react-intersection-observer "^8.32.0"
15921592 react-use "^17.2.4"
1593- use-immer "^0.5.2 "
1593+ use-immer "^0.6.0 "
15941594 zustand "^3.5.4"
15951595
15961596"@guild-docs/server@0.2.15":
@@ -11565,10 +11565,10 @@ use-http@1.0.21:
1156511565 use-ssr "^1.0.24"
1156611566 utility-types "^3.10.0"
1156711567
11568- use-immer@^0.5.2 :
11569- version "0.5.2 "
11570- resolved "https://registry.npmjs.org /use-immer/-/use-immer-0.5.2 .tgz#5f61d5662eb0df192663bb78e200521858e92499 "
11571- integrity sha512-aHnLa85kftWo05lqJVOy3GLXrydqu6kl0MXvo5k5OW8IoLJixa9NY/48Xdy0LlcqdakBTFLbSDZaYVPMVhYy8Q ==
11568+ use-immer@^0.6.0 :
11569+ version "0.6.0 "
11570+ resolved "https://registry.yarnpkg.com /use-immer/-/use-immer-0.6.0 .tgz#ca6aa5ade93018e2c65cf128d19ada54fc23f70d "
11571+ integrity sha512-dFGRfvWCqPDTOt/S431ETYTg6+uxbpb7A1pptufwXVzGJY3RlXr38+3wyLNpc6SbbmAKjWl6+EP6uW74fkEsXQ ==
1157211572
1157311573use-sidecar@^1.0.1:
1157411574 version "1.0.5"
You can’t perform that action at this time.
0 commit comments