Skip to content

Commit

Permalink
Update docs / 2024-01-14 / 18:28:31
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 14, 2024
1 parent cd9a79b commit a2407ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/book/00_00_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ <h2> Contents </h2>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#features">Features</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#support-the-project">Support the project</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#demos-real-world-apps">Demos &amp; real world apps</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#advanced-layout">Advanced layout</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#custom-3d-background">Custom 3D background</a></li>
Expand Down Expand Up @@ -445,6 +446,11 @@ <h2>Features<a class="headerlink" href="#features" title="Permalink to this head
<li><p>Available rendering backends: OpenGL3, Metal, Vulkan, DirectX</p></li>
</ul>
</section>
<section id="support-the-project">
<h2>Support the project<a class="headerlink" href="#support-the-project" title="Permalink to this heading">#</a></h2>
<p>Hello ImGui is a free and open source project. If you like it, please consider supporting its development by <a class="reference external" href="https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA">making a donation</a>. Thank you!</p>
<p><a class="reference external" href="https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA"><img alt="" src="https://raw.githubusercontent.com/pthom/imgui_bundle/main/bindings/imgui_bundle/doc/doc_images/btn_donate.gif" /></a></p>
</section>
<hr class="docutils" />
<section id="demos-real-world-apps">
<h2>Demos &amp; real world apps<a class="headerlink" href="#demos-real-world-apps" title="Permalink to this heading">#</a></h2>
Expand Down Expand Up @@ -549,6 +555,7 @@ <h3>Theme tweaking<a class="headerlink" href="#theme-tweaking" title="Permalink
<nav class="bd-toc-nav page-toc">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#features">Features</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#support-the-project">Support the project</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#demos-real-world-apps">Demos &amp; real world apps</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#advanced-layout">Advanced layout</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#custom-3d-background">Custom 3D background</a></li>
Expand Down
7 changes: 7 additions & 0 deletions docs/book/_sources/00_00_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Hello ImGui is a library that enables quickly write multiplatform apps with the
* Available platform backends: SDL2, Glfw3
* Available rendering backends: OpenGL3, Metal, Vulkan, DirectX


## Support the project

Hello ImGui is a free and open source project. If you like it, please consider supporting its development by [making a donation](https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA). Thank you!

[![](https://raw.githubusercontent.com/pthom/imgui_bundle/main/bindings/imgui_bundle/doc/doc_images/btn_donate.gif)](https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA)

---

## Demos & real world apps
Expand Down
Loading

0 comments on commit a2407ad

Please sign in to comment.