Skip to content

Commit

Permalink
chore(docs): fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jan 11, 2023
1 parent 004bd81 commit 45581af
Show file tree
Hide file tree
Showing 2 changed files with 627 additions and 323 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":"nuxtstudio","github":"nuxt-themes/docus","facebook":"","instagram":"","youtube":"","medium":""},"aside":{"level":"1","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": "nuxtstudio",
"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": ""
}
}
}

1 comment on commit 45581af

@vercel
Copy link

@vercel vercel bot commented on 45581af Jan 11, 2023

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.