Skip to content

Commit 6e0eab5

Browse files
mmalerbawagnermaciel
authored andcommitted
build: build the core overview file as part of the docs content (#22790)
(cherry picked from commit d239c95)
1 parent 9e60867 commit 6e0eab5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/material/core/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,10 @@ ng_web_test_suite(
144144

145145
markdown_to_html(
146146
name = "overview",
147-
srcs = ["ripple/ripple.md"],
147+
srcs = [
148+
"core.md",
149+
"ripple/ripple.md",
150+
],
148151
)
149152

150153
filegroup(

0 commit comments

Comments
 (0)