-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade deps ; move defaults back in app.config
- Loading branch information
Showing
5 changed files
with
381 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,34 @@ | ||
export default defineAppConfig({ | ||
/** | ||
* Default are defined in nuxt.schema.ts for best typing and Studio integration | ||
* This file can be used to leverage HMR while developping this theme | ||
* Note that this file is not published to npm | ||
*/ | ||
docus: { | ||
title: 'Docus', | ||
description: 'The best place to start your documentation.', | ||
image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png', | ||
socials: { | ||
twitter: '', | ||
github: '', | ||
facebook: '', | ||
instagram: '', | ||
youtube: '', | ||
medium: '' | ||
}, | ||
layout: { fluid: false }, | ||
aside: { | ||
level: 0, | ||
collapsed: false, | ||
exclude: [] | ||
}, header: { | ||
title: '', | ||
logo: false, | ||
showLinkIcon: false, | ||
exclude: [] | ||
}, footer: { | ||
credits: { | ||
icon: 'IconDocus', | ||
text: 'Powered by Docus', | ||
href: 'https://docus.dev' | ||
}, | ||
textLinks: [], | ||
iconLinks: [] | ||
} | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.