mirror of
https://github.com/open-webui/docs
synced 2025-05-20 19:26:22 +00:00
fix: Move exclude rule to docs section
This commit is contained in:
parent
1064139fb8
commit
ae4100808c
@ -46,12 +46,12 @@ const config: Config = {
|
|||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl: "https://github.com/open-webui/docs/blob/main",
|
editUrl: "https://github.com/open-webui/docs/blob/main",
|
||||||
|
exclude: ['**/tab-**/**'],
|
||||||
},
|
},
|
||||||
// blog: false,
|
// blog: false,
|
||||||
blog: {
|
blog: {
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
exclude: ['**/tab-**/**'],
|
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
// editUrl:
|
// editUrl:
|
||||||
// "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
|
// "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
|
||||||
|
Loading…
Reference in New Issue
Block a user