diff --git a/content/1.getting-started/3.writing/2.pages.md b/content/1.getting-started/3.writing/2.pages.md index e823935b..ab9b90c9 100644 --- a/content/1.getting-started/3.writing/2.pages.md +++ b/content/1.getting-started/3.writing/2.pages.md @@ -53,6 +53,9 @@ badges: ::field{name="toc" type="boolean" default-value="true"} Whether to show the toc section for this page. :: + ::field{name="aside" type="boolean" default-value="true"} + Whether to show the aside section for this page. + :: ::field{name="editLink" type="boolean" default-value="true"} Whether to show the edit link for this page. :: diff --git a/content/index.md b/content/index.md index 9b6bfbdd..370d0a89 100644 --- a/content/index.md +++ b/content/index.md @@ -6,7 +6,7 @@ navigation: false ::hero --- announcement: - title: 'Release v0.8.3' + title: 'Release v0.8.4' icon: '🎉' to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases/latest target: _blank diff --git a/package.json b/package.json index b9f2db50..d11771e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-docs-nuxt", "type": "module", - "version": "0.8.3", + "version": "0.8.4", "description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.", "author": "Tony Zhang ", "license": "MIT",