Skip to content

Commit

Permalink
docs: update app config
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Dec 21, 2022
1 parent 6e17404 commit 44231e0
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 159 deletions.
68 changes: 67 additions & 1 deletion .docs/.studio/app.config.json
@@ -1 +1,67 @@
{"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":"nuxt_themes","github":"nuxt-themes/docus","facebook":"","instagram":"","youtube":"","medium":""},"aside":{"level":0,"collapsed":false,"exclude":[]},"header":{"title":"","logo":true,"showLinkIcon":true,"exclude":[]},"footer":{"credits":{"icon":"IconDocus","text":"Powered by Docus","href":"https://docus.dev"},"iconLinks":[{"href":"https://nuxt.com","icon":"IconNuxtLabs","label":"Nuxt"}]}},"prose":{"copyButton":{"iconCopy":"ph:copy","iconCopied":"ph:check"},"headings":{"icon":"ph:link"},"h1":{"icon":""},"h2":{"icon":""},"h3":{"icon":""},"h4":{"icon":""},"h5":{"icon":""},"h6":{"icon":""}}}
{
"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": "nuxt_themes",
"github": "nuxt-themes/docus",
"facebook": "",
"instagram": "",
"youtube": "",
"medium": ""
},
"aside": {
"level": 0,
"collapsed": false,
"exclude": []
},
"header": {
"title": "",
"logo": true,
"showLinkIcon": true,
"exclude": []
},
"footer": {
"credits": {
"icon": "IconDocus",
"text": "Powered by Docus",
"href": "https://docus.dev"
},
"iconLinks": [
{
"href": "https://nuxt.com",
"icon": "IconNuxtLabs",
"label": "Nuxt"
}
]
}
},
"prose": {
"copyButton": {
"iconCopy": "ph:copy",
"iconCopied": "ph:check"
},
"headings": {
"icon": "ph:link"
},
"h1": {
"icon": ""
},
"h2": {
"icon": ""
},
"h3": {
"icon": ""
},
"h4": {
"icon": ""
},
"h5": {
"icon": ""
},
"h6": {
"icon": ""
}
}
}
29 changes: 0 additions & 29 deletions .docs/app.config.ts

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -26,20 +26,20 @@
"release": "release-it"
},
"dependencies": {
"@nuxt-themes/elements": "^0.2.3",
"@nuxt-themes/tokens": "^1.2.2",
"@nuxt-themes/typography": "^0.1.7",
"@nuxt-themes/elements": "^0.2.4",
"@nuxt-themes/tokens": "^1.2.3",
"@nuxt-themes/typography": "^0.1.9",
"@nuxt/content": "^2.3.0",
"@nuxthq/studio": "^0.3.6",
"@vueuse/nuxt": "^9.6.0"
"@nuxthq/studio": "^0.3.11",
"@vueuse/nuxt": "^9.8.2"
},
"devDependencies": {
"@algolia/client-search": "^4.14.2",
"@algolia/client-search": "^4.14.3",
"@docsearch/css": "^3.3.0",
"@docsearch/js": "^3.3.0",
"@nuxtjs/algolia": "^1.3.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.29.0",
"eslint": "^8.30.0",
"nuxt": "3.0.0",
"nuxt-plausible": "^0.1.2",
"release-it": "^15.5.1",
Expand Down

1 comment on commit 44231e0

@vercel
Copy link

@vercel vercel bot commented on 44231e0 Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.