From 6ef0a1a6ed34d0c566183d6318a298ca86f1f911 Mon Sep 17 00:00:00 2001 From: scl Date: Fri, 30 Aug 2024 11:32:54 +0800 Subject: [PATCH] feat: exclude python-scripts --- docusaurus.config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 9d47d72ae..1a739f27c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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: {