Skip to content

Commit 5cb8ae4

Browse files
committed
burn down
1 parent a394d50 commit 5cb8ae4

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

copy-upstream-docs.sh

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff 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
5928
if [ ! -d "$UPSTREAM_SITE" ] && [ ! -d "$REFERENCE_DOCS" ]; then

0 commit comments

Comments
 (0)