Skip to content

Commit 2805075

Browse files
authored
build: remove legacy component overviews (#25509)
Since we won't be publishing docs for the legacy components, we don't need to keep the overviews around.
1 parent 0ef4966 commit 2805075

File tree

37 files changed

+0
-2273
lines changed

37 files changed

+0
-2273
lines changed

src/material/legacy-autocomplete/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
load(
22
"//tools:defaults.bzl",
3-
"markdown_to_html",
43
"ng_module",
54
"ng_test_library",
65
"ng_web_test_suite",
@@ -74,11 +73,6 @@ ng_web_test_suite(
7473
deps = [":unit_test_sources"],
7574
)
7675

77-
markdown_to_html(
78-
name = "overview",
79-
srcs = [":autocomplete.md"],
80-
)
81-
8276
filegroup(
8377
name = "source-files",
8478
srcs = glob(["**/*.ts"]),

src/material/legacy-autocomplete/autocomplete.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

src/material/legacy-button/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
load("//src/e2e-app:test_suite.bzl", "e2e_test_suite")
22
load(
33
"//tools:defaults.bzl",
4-
"markdown_to_html",
54
"ng_e2e_test_library",
65
"ng_module",
76
"ng_test_library",
@@ -79,11 +78,6 @@ e2e_test_suite(
7978
],
8079
)
8180

82-
markdown_to_html(
83-
name = "overview",
84-
srcs = [":button.md"],
85-
)
86-
8781
filegroup(
8882
name = "source-files",
8983
srcs = glob(["**/*.ts"]),

src/material/legacy-button/button.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/material/legacy-card/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
load("//src/e2e-app:test_suite.bzl", "e2e_test_suite")
22
load(
33
"//tools:defaults.bzl",
4-
"markdown_to_html",
54
"ng_e2e_test_library",
65
"ng_module",
76
"sass_binary",
@@ -54,11 +53,6 @@ e2e_test_suite(
5453
],
5554
)
5655

57-
markdown_to_html(
58-
name = "overview",
59-
srcs = [":card.md"],
60-
)
61-
6256
filegroup(
6357
name = "source-files",
6458
srcs = glob(["**/*.ts"]),

src/material/legacy-card/card.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

src/material/legacy-checkbox/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
load("//src/e2e-app:test_suite.bzl", "e2e_test_suite")
22
load(
33
"//tools:defaults.bzl",
4-
"markdown_to_html",
54
"ng_e2e_test_library",
65
"ng_module",
76
"ng_test_library",
@@ -87,11 +86,6 @@ e2e_test_suite(
8786
],
8887
)
8988

90-
markdown_to_html(
91-
name = "overview",
92-
srcs = [":checkbox.md"],
93-
)
94-
9589
filegroup(
9690
name = "source-files",
9791
srcs = glob(["**/*.ts"]),

0 commit comments

Comments
 (0)