Commit a9ba2ea
[docs] Snippet graveyard to hold references to old snippets (#27567)
## Summary & Motivation
Add a "snippet graveyard" unlisted docs file to hold references to
snippets that are no longer referenced in the docs. This is to avoid a
problem when building versioned docs wherein:
* master and versioned docs need to build
* when building, they reference an index from snippet names to functions
* the set of keys in that index is built by scanning master
* therefore if all references to an older snippet is removed in master,
it will disappear from the index
* causing the versioned doc build to fail because it can’t find the
snippet it still references in the index
This snippet graveyard file (and perhaps the old snippet files too)
should be removed immediately once a solution is found to the above
problem.
## How I Tested These Changes
Built docs
---------
Co-authored-by: Colton Padden <colton@dagsterlabs.com>1 parent b162b2e commit a9ba2ea
File tree
6 files changed
+19
-0
lines changed- docs
- content/api
- docs-beta/docs/guides/build/components
- next/public
- examples/docs_beta_snippets/docs_beta_snippets/guides/components/deployments
6 files changed
+19
-0
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Binary file not shown.
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments