Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
71 changes: 71 additions & 0 deletions _data/sidebars/releases_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,158 +57,229 @@ entries:
url: /releases/2025-07/index.html
- title: June
url: /releases/2025-06/index.html
archived: true
- title: May
url: /releases/2025-05/index.html
archived: true
- title: April
url: /releases/2025-04/index.html
archived: true
- title: March
url: /releases/2025-03/index.html
archived: true
- title: February
url: /releases/2025-02/index.html
archived: true
- title: January
url: /releases/2025-01/index.html
archived: true
- title: 2024 Releases
folderitems:
- title: November
url: /releases/2024-11/index.html
archived: true
- title: October
url: /releases/2024-10/index.html
archived: true
- title: September
url: /releases/2024-09/index.html
archived: true
- title: August
url: /releases/2024-08/index.html
archived: true
- title: July
url: /releases/2024-07/index.html
archived: true
- title: June
url: /releases/2024-06/index.html
archived: true
- title: May
url: /releases/2024-05/index.html
archived: true
- title: April
url: /releases/2024-04/index.html
archived: true
- title: March
url: /releases/2024-03/index.html
archived: true
- title: February
url: /releases/2024-02/index.html
archived: true
- title: January
url: /releases/2024-01/index.html
archived: true
- title: 2023 Releases
folderitems:
- title: December
url: /releases/2023-12/index.html
archived: true
- title: November
url: /releases/2023-11/index.html
archived: true
- title: October
url: /releases/2023-10/index.html
archived: true
- title: September
url: /releases/2023-09/index.html
archived: true
- title: August
url: /releases/2023-08/index.html
archived: true
- title: July
url: /releases/2023-07/index.html
archived: true
- title: June
url: /releases/2023-06/index.html
archived: true
- title: May
url: /releases/2023-05/index.html
archived: true
- title: April
url: /releases/2023-04/index.html
archived: true
- title: March
url: /releases/2023-03/index.html
archived: true
- title: February
url: /releases/2023-02/index.html
archived: true
- title: January
url: /releases/2023-01/index.html
archived: true
- title: 2022 Releases
folderitems:
- title: December
url: /releases/2022-12/index.html
archived: true
- title: November
url: /releases/2022-11/index.html
archived: true
- title: October
url: /releases/2022-10/index.html
archived: true
- title: September
url: /releases/2022-09/index.html
archived: true
- title: August
url: /releases/2022-08/index.html
archived: true
- title: July
url: /releases/2022-07/index.html
archived: true
- title: June
url: /releases/2022-06/index.html
archived: true
- title: May
url: /releases/2022-05/index.html
archived: true
- title: April
url: /releases/2022-04/index.html
archived: true
- title: March
url: /releases/2022-03/index.html
archived: true
- title: February
url: /releases/2022-02/index.html
archived: true
- title: January
url: /releases/2022-01/index.html
archived: true
- title: 2021 Releases
folderitems:
- title: December
url: /releases/2021-12/index.html
archived: true
- title: November
url: /releases/2021-11/index.html
archived: true
- title: October
url: /releases/2021-10/index.html
archived: true
- title: September
url: /releases/2021-09/index.html
archived: true
- title: August
url: /releases/2021-08/index.html
archived: true
- title: July
url: /releases/2021-07/index.html
archived: true
- title: June
url: /releases/2021-06/index.html
archived: true
- title: May
url: /releases/2021-05/index.html
archived: true
- title: April
url: /releases/2021-04/index.html
archived: true
- title: March
url: /releases/2021-03/index.html
archived: true
- title: February
url: /releases/2021-02/index.html
archived: true
- title: January
url: /releases/2021-01/index.html
archived: true
- title: 2020 Releases
folderitems:
- title: December
url: /releases/2020-12/index.html
archived: true
- title: November
url: /releases/2020-11/index.html
archived: true
- title: October
url: /releases/2020-10/index.html
archived: true
- title: September
url: /releases/2020-09/index.html
archived: true
- title: August
url: /releases/2020-08/index.html
archived: true
- title: July
url: /releases/2020-07/index.html
archived: true
- title: June
url: /releases/2020-06/index.html
archived: true
- title: May
url: /releases/2020-05/index.html
archived: true
- title: April
url: /releases/2020-04/index.html
archived: true
- title: March
url: /releases/2020-03/index.html
archived: true
- title: February
url: /releases/2020-02/index.html
archived: true
- title: January
url: /releases/2020-01/index.html
archived: true
- title: 2019 Releases
folderitems:
- title: December
url: /releases/2019-12/index.html
archived: true
- title: November
url: /releases/2019-11/index.html
archived: true
- title: October
url: /releases/2019-10-11/index.html
archived: true
- title: September
url: /releases/2019-09-17/index.html
archived: true
- title: August
url: /releases/2019-08-06/index.html
archived: true
- title: July
url: /releases/2019-07-10/index.html
archived: true
- title: Deprecated
url: /releases/deprecated/index.html
folderitems:
Expand Down
9 changes: 5 additions & 4 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@
{% endif %}
<ul>
{% for folderitem in folder.folderitems %}
{% if folderitem.archived %}{% assign folderitem_title = folderitem.title | append: " (Archived)" %}{% else %}{% assign folderitem_title = folderitem.title %}{% endif %}
{% if folderitem.external_url %}
<li><a title="{{folderitem.title}}" href="{{folderitem.external_url}}" target="_blank" rel="noopener">{{folderitem.title}}</a></li>
<li><a title="{{folderitem_title}}" href="{{folderitem.external_url}}" target="_blank" rel="noopener">{{folderitem_title}}</a></li>
{% elsif page.url == folderitem.url %}
<li class="active"><a title="{{folderitem.title}}" href="{{folderitem.url | relative_url }}">{{folderitem.title}}</a></li>
<li class="active"><a title="{{folderitem_title}}" href="{{folderitem.url | relative_url }}">{{folderitem_title}}</a></li>
{% elsif folderitem.type == "empty" %}
<li><a title="{{folderitem.title}}" href="{{folderitem.url | relative_url }}">{{folderitem.title}}</a></li>
<li><a title="{{folderitem_title}}" href="{{folderitem.url | relative_url }}">{{folderitem_title}}</a></li>
{% else %}
<li><a title="{{folderitem.title}}" href="{{folderitem.url | relative_url }}">{{folderitem.title}}</a></li>
<li><a title="{{folderitem_title}}" href="{{folderitem.url | relative_url }}">{{folderitem_title}}</a></li>
{% endif %}
{% for subfolders in folderitem.subfolders %}
<li class="subfolders">
Expand Down
78 changes: 77 additions & 1 deletion eng/ignore-links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,80 @@
https://github.com/Azure/azure-sdk-pr
https://github.com/azure/azure-rest-api-specs-pr
https://github.com/Azure/azure-sdk-pr/blob/main/onboarding/Core_Concepts.pdf
https://github.com/Azure/azure-sdk-pr/blob/24384df0202021ab86ee37fcb14e9554182cd014/training/azure-sdk-apis/principles/approachable/README.md
https://github.com/Azure/azure-sdk-pr/blob/24384df0202021ab86ee37fcb14e9554182cd014/training/azure-sdk-apis/principles/approachable/README.md

# BEGIN auto-generated archived release notes (managed by eng/scripts/Generate-Release-Structure.ps1)
# Release notes older than 12 months. They stay available on the site but
# are excluded from link verification so outdated links in old notes don't fail CI.
/azure-sdk/releases/2019-07-10/index.html
/azure-sdk/releases/2019-08-06/index.html
/azure-sdk/releases/2019-09-17/index.html
/azure-sdk/releases/2019-10-11/index.html
/azure-sdk/releases/2019-11/index.html
/azure-sdk/releases/2019-12/index.html
/azure-sdk/releases/2020-01/index.html
/azure-sdk/releases/2020-02/index.html
/azure-sdk/releases/2020-03/index.html
/azure-sdk/releases/2020-04/index.html
/azure-sdk/releases/2020-05/index.html
/azure-sdk/releases/2020-06/index.html
/azure-sdk/releases/2020-07/index.html
/azure-sdk/releases/2020-08/index.html
/azure-sdk/releases/2020-09/index.html
/azure-sdk/releases/2020-10/index.html
/azure-sdk/releases/2020-11/index.html
/azure-sdk/releases/2020-12/index.html
/azure-sdk/releases/2021-01/index.html
/azure-sdk/releases/2021-02/index.html
/azure-sdk/releases/2021-03/index.html
/azure-sdk/releases/2021-04/index.html
/azure-sdk/releases/2021-05/index.html
/azure-sdk/releases/2021-06/index.html
/azure-sdk/releases/2021-07/index.html
/azure-sdk/releases/2021-08/index.html
/azure-sdk/releases/2021-09/index.html
/azure-sdk/releases/2021-10/index.html
/azure-sdk/releases/2021-11/index.html
/azure-sdk/releases/2021-12/index.html
/azure-sdk/releases/2022-01/index.html
/azure-sdk/releases/2022-02/index.html
/azure-sdk/releases/2022-03/index.html
/azure-sdk/releases/2022-04/index.html
/azure-sdk/releases/2022-05/index.html
/azure-sdk/releases/2022-06/index.html
/azure-sdk/releases/2022-07/index.html
/azure-sdk/releases/2022-08/index.html
/azure-sdk/releases/2022-09/index.html
/azure-sdk/releases/2022-10/index.html
/azure-sdk/releases/2022-11/index.html
/azure-sdk/releases/2022-12/index.html
/azure-sdk/releases/2023-01/index.html
/azure-sdk/releases/2023-02/index.html
/azure-sdk/releases/2023-03/index.html
/azure-sdk/releases/2023-04/index.html
/azure-sdk/releases/2023-05/index.html
/azure-sdk/releases/2023-06/index.html
/azure-sdk/releases/2023-07/index.html
/azure-sdk/releases/2023-08/index.html
/azure-sdk/releases/2023-09/index.html
/azure-sdk/releases/2023-10/index.html
/azure-sdk/releases/2023-11/index.html
/azure-sdk/releases/2023-12/index.html
/azure-sdk/releases/2024-01/index.html
/azure-sdk/releases/2024-02/index.html
/azure-sdk/releases/2024-03/index.html
/azure-sdk/releases/2024-04/index.html
/azure-sdk/releases/2024-05/index.html
/azure-sdk/releases/2024-06/index.html
/azure-sdk/releases/2024-07/index.html
/azure-sdk/releases/2024-08/index.html
/azure-sdk/releases/2024-09/index.html
/azure-sdk/releases/2024-10/index.html
/azure-sdk/releases/2024-11/index.html
/azure-sdk/releases/2025-01/index.html
/azure-sdk/releases/2025-02/index.html
/azure-sdk/releases/2025-03/index.html
/azure-sdk/releases/2025-04/index.html
/azure-sdk/releases/2025-05/index.html
/azure-sdk/releases/2025-06/index.html
# END auto-generated archived release notes
Loading
Loading