1
0
mirror of synced 2026-01-07 18:01:41 -05:00
Files
docs/data/reusables
Natalee Webb 199b786328 Update secret-list-private-push-protection.md (#28903)
* Update secret-list-private-push-protection.md

* update zuplo to public docs

* Update zuplo to private scan docx

* Update data/reusables/secret-scanning/partner-secret-list-private-repo.md

Co-authored-by: Mariam <15mariams@github.com>

* Update data/reusables/secret-scanning/secret-list-private-push-protection.md

Co-authored-by: Mariam <15mariams@github.com>

Co-authored-by: Mariam <15mariams@github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-07-12 07:23:22 +00:00
..
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-03-03 13:08:24 -06:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2022-05-05 21:17:06 +00:00
2022-07-11 21:17:09 +00:00
2022-03-03 13:08:24 -06:00
2022-07-01 08:26:51 +01:00
2022-07-11 21:17:09 +00:00
2022-07-11 21:17:09 +00:00
2021-12-17 17:49:43 +00:00

Reusables

Reusables are long strings of reusable text.

Reusables are longer strings like paragraphs or procedural lists that can be referenced in multiple content files. Using Markdown (instead of YAML) makes it possible for our localization pipeline to split the strings into smaller translatable segments, leading to fewer translation errors and less churn when the source English content changes.

Each reusable lives in its own Markdown file.

The path and filename of each Markdown file determines what its path will be in the data object.

For example, a file named /data/reusables/foo/bar.md will be accessible as {% data reusables.foo.bar %} in pages.

Reusable files are divided generally into directories by task. For example, if you're creating a reusable string for articles about GitHub notifications, you'd add it in the directory data/reusables/notifications/ in a file named data/reusables/notifications/your-reusable-name.md. The content reference you'd add to the source would look like {% data reusables.notifications.your-reusable-name %}.

Versioning

Reusables can include Liquid conditionals to conditionally render content depending on the current version being viewed. See contributing/liquid-helpers.md.