Skip to content

Commit

Permalink
deploy: b3a3eec
Browse files Browse the repository at this point in the history
  • Loading branch information
chinedufn committed Sep 29, 2024
1 parent 6ca4d99 commit 4d70da6
Show file tree
Hide file tree
Showing 41 changed files with 374 additions and 46 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html">Introduction</a></li><li class="spacer"></li><li class="chapter-item expanded "><a href="views/index.html"><strong aria-hidden="true">1.</strong> Rendering Views</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="html-macro/index.html"><strong aria-hidden="true">1.1.</strong> Writing html!</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="html-macro/html-macro.html"><strong aria-hidden="true">1.1.1.</strong> Writing html!</a></li><li class="chapter-item expanded "><a href="html-macro/classes/index.html"><strong aria-hidden="true">1.1.2.</strong> Classes</a></li><li class="chapter-item expanded "><a href="html-macro/text/index.html"><strong aria-hidden="true">1.1.3.</strong> Working with Text</a></li><li class="chapter-item expanded "><a href="html-macro/custom-components/index.html"><strong aria-hidden="true">1.1.4.</strong> Custom Components</a></li><li class="chapter-item expanded "><a href="html-macro/setting-inner-html/index.html"><strong aria-hidden="true">1.1.5.</strong> Setting Inner HTML</a></li><li class="chapter-item expanded "><a href="html-macro/conditional-rendering/index.html"><strong aria-hidden="true">1.1.6.</strong> Conditional Rendering</a></li><li class="chapter-item expanded "><a href="html-macro/real-elements-and-nodes/index.html"><strong aria-hidden="true">1.1.7.</strong> Real Elements and Nodes</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="html-macro/real-elements-and-nodes/on-create-elem/index.html"><strong aria-hidden="true">1.1.7.1.</strong> On Create Element</a></li><li class="chapter-item expanded "><a href="html-macro/real-elements-and-nodes/on-remove-elem/index.html"><strong aria-hidden="true">1.1.7.2.</strong> On Remove Element</a></li></ol></li><li class="chapter-item expanded "><a href="html-macro/boolean-attributes/index.html"><strong aria-hidden="true">1.1.8.</strong> Boolean Attributes</a></li></ol></li><li class="chapter-item expanded "><a href="lists/index.html"><strong aria-hidden="true">1.2.</strong> Lists</a></li><li class="chapter-item expanded "><a href="virtual-dom/index.html"><strong aria-hidden="true">1.3.</strong> Virtual DOM</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="virtual-dom/unit-testing-views.html"><strong aria-hidden="true">1.3.1.</strong> Unit Testing your Views</a></li></ol></li><li class="chapter-item expanded "><a href="views/server-side-rendering/index.html"><strong aria-hidden="true">1.4.</strong> Server Side Rendering (SSR)</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="views/server-side-rendering/why-ssr.html"><strong aria-hidden="true">1.4.1.</strong> Why SSR</a></li><li class="chapter-item expanded "><a href="views/server-side-rendering/how-to-ssr.html"><strong aria-hidden="true">1.4.2.</strong> How to SSR</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="router/type-safe-url-param/index.html"><strong aria-hidden="true">2.</strong> Router</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="router/type-safe-url-param/index.html"><strong aria-hidden="true">2.1.</strong> Type Safe URL Params</a></li><li class="chapter-item expanded "><a href="router/on-visit/index.html"><strong aria-hidden="true">2.2.</strong> On Visit Callback</a></li></ol></li><li class="chapter-item expanded "><a href="css-in-rust.html"><strong aria-hidden="true">3.</strong> CSS in Rust</a></li><li class="chapter-item expanded "><a href="contributing/index.html"><strong aria-hidden="true">4.</strong> Contributing</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="contributing/getting-started.html"><strong aria-hidden="true">4.1.</strong> Getting Started</a></li><li class="chapter-item expanded "><a href="contributing/ways-to-contribute.html"><strong aria-hidden="true">4.2.</strong> Types of Contributions</a></li><li class="chapter-item expanded "><a href="contributing/internal-design/index.html"><strong aria-hidden="true">4.3.</strong> Internal Design</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="diff-patch/index.html"><strong aria-hidden="true">4.3.1.</strong> Diff / Patch Algorithm</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="diff-patch/diff-patch-walkthrough/index.html"><strong aria-hidden="true">4.3.1.1.</strong> Diff / Patch Walkthrough</a></li><li class="chapter-item expanded "><a href="diff-patch/fixing-diff-patch-issues/index.html"><strong aria-hidden="true">4.3.1.2.</strong> Fixing diff/patch issues</a></li></ol></li><li class="chapter-item expanded "><a href="contributing/internal-design/sibling-text-nodes.html"><strong aria-hidden="true">4.3.2.</strong> Handling text siblings</a></li><li class="chapter-item expanded "><a href="contributing/internal-design/event-handling/index.html"><strong aria-hidden="true">4.3.3.</strong> Event Handling</a></li><li class="chapter-item expanded "><a href="contributing/router/index.html"><strong aria-hidden="true">4.3.4.</strong> Router</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="contributing/router/macro/index.html"><strong aria-hidden="true">4.3.4.1.</strong> route macro</a></li></ol></li><li class="chapter-item expanded "><a href="contributing/html-macro/index.html"><strong aria-hidden="true">4.3.5.</strong> html macro</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="contributing/html-macro/compile-time-errors.html"><strong aria-hidden="true">4.3.5.1.</strong> Compile Time Errors</a></li></ol></li></ol></li></ol></li></ol>
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html">Introduction</a></li><li class="spacer"></li><li class="chapter-item expanded "><a href="views/index.html"><strong aria-hidden="true">1.</strong> Rendering Views</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="html-macro/index.html"><strong aria-hidden="true">1.1.</strong> Writing html!</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="html-macro/html-macro.html"><strong aria-hidden="true">1.1.1.</strong> Writing html!</a></li><li class="chapter-item expanded "><a href="html-macro/classes/index.html"><strong aria-hidden="true">1.1.2.</strong> Classes</a></li><li class="chapter-item expanded "><a href="html-macro/text/index.html"><strong aria-hidden="true">1.1.3.</strong> Working with Text</a></li><li class="chapter-item expanded "><a href="html-macro/custom-components/index.html"><strong aria-hidden="true">1.1.4.</strong> Custom Components</a></li><li class="chapter-item expanded "><a href="html-macro/setting-inner-html/index.html"><strong aria-hidden="true">1.1.5.</strong> Setting Inner HTML</a></li><li class="chapter-item expanded "><a href="html-macro/conditional-rendering/index.html"><strong aria-hidden="true">1.1.6.</strong> Conditional Rendering</a></li><li class="chapter-item expanded "><a href="html-macro/real-elements-and-nodes/index.html"><strong aria-hidden="true">1.1.7.</strong> Real Elements and Nodes</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="html-macro/real-elements-and-nodes/on-create-elem/index.html"><strong aria-hidden="true">1.1.7.1.</strong> On Create Element</a></li><li class="chapter-item expanded "><a href="html-macro/real-elements-and-nodes/on-remove-elem/index.html"><strong aria-hidden="true">1.1.7.2.</strong> On Remove Element</a></li></ol></li><li class="chapter-item expanded "><a href="html-macro/boolean-attributes/index.html"><strong aria-hidden="true">1.1.8.</strong> Boolean Attributes</a></li><li class="chapter-item expanded "><a href="html-macro/special-attributes/index.html"><strong aria-hidden="true">1.1.9.</strong> Special Attributes</a></li></ol></li><li class="chapter-item expanded "><a href="lists/index.html"><strong aria-hidden="true">1.2.</strong> Lists</a></li><li class="chapter-item expanded "><a href="virtual-dom/index.html"><strong aria-hidden="true">1.3.</strong> Virtual DOM</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="virtual-dom/unit-testing-views.html"><strong aria-hidden="true">1.3.1.</strong> Unit Testing your Views</a></li></ol></li><li class="chapter-item expanded "><a href="views/server-side-rendering/index.html"><strong aria-hidden="true">1.4.</strong> Server Side Rendering (SSR)</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="views/server-side-rendering/why-ssr.html"><strong aria-hidden="true">1.4.1.</strong> Why SSR</a></li><li class="chapter-item expanded "><a href="views/server-side-rendering/how-to-ssr.html"><strong aria-hidden="true">1.4.2.</strong> How to SSR</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="router/type-safe-url-param/index.html"><strong aria-hidden="true">2.</strong> Router</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="router/type-safe-url-param/index.html"><strong aria-hidden="true">2.1.</strong> Type Safe URL Params</a></li><li class="chapter-item expanded "><a href="router/on-visit/index.html"><strong aria-hidden="true">2.2.</strong> On Visit Callback</a></li></ol></li><li class="chapter-item expanded "><a href="css-in-rust.html"><strong aria-hidden="true">3.</strong> CSS in Rust</a></li><li class="chapter-item expanded "><a href="contributing/index.html"><strong aria-hidden="true">4.</strong> Contributing</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="contributing/getting-started.html"><strong aria-hidden="true">4.1.</strong> Getting Started</a></li><li class="chapter-item expanded "><a href="contributing/ways-to-contribute.html"><strong aria-hidden="true">4.2.</strong> Types of Contributions</a></li><li class="chapter-item expanded "><a href="contributing/internal-design/index.html"><strong aria-hidden="true">4.3.</strong> Internal Design</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="diff-patch/index.html"><strong aria-hidden="true">4.3.1.</strong> Diff / Patch Algorithm</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="diff-patch/diff-patch-walkthrough/index.html"><strong aria-hidden="true">4.3.1.1.</strong> Diff / Patch Walkthrough</a></li><li class="chapter-item expanded "><a href="diff-patch/fixing-diff-patch-issues/index.html"><strong aria-hidden="true">4.3.1.2.</strong> Fixing diff/patch issues</a></li></ol></li><li class="chapter-item expanded "><a href="contributing/internal-design/sibling-text-nodes.html"><strong aria-hidden="true">4.3.2.</strong> Handling text siblings</a></li><li class="chapter-item expanded "><a href="contributing/internal-design/event-handling/index.html"><strong aria-hidden="true">4.3.3.</strong> Event Handling</a></li><li class="chapter-item expanded "><a href="contributing/router/index.html"><strong aria-hidden="true">4.3.4.</strong> Router</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="contributing/router/macro/index.html"><strong aria-hidden="true">4.3.4.1.</strong> route macro</a></li></ol></li><li class="chapter-item expanded "><a href="contributing/html-macro/index.html"><strong aria-hidden="true">4.3.5.</strong> html macro</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="contributing/html-macro/compile-time-errors.html"><strong aria-hidden="true">4.3.5.1.</strong> Compile Time Errors</a></li></ol></li></ol></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
Expand Down
Loading

0 comments on commit 4d70da6

Please sign in to comment.