This is an automated email from the ASF dual-hosted git repository.
critas 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 56ff4add pref: sidevar -> sidebar (#743)
56ff4add is described below
commit 56ff4adda9613ca7c19a3e7e26ee116ede46892d
Author: CritasWang <[email protected]>
AuthorDate: Thu May 15 10:32:37 2025 +0800
pref: sidevar -> sidebar (#743)
---
src/.vuepress/components/{Sidevar.vue => Sidebar.vue} | 0
src/.vuepress/config.ts | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/.vuepress/components/Sidevar.vue
b/src/.vuepress/components/Sidebar.vue
similarity index 100%
rename from src/.vuepress/components/Sidevar.vue
rename to src/.vuepress/components/Sidebar.vue
diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts
index e5a89952..ed9ef521 100644
--- a/src/.vuepress/config.ts
+++ b/src/.vuepress/config.ts
@@ -94,7 +94,7 @@ _paq.push(['enableLinkTracking']);
),
'@theme-hope/modules/sidebar/components/Sidebar': path.resolve(
dirname,
- './components/Sidevar.vue',
+ './components/Sidebar.vue',
),
},
bundler: viteBundler({