Skip to content

Commit

Permalink
Remove Stardoc markdown renderer from Bazel
Browse files Browse the repository at this point in the history
It was moved to the Stardoc repo by bazelbuild/stardoc@dbe0107

Since the renderer code is gone from the bazel repo, the integration tests for
Stardoc bundled with bazel are simplified to integration tests for the legacy
documentation extractor, leaving tests for proto output only (note that to make
the tests more readable, we add a small java_binary helper to transform binary
protos which are output by the legacy extractor into text protos).

PiperOrigin-RevId: 549070463
Change-Id: I1cb5a7a7b145468afa4586b9a49c902504421783
  • Loading branch information
tetromino authored and copybara-github committed Jul 18, 2023
1 parent 1f03bb8 commit c55c3f1
Show file tree
Hide file tree
Showing 79 changed files with 1,705 additions and 4,650 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/google/devtools/build/skydoc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ filegroup(
name = "srcs",
srcs = glob(["**"]) + [
"//src/main/java/com/google/devtools/build/skydoc/fakebuildapi:srcs",
"//src/main/java/com/google/devtools/build/skydoc/renderer:srcs",
"//src/main/java/com/google/devtools/build/skydoc/rendering:srcs",
"//src/main/java/com/google/devtools/build/skydoc/rendering/proto:srcs",
],
Expand Down
42 changes: 0 additions & 42 deletions src/main/java/com/google/devtools/build/skydoc/renderer/BUILD

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c55c3f1

Please sign in to comment.