This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 2a8ad98d change pagePatterns, hide other docs (#430)
2a8ad98d is described below
commit 2a8ad98d743c6b9922e81dd3d3436c64a09a94d9
Author: CritasWang <[email protected]>
AuthorDate: Fri Nov 22 16:13:03 2024 +0800
change pagePatterns, hide other docs (#430)
---
src/.vuepress/config.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts
index c2ffdc3b..089806c6 100644
--- a/src/.vuepress/config.ts
+++ b/src/.vuepress/config.ts
@@ -145,5 +145,5 @@ _paq.push(['enableLinkTracking']);
},
},
}),
- pagePatterns: ['**/*.md', '!**/stage/**/*.md', '!**/Master/**/*.md',
'!.vuepress', '!node_modules'],
+ pagePatterns: ['**/*.md', '!**/*_timecho.md', '!**/stage/**/*.md',
'!**/Master/**/*.md', '!.vuepress', '!node_modules'],
});