1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/data/reusables
Hector Alfaro 95e6f3d3ab Deprecate GHES 3.1 (#28798)
* add 3.1 to deprecated versions

* rewrite img src to use azure blob storage in archive script

Co-authored-by: rachmari <rachmari@users.noreply.github.com>

* remove static files for ghes 3.1

* remove liquid conditionals and content for ghes 3.1

* remove outdated hardware reqs reusable

* Fix liquid conditional uncaught by script

* Close liquid conditionals missed by script

* Apply @mattpollard's suggestions

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
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
Add 💅
2021-11-10 12:09:45 -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-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.