Skip to content

Commit

Permalink
feat: exclude python-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchanglong committed Aug 30, 2024
1 parent f847a33 commit 6ef0a1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,14 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/GreptimeTeam/docs/tree/main',
'https://github.com/GreptimeTeam/docs/blob/main',
routeBasePath: '/',
exclude: [
'db-cloud-shared/**',
'user-guide/client-libraries/template.md',
'getting-started/quick-start/quick-start-template.md',
'**/template.md'
'**/template.md',
'user-guide/python-scripts/**'
],
versions: {
current: {
Expand Down

0 comments on commit 6ef0a1a

Please sign in to comment.