Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/update-nodejs-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
with:
node-version: "14.x"
- uses: pnpm/action-setup@v4
- name: Run update-nodejs-versions
run: |
npm run update-nodejs-versions
bazel run docs:update
- run: npm run update-nodejs-versions

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ See the 5.x branch for the prior state of the repo.

## Documentation

Comprehensive documentation for installing and using the rules, including generated API docs:
https://bazel-contrib.github.io/rules_nodejs/
See the docs/ folder, and generated API docs on https://registry.bazel.build/modules/rules_nodejs
25 changes: 2 additions & 23 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ http_archive(
# Dependencies & toolchains needed for unit tests & generating documentation
#

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_copy_directory_toolchains", "register_copy_to_directory_toolchains")
load("@bazel_lib//lib:repositories.bzl", "bazel_lib_dependencies", "register_copy_directory_toolchains", "register_copy_to_directory_toolchains")

aspect_bazel_lib_dependencies()
bazel_lib_dependencies()

register_copy_directory_toolchains()

Expand All @@ -73,27 +73,6 @@ load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

# Stardoc
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")

stardoc_repositories()

load("@rules_jvm_external//:repositories.bzl", "rules_jvm_external_deps")

rules_jvm_external_deps()

load("@rules_jvm_external//:setup.bzl", "rules_jvm_external_setup")

rules_jvm_external_setup()

load("@io_bazel_stardoc//:deps.bzl", "stardoc_external_deps")

stardoc_external_deps()

load("@stardoc_maven//:defs.bzl", stardoc_pinned_maven_install = "pinned_maven_install")

stardoc_pinned_maven_install()

# Buildifier
load("@buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")

Expand Down
63 changes: 0 additions & 63 deletions docs/BUILD.bazel

This file was deleted.

270 changes: 0 additions & 270 deletions docs/Core.md

This file was deleted.

Loading