8000 Troubleshooting: bad reference in navigation yaml · arangodb/docs@28b266f · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 28b266f

Browse files
authored
Troubleshooting: bad reference in navigation yaml
1 parent 4dcbdd3 commit 28b266f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,15 @@ Jekyll template it had to be encapsulated in a Jekyll tag.
280280
The error is issued once per page of the same book because the target page is
281281
linked in the navigation.
282282

283+
Another reason can be a faulty reference in the navigation file (e.g.
284+
`_data/3.5-manual.yml`). The file name or directory might simply be wrong,
285+
or the file extension could be wrong or incomplete in the `href` attribute:
286+
287+
```
288+
- text: Missing L in .html
289+
href: page.htm
290+
```
291+
283292
- ```
284293
docs/page.html
285294
hash does not exist --- docs/page.html --> target.html#hash

0 commit comments

Comments
 (0)
0