How can I insert external links in the left sidebar? #9222
-
DescriptionIn JupyterBook, I can have links to external sites directly in the left sidebar, like this: - caption: Resources
chapters:
- url: https://dash.plotly.com/tutorial
title: Dash documentation
- url: https://open-resources.github.io/dash_curriculum/part1/chapter1.html
title: Dash tutorialsIs it possible to do something similar in Quarto? Or do I have to create a separate markdown document with the links? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
As book are not exclusively rendered to HTML, having chapters pointing to website, how should they be rendered for other formats? For this reason, books only takes paths to Quarto documents. This being said, you can use a chapter with all links which will make them available in other formats such as PDF. |
Beta Was this translation helpful? Give feedback.

As book are not exclusively rendered to HTML, having chapters pointing to website, how should they be rendered for other formats? For this reason, books only takes paths to Quarto documents.
This being said, you can use a chapter with all links which will make them available in other formats such as PDF.
Or you could use the βtoolsβ to add links, see https://quarto.org/docs/websites/website-navigation.html#navbar-tools.