Skip to content

Commit

Permalink
chore(schema): update schema & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jan 20, 2023
1 parent 2c5922d commit 5bcbd4d
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 26 deletions.
24 changes: 15 additions & 9 deletions nuxt.schema.ts
Expand Up @@ -28,9 +28,9 @@ export default defineNuxtConfigSchema({
*/
image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',
/**
* Social links.
* Social links
*
* Will be used in Social Icons component, in AppHeader and AppFooter.
* Will be used in AppSocialIcons component.
*
* @studio-icon material-symbols:share-outline
*/
Expand Down Expand Up @@ -90,7 +90,7 @@ export default defineNuxtConfigSchema({
*/
aside: {
/**
* The level to which the navigation should be scaled.
* Aside navigation level
*
* Use 0 to disable all nesting.
* Use 1 and more to display nested navigation in header and aside navigation.
Expand All @@ -114,15 +114,17 @@ export default defineNuxtConfigSchema({
*/
header: {
/**
* Title to be displayed in header or as aria-label if logo is defined
* Website title
*
* Title to be displayed in header or as aria-label if logo is defined.
*
* Default to docus.title
*
* @studio-icon material-symbols:title
*/
title: '',
/**
* Logo configuration.
* Logo configuration
*
* Boolean to disable or use the `Logo.vue` component.
*
Expand All @@ -133,6 +135,8 @@ export default defineNuxtConfigSchema({
*/
logo: false,
/**
* Header links
*
* Toggle links icons in the header.
*/
showLinkIcon: false,
Expand All @@ -151,9 +155,7 @@ export default defineNuxtConfigSchema({
*/
footer: {
/**
* Credits configuration
*
* Object configuring the credits part of footer.
* Website credits configuration.
*
* @type {false|object}
*
Expand All @@ -169,7 +171,9 @@ export default defineNuxtConfigSchema({
href: 'https://docus.dev'
},
/**
* Text links to be added into center section of the footer.
* Text links
*
* Will be added into center section of the footer.
*
* @studio-icon material-symbols:add-link
*/
Expand All @@ -191,6 +195,8 @@ export default defineNuxtConfigSchema({
}
},
/**
* Icon links
*
* Icons to be added to Social Icons in footer.
*
* @studio-icon material-symbols:add-link
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -28,10 +28,10 @@
"dependencies": {
"@nuxt-themes/elements": "^0.4.4",
"@nuxt-themes/tokens": "^1.5.3",
"@nuxt-themes/typography": "^0.4.1",
"@nuxt-themes/typography": "^0.4.2",
"@nuxt/content": "^2.3.0",
"@nuxthq/studio": "^0.5.5",
"@vueuse/nuxt": "^9.11.0"
"@nuxthq/studio": "^0.6.3",
"@vueuse/nuxt": "^9.11.1"
},
"devDependencies": {
"@algolia/client-search": "^4.14.3",
Expand Down
53 changes: 39 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bcbd4d

Please sign in to comment.