diff --git a/docs/book/_sources/60_05_build.md b/docs/book/_sources/build.md
similarity index 100%
rename from docs/book/_sources/60_05_build.md
rename to docs/book/_sources/build.md
diff --git a/docs/book/_sources/05_05_get_started.md b/docs/book/_sources/get_started.md
similarity index 100%
rename from docs/book/_sources/05_05_get_started.md
rename to docs/book/_sources/get_started.md
diff --git a/docs/book/_sources/00_00_intro.md b/docs/book/_sources/intro.md
similarity index 98%
rename from docs/book/_sources/00_00_intro.md
rename to docs/book/_sources/intro.md
index 6fba2a77..18c43f58 100644
--- a/docs/book/_sources/00_00_intro.md
+++ b/docs/book/_sources/intro.md
@@ -28,33 +28,6 @@ Hello ImGui is a library designed to make multiplatform app development as simpl
* Available rendering backends: OpenGL3, Metal, Vulkan, DirectX
-## About
-
-### Support the project
-Hello ImGui is a free and open source project, and its development and maintenance require considerable efforts.
-
-If you find it valuable for your work – especially in a commercial enterprise or a research setting – please consider supporting its development by [making a donation](https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA). Thank you!
-
-
-
-### Credits
-
-Hello ImGui is based on [Dear ImGui](https://github.com/ocornut/imgui) (MIT License), by Omar Cornut. Portions use [ImGui Test Engine](https://github.com/ocornut/imgui_test_engine), which is governed by a [specific license](https://github.com/ocornut/imgui_test_engine/blob/main/imgui_test_engine/LICENSE.txt)
-
-Portions of this software use the [FreeType Project](www.freetype.org), [lunasvg](https://github.com/sammycage/lunasvg) (MIT License), [GLFW](https://www.glfw.org/) (zlib/libpng license), [SDL](https://www.libsdl.org/) (zlib license).
-
-### License
-
-Hello ImGui is licensed under the MIT License, see [LICENSE](https://github.com/pthom/hello_imgui/blob/master/LICENSE)
-
-### Contribute
-
-Quality contributions are welcome!
-
----
-
## Demos & real world apps
### Motto
@@ -119,14 +92,41 @@ How to use a custom 3D background in your app
[Dear ImGui Bundle](https://pthom.github.io/imgui_bundle/), a full-fledged library, built on top of Hello ImGui, provides lots of additional widgets ([imgui](https://github.com/ocornut/imgui.git), [implot](https://github.com/epezent/implot), [imgui-node-editor](https://github.com/thedmd/imgui-node-editor), [ImFileDialog](https://github.com/pthom/ImFileDialog.git), [ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit), [imgui_md](https://github.com/mekhontsev/imgui_md.git)), as well as complete python bindings.
-
+
[online interactive demo](https://traineq.org/ImGuiBundle/emscripten/bin/demo_imgui_bundle.html) - [Source for C++ demos](https://github.com/pthom/imgui_bundle/tree/main/bindings/imgui_bundle/demos_cpp) - [Source for Python demos](https://github.com/pthom/imgui_bundle/tree/main/bindings/imgui_bundle/demos_python)
-
### Theme tweaking
How to use the theme tweaking utilities provided by Hello ImGui
[Online video tutorial](https://www.youtube.com/watch?v=4f_-3DDcAZk)
+
+---
+
+## About
+
+### Credits
+
+Hello ImGui is based on [Dear ImGui](https://github.com/ocornut/imgui) (MIT License), by Omar Cornut. Portions use [ImGui Test Engine](https://github.com/ocornut/imgui_test_engine), which is governed by a [specific license](https://github.com/ocornut/imgui_test_engine/blob/main/imgui_test_engine/LICENSE.txt)
+
+Portions of this software use the [FreeType Project](www.freetype.org), [lunasvg](https://github.com/sammycage/lunasvg) (MIT License), [GLFW](https://www.glfw.org/) (zlib/libpng license), [SDL](https://www.libsdl.org/) (zlib license).
+
+### License
+
+Hello ImGui is licensed under the MIT License, see [LICENSE](https://github.com/pthom/hello_imgui/blob/master/LICENSE)
+
+### Contribute
+
+Quality contributions are welcome!
+
+### Support the project
+
+Hello ImGui is a free and open source project, and its development and maintenance require considerable efforts.
+
+If you find it valuable for your work – especially in a commercial enterprise or a research setting – please consider supporting its development by [making a donation](https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA). Thank you!
+
+
diff --git a/docs/book/60_05_build.html b/docs/book/build.html
similarity index 97%
rename from docs/book/60_05_build.html
rename to docs/book/build.html
index b037c9be..7cfc5ded 100644
--- a/docs/book/60_05_build.html
+++ b/docs/book/build.html
@@ -63,10 +63,9 @@
const thebe_selector_output = ".output, .cell_output"
-
+
-
@@ -150,7 +149,7 @@
-
+
@@ -171,13 +170,13 @@
-
-
-
@@ -851,7 +850,7 @@ Dpi aware Font scaling
Renderer Backend OptionsAPI
@@ -1648,15 +1646,6 @@
Hello ImGui is a free and open source project, and its development and maintenance require considerable efforts.
-If you find it valuable for your work – especially in a commercial enterprise or a research setting – please consider supporting its development by making a donation. Thank you!
- -Hello ImGui is based on Dear ImGui (MIT License), by Omar Cornut. Portions use ImGui Test Engine, which is governed by a specific license
-Portions of this software use the FreeType Project, lunasvg (MIT License), GLFW (zlib/libpng license), SDL (zlib license).
-Hello ImGui is licensed under the MIT License, see LICENSE
-Quality contributions are welcome!
-Dear ImGui Bundle, a full-fledged library, built on top of Hello ImGui, provides lots of additional widgets (imgui, implot, imgui-node-editor, ImFileDialog, ImGuiColorTextEdit, imgui_md), as well as complete python bindings.
- +online interactive demo - Source for C++ demos - Source for Python demos
Hello ImGui is based on Dear ImGui (MIT License), by Omar Cornut. Portions use ImGui Test Engine, which is governed by a specific license
+Portions of this software use the FreeType Project, lunasvg (MIT License), GLFW (zlib/libpng license), SDL (zlib license).
+Hello ImGui is licensed under the MIT License, see LICENSE
+Quality contributions are welcome!
+Hello ImGui is a free and open source project, and its development and maintenance require considerable efforts.
+If you find it valuable for your work – especially in a commercial enterprise or a research setting – please consider supporting its development by making a donation. Thank you!
+ +