Merge pull request #258 from matthewhand/final-hotfix-exclude-placement

fix: Move exclude rule to docs section
This commit is contained in:
Timothy Jaeryang Baek 2024-10-30 12:21:15 -07:00 committed by GitHub
commit d7c5f47080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/",