Skip to content

Commit cbe2993

Browse files
authored
fix: keep overview section open when user click on pro-help in docs (#1539)
* fix: keep overview section open when user click on pro-help in docs * fix: linting error
1 parent b68db4b commit cbe2993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Sidebar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const getDocsPath = [
111111
'/overview/code-of-conduct',
112112
'/overview/faq',
113113
'/overview/roadmap',
114+
'/overview/pro-help',
114115
];
115116
const getStartedPath = [
116117
'/learn',

0 commit comments

Comments
 (0)