Skip to content

Commit a4b794e

Browse files
authored
Add bookmark to TOC (#7943)
* add bookmark to redirection * fixing bookmark * bookmark? * bookmark? * fix JSON * Update .openpublishing.redirection.json * TOC fix * fix. again. * another attempt * again, TOCs * again * again * final
1 parent e703d21 commit a4b794e

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.openpublishing.redirection.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6842,9 +6842,10 @@
68426842
"source_path": "docs/boards/work-items/best-tool-add-update-link-work-items.md",
68436843
"redirect_url": "/azure/devops/boards/work-items/about-work-items"
68446844
},
6845-
{
6845+
{
68466846
"source_path": "docs/organizations/settings/work/troubleshoot-work-item-form-caching-issues.md",
6847-
"redirect_url": "/azure/devops/boards/faqs"
6847+
"redirect_url": "/azure/devops/boards/faqs#caching",
6848+
"redirect_document_id": true
68486849
},
68496850
{
68506851
"source_path": "docs/boards/extensions/index.md",

docs/boards/faqs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ sections:
4646
You can restrict access by setting permissions for an area path. For more information, see the following articles:
4747
- [Set work tracking and plan permissions](../organizations/security/set-permissions-access-work-tracking.md?toc=/azure/devops/boards/toc.json)
4848
- [Grant or restrict permissions to select tasks](../organizations/security/restrict-access.md?toc=/azure/devops/boards/toc.json)
49-
49+
5050
- question: Can caching affect rules applied to work items?
5151
answer: |
52-
52+
<a id="caching"></a>
5353
**Yes**. Conditional rules based on user or group membership get cached for your web browser. If you find yourself restricted to update a work item, you probably encountered one of these rules. For more information about conditional rules, see [Rules and rule evaluation](../organizations/settings/work/rule-reference.md).
5454
If your cache stores outdated rules, you can wait for the client cache to expire within three days, or you can clear the cache.
5555
To clear the cache, run the following command in the browser command window and then refresh the browser: window.indexedDB.deleteDatabase("wit")

docs/boards/toc.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,15 @@
6464
- name: Troubleshooting
6565
items:
6666
- name: FAQs
67-
href: faqs.yml
67+
href: faqs.yml?toc=/azure/devops/reference/toc.json
6868
- name: Fix reordering and nesting issues
69-
href: backlogs/resolve-backlog-reorder-issues.md
70-
displayname: reorder, disable, nest, natural hierarchy, in progress
69+
href: backlogs/resolve-backlog-reorder-issues.md?toc=/azure/devops/reference/toc.json
70+
- name: Azure Boards customization FAQs
71+
href: ../organizations/settings/work/faqs.yml?toc=/azure/devops/reference/toc.json
72+
- name: Set up your backlogs & boards
73+
href: ../boards/backlogs/set-up-your-backlog.md?toc=/azure/devops/reference/toc.json
74+
- name: Work item form caching
75+
href: ../boards/faqs.yml#caching
7176
- name: Field reference
7277
items:
7378
- name: Work item field index

docs/reference/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
href: ../boards/backlogs/resolve-backlog-reorder-issues.md?toc=/azure/devops/reference/toc.json&
5252
displayname: reorder, disable, nest, natural hierarchy, in progress
5353
- name: Work item form caching
54-
href: ../organizations/settings/work/troubleshoot-work-item-form-caching-issues.md?toc=/azure/devops/reference/toc.json
54+
href: ../boards/faqs.yml#caching
5555
- name: Reference
5656
items:
5757
- name: Naming restrictions

0 commit comments

Comments
 (0)