Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: force latest version of nuxi #735

Merged
merged 2 commits into from Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docs/content/0.index.md
Expand Up @@ -14,7 +14,7 @@ cta:
secondary:
- Open on GitHub →
- https://github.com/nuxt-themes/docus
snippet: npx nuxi init -t themes/docus
snippet: npx nuxi@latest init -t themes/docus
---

#title
Expand Down
2 changes: 1 addition & 1 deletion .docs/content/1.introduction/1.getting-started.md
Expand Up @@ -13,7 +13,7 @@ You can start playing with Docus in your browser using Stackblitz:
1. Start a fresh Docus project with:

```bash [npx]
npx nuxi init docs -t themes/docus
npx nuxi@latest init docs -t themes/docus
```

2. Install the dependencies in the `docs` folder:
Expand Down
4 changes: 2 additions & 2 deletions .docs/content/2.api/1.components.md
Expand Up @@ -114,7 +114,7 @@ source: "components/content/Badge.vue"
secondary:
- Open on GitHub →
- https://github.com/nuxtlabs/docus
snippet: npx nuxi init docus-app -t nuxtlabs/docus-starter
snippet: npx nuxi@latest init docus-app -t nuxtlabs/docus-starter
---
#title
Document-driven framework
Expand All @@ -133,7 +133,7 @@ source: "components/content/Badge.vue"
secondary:
- Open on GitHub →
- https://github.com/nuxtlabs/docus
snippet: npx nuxi init docus-app -t nuxtlabs/docus-starter
snippet: npx nuxi@latest init docus-app -t nuxtlabs/docus-starter
---
#title
Document-driven framework
Expand Down