Skip to content

Adds changes to the applies_to page #1325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Jun 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
15988eb
Applies versioning changes to the `applies` page
charlotte-hoblik May 30, 2025
7e59bab
Add information about tagging feature lifecycle and version changes
charlotte-hoblik May 30, 2025
2013c3b
Clarify applies_to usage
charlotte-hoblik May 30, 2025
0726a4a
Cleaning up the document
charlotte-hoblik May 30, 2025
768ef7d
Restructure life-cycles and fix typos
charlotte-hoblik May 30, 2025
83a0f60
Update docs/syntax/applies.md
charlotte-hoblik May 30, 2025
cd3e03e
Update docs/syntax/applies.md
charlotte-hoblik May 30, 2025
b4c261c
Apply review requests
charlotte-hoblik Jun 2, 2025
05e9176
Restructure content
charlotte-hoblik Jun 2, 2025
b23d2cc
Update docs/syntax/applies.md
charlotte-hoblik Jun 2, 2025
6a2ab7d
Update docs/syntax/applies.md
charlotte-hoblik Jun 2, 2025
b67e2cf
Update docs/syntax/applies.md
charlotte-hoblik Jun 2, 2025
ef70953
Fix broken links and move `life cycle` section
charlotte-hoblik Jun 2, 2025
3ac792a
Replace/add applies_to examples
charlotte-hoblik Jun 4, 2025
0703c74
Merge branch 'main' into charlotte-applies-to
charlotte-hoblik Jun 4, 2025
80810d6
Update docs/syntax/applies.md
charlotte-hoblik Jun 13, 2025
b60d997
Apply review suggestion
charlotte-hoblik Jun 16, 2025
3fd6e7d
Merge branch 'main' into charlotte-applies-to
charlotte-hoblik Jun 16, 2025
baf3a86
Fix typos
charlotte-hoblik Jun 16, 2025
b6abc11
Merge branch 'main' into charlotte-applies-to
charlotte-hoblik Jun 17, 2025
7f5c6a3
Fix broken links
charlotte-hoblik Jun 17, 2025
43ea0b8
Update docs/syntax/applies.md
charlotte-hoblik Jun 20, 2025
49d5a86
Update docs/syntax/applies.md
charlotte-hoblik Jun 20, 2025
b1f3f13
Update docs/syntax/applies.md
charlotte-hoblik Jun 20, 2025
87b3a8c
Merge branch 'main' into charlotte-applies-to
charlotte-hoblik Jun 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This [tagging system](#applies-to) is mandatory for all of the public-facing doc

Use the [`applies_to`](../syntax/applies.md) tag to indicate which versions, deployment types, or release stages each part of the content is relevant to.

You must always use the `applies_to` tag at the [page](../syntax/applies.md#page-annotations) level. Optionally, you can also use it at the [section](../syntax/applies.md#sections) or [inline](../syntax/applies.md#inline-applies-to) level if certain parts of the content apply only to specific versions, deployment types, or release stages.
You must always use the `applies_to` tag at the [page](../syntax/applies.md#page-annotations) level. Optionally, you can also use it at the [section](../syntax/applies.md#section-annotations) or [inline](../syntax/applies.md#inline-annotations) level if certain parts of the content apply only to specific versions, deployment types, or release stages.

## Report a bug

Expand Down
Loading
Loading