File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -22,38 +22,7 @@ LOCAL_FILES="
2222
2323# Files that are not valid MDX syntax
2424# This output pasted from a CI job - we should burn it down to zero
25- BROKEN_FILES="
26- community/roadmaps-configurability.mdx
27- concepts/build-files.mdx
28- concepts/dependencies.mdx
29- concepts/labels.mdx
30- configure/integrate-cpp.mdx
31- contribute/docs-style-guide.mdx
32- contribute/search.mdx
33- docs/cc-toolchain-config-reference.mdx
34- docs/user-manual.mdx
35- extending/config.mdx
36- external/mod-command.mdx
37- external/registry.mdx
38- external/migration_tool.mdx
39- query/language.mdx
40- query/quickstart.mdx
41- reference/be/functions.mdx
42- reference/be/platforms-and-toolchains.mdx
43- reference/command-line-reference.mdx
44- reference/flag-cheatsheet.mdx
45- reference/test-encyclopedia.mdx
46- remote/dynamic.mdx
47- rules/lib/globals/bzl.mdx
48- rules/lib/repo/cache.mdx
49- rules/lib/repo/git.mdx
50- rules/lib/repo/http.mdx
51- rules/lib/repo/local.mdx
52- rules/lib/repo/utils.mdx
53- rules/lib/globals/module.mdx
54- rules/windows.mdx
55- run/build.mdx
56- "
25+ BROKEN_FILES=" "
5726
5827# Verify that at least one source exists
5928if [ ! -d " $UPSTREAM_SITE " ] && [ ! -d " $REFERENCE_DOCS " ]; then
You can’t perform that action at this time.
0 commit comments