Skip to content

Commit c8186dc

Browse files
pi0Tahul
andcommitted
refactor: upgrade to @nuxt/content (wip)
Co-Authored-By: Tahul <[email protected]>
1 parent 3255849 commit c8186dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2434
-1796
lines changed

.eslintrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
{
22
"root": true,
3-
"globals": {
4-
"NodeJS": true,
5-
"$fetch": true
6-
},
7-
"env": {
8-
"browser": true,
9-
"node": true
10-
},
113
"extends": [
12-
"@nuxtjs",
13-
"plugin:nuxt/recommended",
144
"@nuxtjs/eslint-config-typescript"
155
]
166
}

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c)
3+
Copyright (c) Nuxt Project
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,37 @@
1-
<h1>
1+
# Content Module
2+
3+
<!-- <h1>
24
<img src="./.github/banner.png" >
3-
</h1>
5+
</h1> -->
46

57
<p>
6-
<a href="https://www.npmjs.com/package/docus"><img src="https://badgen.net/npm/dm/docus" alt="Downloads"></a>
7-
<a href="https://www.npmjs.com/package/docus"><img src="https://badgen.net/npm/v/docus" alt="Version"></a>
8-
<a href="https://www.npmjs.com/package/docus"><img src="https://badgen.net/npm/license/docus" alt="License"></a>
8+
<a href="https://www.npmjs.com/package/@nuxt/content"><img src="https://badgen.net/npm/dm/" alt="Downloads"></a>
9+
<a href="https://www.npmjs.com/package/@nuxt/content"><img src="https://badgen.net/npm/v/" alt="Version"></a>
10+
<a href="https://www.npmjs.com/package/@nuxt/content"><img src="https://badgen.net/npm/license/" alt="License"></a>
911
</p>
1012

1113
---
1214

13-
Docus is the best way to create a document-driven website with [**Nuxt3**](https://v3.nuxtjs.org).
15+
Create a document-driven websites with [**Nuxt**](https://v3.nuxtjs.org).
1416

1517
## Features
1618

17-
- 💚 Based on [**Nuxt 3**](https://v3.nuxtjs.org)
18-
- 🗒 Easiest way to publish and maintain document-driven websites
19+
- 💚 [**Nuxt 3**](https://v3.nuxtjs.org) Support
20+
- 🗒  Easiest way to publish and maintain document-driven websites
1921
- 🎮 Powerful editor to interact with your codebase
2022
- ✍️ Publish changes without rebuilding
2123
- 🚀 A Markdown syntax made for components (MDC)
2224
- 💄 Easy yet powerful theming capabilities
2325
- 🌍 Deploys to the Edge (supports CloudFlare Workers)
2426

25-
## Get Started
26-
27-
The fastest way to create a project is to use [**Docus.com**](https://dev.docus.com).
28-
29-
If you want to create it on your own, you can run this command:
3027

31-
```bash
32-
npx create-docus my-project
33-
```
28+
## 💻 Development
3429

35-
## Contribute
30+
- Clone repository
31+
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` (use `npm i -g corepack` for Node.js < 16.10)
32+
- Install dependencies using `yarn install`
33+
- Try playground using `yarn dev`
3634

37-
If you want to setup this repository locally, check out [setup](./docs/content/repository/setup.md).
35+
## License
3836

39-
This repository commands are listed [here](./docs/content/repository/commands.md).
37+
[MIT](./LICENSE) - Made with 💚

cypress.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

cypress/integration/spec.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

cypress/support/commands.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

cypress/support/index.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/app.vue

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/nuxt.config.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/App.vue

Lines changed: 0 additions & 40 deletions
This file was deleted.

examples/content/example/-dash-ignored.md

Whitespace-only changes.

examples/content/example/.dot-ignored.md

Whitespace-only changes.

examples/content/example/lorem.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

examples/content/example/yaml-content.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/extras/version.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/nuxt.config.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

netlify.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)