You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configure/content-set/navigation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,12 @@ Cross-links can also be included in navigation structures. When creating a `toc.
94
94
toc:
95
95
- file: index.md
96
96
- title: External Documentation
97
-
cross_link: docs-content://directory/file.md
97
+
crosslink: docs-content://directory/file.md
98
98
- folder: local-section
99
99
children:
100
100
- file: index.md
101
101
- title: API Reference
102
-
cross_link: elasticsearch://api/index.html
102
+
crosslink: elasticsearch://api/index.html
103
103
```
104
104
105
105
Cross-links in navigation will be automatically resolved during the build process, maintaining consistent linking between related documentation across repositories.
0 commit comments