Skip to content

Commit

Permalink
docs: force latest version of nuxi (#735)
Browse files Browse the repository at this point in the history
* docs: force latest version of nuxi

Otherwise last-used and possibly outdated version will be used.

* more places
  • Loading branch information
rchl committed Dec 21, 2022
1 parent f002e74 commit bb1f328
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

1 comment on commit bb1f328

@vercel
Copy link

@vercel vercel bot commented on bb1f328 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.