Skip to content

Commit ff03895

Browse files
authored
Update docusaurus.config.js
1 parent 92666d9 commit ff03895

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ const config = {
9999
},
100100
],
101101
},
102+
docs: {
103+
breadcrumbs: true,
104+
},
102105
footer: {
103106
style: "dark",
104107
links: [
@@ -141,7 +144,9 @@ const config = {
141144
metadata: [
142145
{ name: 'google-site-verification', content: 'g8d_0UGQgwAYseQGOOqRvsTPup3xawCbb-i2jT9HyVc' },
143146
]
144-
}),
147+
}),
148+
149+
plugins: ['@docusaurus/plugin-sitemap'],
145150
}
146151

147152
export default config

0 commit comments

Comments
 (0)