Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jun 30, 2023
1 parent 3cfbbed commit 638e641
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
17 changes: 7 additions & 10 deletions .starters/default/app.config.ts
Expand Up @@ -4,8 +4,13 @@ export default defineAppConfig({
description: 'The best place to start your documentation.',
image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',
socials: {
twitter: 'nuxtstudio',
github: 'nuxt-themes/docus'
twitter: 'nuxt_js',
github: 'nuxt-themes/docus',
nuxt: {
label: 'Nuxt',
icon: 'simple-icons:nuxtdotjs',
href: 'https://nuxt.com'
}
},
github: {
dir: '.starters/default/content',
Expand All @@ -28,14 +33,6 @@ export default defineAppConfig({
showLinkIcon: true,
exclude: [],
fluid: true
},
footer: {
iconLinks: [
{
href: 'https://nuxt.com',
icon: 'simple-icons:nuxtdotjs'
}
]
}
}
})
4 changes: 2 additions & 2 deletions .starters/default/content/1.introduction/4.configuration.md
Expand Up @@ -22,8 +22,8 @@ export default defineAppConfig({
url: 'http://docus.dev',
image: '/social-card-preview.png',
socials: {
twitter: '@docus_',
github: 'nuxtlabs/docus',
twitter: '@nuxt_js',
github: 'nuxt-themes/docus',
},
github: {
root: 'content',
Expand Down

0 comments on commit 638e641

Please sign in to comment.