Skip to content

Commit

Permalink
docs: up docus and add back ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 22, 2023
1 parent e0a7fa4 commit 38b1f34
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 193 deletions.
7 changes: 6 additions & 1 deletion docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export default defineAppConfig({
title: '⚗️ Nitro',
header: {
title: false,
logo: true
logo: true,
fluid: true
},
description: 'Build and Deploy Universal JavaScript Servers.',
url: 'https://nitro.unjs.io',
Expand All @@ -19,10 +20,14 @@ export default defineAppConfig({
dir: 'docs/content',
edit: true
},
main: {
fluid: true
},
aside: {
level: 1
},
footer: {
fluid: true,
credits: {
icon: '',
text: 'Made with 💛',
Expand Down
57 changes: 0 additions & 57 deletions docs/components/global/Terminal.vue

This file was deleted.

8 changes: 5 additions & 3 deletions docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@ cta:
secondary:
- Star on GitHub
- https://github.com/unjs/nitro
snippet: "-"
snippet:
- npx tiged unjs/nitro#starter
- npx nitropack dev
---

#top
#extra
:ellipsis

#title
⚗️ Nitro

#description
Build and Deploy Universal JavaScript Servers
Build and Deploy Universal JavaScript Servers, everywhere.
::

::card-grid
Expand Down
5 changes: 2 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.8.2",
"@nuxt-themes/docus": "^1.8.3",
"@nuxthq/studio": "^0.7.5",
"@nuxtjs/plausible": "^0.2.0",
"@nuxtjs/tailwindcss": "^6.4.1",
"nuxt": "3.1.0"
"nuxt": "3.2.0"
}
}
Loading

0 comments on commit 38b1f34

Please sign in to comment.