Skip to content

Commit 4ccf442

Browse files
committed
feat: enable breadcrumb (#790)
1 parent 02ab651 commit 4ccf442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const config: Config = {
125125
{
126126
docs: {
127127
routeBasePath: '/',
128-
breadcrumbs: false,
128+
breadcrumbs: true,
129129
sidebarPath: './src/sidebars.ts',
130130
editUrl: 'https://github.com/logto-io/docs/tree/master',
131131
editLocalizedFiles: true,

0 commit comments

Comments
 (0)