Skip to content

Commit c334823

Browse files
authored
refactor(node): extract @node-core/doc-kit package, move core to @nodejs/doc-kit (#961)
1 parent c734403 commit c334823

136 files changed

Lines changed: 342 additions & 262 deletions

File tree

Some content is hidden

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

.changeset/configurable-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@node-core/doc-kit': patch
2+
'@nodejs/doc-kit': patch
33
---
44

55
Add `web.navigation`, which supplies the sidebar groups (`navigation.sidebar`)

.changeset/curvy-items-smile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@node-core/doc-kit': minor
2+
'@nodejs/doc-kit': minor
33
---
44

55
Discover and load configuration files with `cosmiconfig`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@node-core/doc-kit': patch
2+
'@nodejs/doc-kit': patch
33
---
44

55
Close Orama search when the target link is on the same page
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@node-core/doc-kit': patch
2+
'@nodejs/doc-kit': patch
33
---
44

55
Resolve unions and arrays of display-name types (`{HTTP/2 Headers Object | vm.Module}`, `{HTTP/2 Headers Object[]}`), and stop capturing prose such as `U+007B ({), and U+007D (}).` as a type annotation.

.changeset/doc-kit-scope-move.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@nodejs/doc-kit': major
3+
---
4+
5+
The doc-kit engine and CLI, previously published as `@node-core/doc-kit`,
6+
are now published as `@nodejs/doc-kit`. The `@node-core/doc-kit` name now
7+
contains only the Node.js-specific generators (`api-links`, `addon-verify`,
8+
and `man-page`).

.changeset/fix-relative-parent-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@node-core/doc-kit': patch
2+
'@nodejs/doc-kit': patch
33
---
44

55
Fix `relative()` URL resolution when the target path is a prefix of the current
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
'@nodejs/doc-kit-generator-legacy': major
3-
'@node-core/doc-kit': major
3+
'@nodejs/doc-kit': major
44
---
55

66
The legacy-format generators (`legacy-html`, `legacy-html-all`,
77
`legacy-json`, and `legacy-json-all`) now live in the new
88
`@nodejs/doc-kit-generator-legacy` package and are loaded via import specifiers such
99
as `@nodejs/doc-kit-generator-legacy/legacy-html`. The corresponding
10-
`@node-core/doc-kit/*` package exports have been removed. The CLI shorthand
10+
`@nodejs/doc-kit/*` package exports have been removed. The CLI shorthand
1111
names are unchanged.

.changeset/monorepo-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@node-core/doc-kit': patch
2+
'@nodejs/doc-kit': patch
33
---
44

55
Moved the package into a `packages/core` workspace.

.changeset/node-kitten-package.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@node-core/doc-kit': major
3+
'@nodejs/doc-kit': major
4+
---
5+
6+
The Node.js-specific generators (`api-links`, `addon-verify`, and
7+
`man-page`) now live in the `@node-core/doc-kit` package and are loaded
8+
via import specifiers such as `@node-core/doc-kit/man-page`. The
9+
corresponding package exports have been removed from the doc-kit engine.
10+
The CLI shorthand names are unchanged.

.changeset/opt-out-banners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@node-core/doc-kit': minor
2+
'@nodejs/doc-kit': minor
33
---
44

55
Add banner opt-out

0 commit comments

Comments
 (0)