Skip to content
Snippets Groups Projects
Unverified Commit 3b85c617 authored by Bjorn Madsen's avatar Bjorn Madsen Committed by GitHub
Browse files

DOCS: Clarify toc update tip (#1861)

* Update new-file.md

Providing the answer to this ticket: https://github.com/executablebooks/jupyter-book/issues/1493

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci



* Update docs/start/new-file.md

Co-authored-by: default avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: default avatarChris Holdgraf <choldgraf@gmail.com>
parent 8931b03b
No related branches found
No related tags found
No related merge requests found
......@@ -49,3 +49,11 @@ $ jupyter-book build mybookname
```
This will re-build your book, and your new page will show up in the output.
````{tip}
If your book's Table of Contents doesn't update after changing the `_toc.yml` file, try:
```console
$ jupyter-book build --all mybookname
```
````
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