From d7e5ee61575c0b57f56e46c5c8c42ecbc16c2bb4 Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Sat, 16 Sep 2023 21:43:13 -0700 Subject: [PATCH] feat(pageinfo): introduce new `pageinfo` vue components for documentatiom details display as `div` blocks under each document title attribute in markdown formatting structure --- .../theme/components/layout/PageInfo.vue | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/.vitepress/theme/components/layout/PageInfo.vue diff --git a/docs/.vitepress/theme/components/layout/PageInfo.vue b/docs/.vitepress/theme/components/layout/PageInfo.vue new file mode 100644 index 00000000..62c75efd --- /dev/null +++ b/docs/.vitepress/theme/components/layout/PageInfo.vue @@ -0,0 +1,52 @@ + + +