Skip to content

Commit 6abda6e

Browse files
authored
feat(docs): publish raw markdown/yaml docs as @nuxt/docs (#31353)
1 parent 107d095 commit 6abda6e

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

.github/workflows/semantic-pull-requests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
2424
with:
2525
scopes: |
26+
docs
2627
kit
2728
nuxi
2829
nuxt

docs/package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "@nuxt/docs",
3+
"version": "4.0.0-0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/nuxt/nuxt.git",
7+
"directory": "docs"
8+
},
9+
"homepage": "https://nuxt.com",
10+
"description": "Documentation for Nuxt in raw markdown",
11+
"license": "MIT",
12+
"type": "module",
13+
"exports": {
14+
"./*": "./*"
15+
},
16+
"files": [
17+
"**/*.md",
18+
"**/*.yml"
19+
]
20+
}

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
packages:
2+
- docs
23
- packages/**
34
- '!packages/nuxi'
45
- '!packages/test-utils'

0 commit comments

Comments
 (0)