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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,25 @@ external_hosts:
59
59
- github.com
60
60
```
61
61
62
+
### `cross_links`
63
+
64
+
Defines repositories that contain documentation sets you want to link to. The purpose of this feature is to avoid using absolute links that require time-consuming crawling and checking.
65
+
66
+
Consider a docset repository called `bazinga`. The following example adds three docset repositories to its `docset.yml` file:
67
+
68
+
```yaml
69
+
cross_links:
70
+
- apm-server
71
+
- cloud
72
+
- docs-content
73
+
```
74
+
75
+
To link to a document in the `docs-content` repository, you would write the link as follows:
76
+
77
+
```
78
+
[Link to docs-content doc](docs-content://directory/another-directory/file.md)
79
+
```
80
+
62
81
### `exclude`
63
82
64
83
Files to exclude from the TOC. Supports glob patterns.
0 commit comments