File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const activeLinkSelector = `.${styles.sidebar} .toc-item .active`;
2222
2323export const sidebarToggleId = styles [ 'navbar-menu-toggle' ] ;
2424
25- export async function Sidebar ( { path, versions} : SidebarProps ) {
25+ export async function Sidebar ( { path, versions} : SidebarProps ) : Promise < JSX . Element > {
2626 const rootNode = await getDocsRootNode ( ) ;
2727
2828 if ( isDeveloperDocs ) {
Original file line number Diff line number Diff line change 4040 "paths" : { /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. Must match `alias` in `gatsby-node.js`. */
4141 "sentry-docs/*" : [
4242 " src/*"
43+ ],
44+ "react" : [
45+ " ./node_modules/react"
46+ ],
47+ "next" : [
48+ " ./node_modules/next"
4349 ]
4450 },
4551 // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
You can’t perform that action at this time.
0 commit comments