Skip to content

Commit 352f11e

Browse files
committed
fixup!
1 parent 301f1a6 commit 352f11e

126 files changed

Lines changed: 394 additions & 313 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-
'@nodejs/doc-kit': patch
2+
'@doc-kit/core': 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-
'@nodejs/doc-kit': minor
2+
'@doc-kit/core': 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-
'@nodejs/doc-kit': patch
2+
'@doc-kit/core': 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-
'@nodejs/doc-kit': patch
2+
'@doc-kit/core': 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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
'@nodejs/doc-kit': major
2+
'@doc-kit/core': major
3+
'@doc-kit/cli': major
34
---
45

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`).
6+
The doc-kit engine and CLI, previously published together as
7+
`@node-core/doc-kit`, are now published as two packages: `@doc-kit/core`
8+
(the engine) and `@doc-kit/cli` (the `doc-kit` command-line interface).
9+
The `@node-core/doc-kit` name now contains only the Node.js-specific
10+
generators (`api-links`, `addon-verify`, 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-
'@nodejs/doc-kit': patch
2+
'@doc-kit/core': 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
'@doc-kit/generator-legacy': major
3-
'@nodejs/doc-kit': major
3+
'@doc-kit/core': 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
`@doc-kit/generator-legacy` package and are loaded via import specifiers such
99
as `@doc-kit/generator-legacy/legacy-html`. The corresponding
10-
`@nodejs/doc-kit/*` package exports have been removed. The CLI shorthand
10+
`@doc-kit/core/*` 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-
'@nodejs/doc-kit': patch
2+
'@doc-kit/core': patch
33
---
44

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

.changeset/node-kitten-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
'@node-core/doc-kit': major
3-
'@nodejs/doc-kit': major
3+
'@doc-kit/core': major
44
---
55

66
The Node.js-specific generators (`api-links`, `addon-verify`, and

.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-
'@nodejs/doc-kit': minor
2+
'@doc-kit/core': minor
33
---
44

55
Add banner opt-out

0 commit comments

Comments
 (0)