create-docus 4.1.2 → 4.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![npm downloads](https://img.shields.io/npm/dm/create-docus.svg?style=flat&colorA=020420&colorB=EEEEEE)](https://npm.chart.dev/create-docus)
7
7
  [![License](https://img.shields.io/npm/l/create-docus.svg?style=flat&colorA=020420&colorB=EEEEEE)](https://npmjs.com/package/create-docus)
8
8
 
9
- The fastest way to create a new [Docus](https://docus.dev) documentation project. This CLI tool scaffolds a complete documentation website using the [`docus`](https://www.github.com/nuxtlabs/docus/tree/main/layer) Nuxt layer.
9
+ The fastest way to create a new [Docus](https://docus.dev) documentation project. This CLI tool scaffolds a complete documentation website using the [`docus`](https://www.github.com/nuxt-content/docus/tree/main/layer) Nuxt layer.
10
10
 
11
11
  ## 🚀 Quick Start
12
12
 
@@ -126,7 +126,7 @@ Your project comes pre-configured with the best of the Nuxt ecosystem:
126
126
 
127
127
  ## 🔗 Related Packages
128
128
 
129
- - [`docus`](https://github.com/nuxtlabs/docus/tree/main/layer) - The Nuxt layer that powers your documentation
129
+ - [`docus`](https://github.com/nuxt-content/docus/tree/main/layer) - The Nuxt layer that powers your documentation
130
130
 
131
131
  ## 📖 Documentation
132
132
 
@@ -142,7 +142,7 @@ To contribute to the CLI tool:
142
142
 
143
143
  ```bash
144
144
  # Clone this repository
145
- git clone https://github.com/nuxtlabs/docus
145
+ git clone https://github.com/nuxt-content/docus
146
146
 
147
147
  # Install dependencies
148
148
  pnpm install
@@ -156,4 +156,4 @@ pnpm run dev
156
156
 
157
157
  ## 📄 License
158
158
 
159
- Published under the [MIT](https://github.com/nuxtlabs/docus/blob/main/LICENSE) license.
159
+ Published under the [MIT](https://github.com/nuxt-content/docus/blob/main/LICENSE) license.
package/dist/main.mjs CHANGED
@@ -31,7 +31,7 @@ function createCLI(opts) {
31
31
  throw new Error("Invalid template");
32
32
  }
33
33
  const { runCommand } = await import("nuxi");
34
- await runCommand("init", [dir, "-t", `gh:nuxtlabs/docus/.starters/${template}`]);
34
+ await runCommand("init", [dir, "-t", `gh:nuxt-content/docus/.starters/${template}`]);
35
35
  }
36
36
  });
37
37
  return {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "create-docus",
3
3
  "description": "CLI for creating Docus documentation projects",
4
- "version": "4.1.2",
4
+ "version": "4.1.3",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/nuxtlabs/docus.git"
7
+ "url": "git+https://github.com/nuxt-content/docus.git"
8
8
  },
9
9
  "private": false,
10
10
  "license": "MIT",