diff --git a/docs/book.toml b/docs/book.toml index 3f3e1e1..e09d330 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -5,12 +5,12 @@ multilingual = false src = "src" title = "Bevy Talks Documentation" -[preprocessor] +[preprocessor.toc] +command = "mdbook-toc" +renderer = ["html"] [preprocessor.mermaid] command = "mdbook-mermaid" -[output] - [output.html] additional-js = ["mermaid.min.js", "mermaid-init.js"] diff --git a/docs/src/getting-started/index.md b/docs/src/getting-started/index.md index b04837a..ad7ab16 100644 --- a/docs/src/getting-started/index.md +++ b/docs/src/getting-started/index.md @@ -3,7 +3,7 @@ *In this tutorial we will nstall Bevy Talks and do a quick overview on how to build and spawn a dialogue in your game.* ## Content -[toc] + ## 1. Installation