Commit 7a3ec7b
authored
feat: Add configurable search engine indexing behavior [internal] (#1642)
If the `NO_INDEX` environment variable is used during build, the
[`noIndex` Docusaurus
config](https://docusaurus.io/docs/api/docusaurus-config#noIndex) will
be used and the docs will be built so that they're not indexable by
search engines.1 parent 31baff7 commit 7a3ec7b
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
313 | 315 | | |
314 | 316 | | |
315 | 317 | | |
| 318 | + | |
316 | 319 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments