Skip to content
Snippets Groups Projects
Unverified Commit 979ef098 authored by Erik Sundell's avatar Erik Sundell Committed by GitHub
Browse files

:books: DOCS: html.home_page_in_navbar defaults to true (#1001)

The documentation was not reflecting that the latest change to
html.home_page_in_navbar sets the value to be true by default, rather
than false.

https://github.com/executablebooks/jupyter-book/commit/4d886b47a3889842f130ab17450530696592f407

This commit also split apart a note that were about two unrelated
points.
parent 5902b1ed
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,10 @@ The Table of Contents is broadly organized like so:
your book's content. Their paths are relative to the book's root.
```{note}
By default, the landing page of your book will not appear in the navbar, but this can be enabled in your `_config.yml` file by setting the `home_page_in_navbar` option to `true` (under the [html section](https://jupyterbook.org/customize/config.html#configuration-reference)).
By default, the landing page of your book will appear in the navbar, but this can be disabled in your `_config.yml` file by setting the `home_page_in_navbar` option to `false` (under the [html section](https://jupyterbook.org/customize/config.html#configuration-reference)).
```
```{note}
Currently, it is not possible to add nested sections to your landing page (see [#844](https://github.com/executablebooks/jupyter-book/issues/844))
```
......
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