Skip to content

Commit

Permalink
Split out documentation into separate directory (nodejs#2788)
Browse files Browse the repository at this point in the history
* 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 <aras.abbasi@googlemail.com>

---------

Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
  • Loading branch information
2 people authored and crysmags committed Feb 27, 2024
1 parent 050975f commit e00c431
Show file tree
Hide file tree
Showing 51 changed files with 456 additions and 447 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ updates:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: /documentation
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: docker
directory: /build
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ lib/llhttp/llhttp.wasm

!types/**/*
!index.d.ts
!docs/**/*
!documentation/docs/**/*

0 comments on commit e00c431

Please sign in to comment.