Skip to content
Snippets Groups Projects
Unverified Commit 8fe3ff41 authored by Lex Nederbragt's avatar Lex Nederbragt Committed by GitHub
Browse files

:books: DOCS: Explain use of `title:` for url entry (#1356)

parent ff51015f
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,19 @@ Here is a quick overview:
`url:`
: An external link to a website (starting with `http` or `https`).
This will be inserted into your book's Table of Contents, though it will not affect your book's structure (like numbering).
When a `title:` entry is provided its text is used instead of the full URL.
Here is an example to show all three types:
```yaml
format: jb-book
root: index
chapters:
- file: path/to/chapter1
- url: https://example.com
title: Example website
- glob: subfolder/other*
```
## Use chapter sub-sections
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment