Skip to content

Commit e00c431

Browse files
Ethan-ArrowoodUzlopak
authored andcommitted
Split out documentation into separate directory (nodejs#2788)
* split out documentation into seperate directory fix test/examples.js require fix requires temp symlink test update description * Update package.json Co-authored-by: Aras Abbasi <[email protected]> --------- Co-authored-by: Aras Abbasi <[email protected]>
1 parent 050975f commit e00c431

Some content is hidden

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

51 files changed

+456
-447
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ updates:
1212
interval: "weekly"
1313
open-pull-requests-limit: 10
1414

15+
- package-ecosystem: "npm"
16+
directory: /documentation
17+
schedule:
18+
interval: "weekly"
19+
open-pull-requests-limit: 10
20+
1521
- package-ecosystem: docker
1622
directory: /build
1723
schedule:

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ lib/llhttp/llhttp.wasm
99

1010
!types/**/*
1111
!index.d.ts
12-
!docs/**/*
12+
!documentation/docs/**/*

0 commit comments

Comments
 (0)