Skip to content

Commit

Permalink
deploy: b381a21
Browse files Browse the repository at this point in the history
  • Loading branch information
KaruroChori committed Jan 9, 2025
1 parent ecdc236 commit 9ba2df9
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions latest/docs/dist/wasm-demo/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
value: "HTML Generation",
template: "./examples/advanced/html/templ.xml",
data: "./examples/advanced/html/data.xml",
data: "./examples/advanced/html/data.0.xml",
},
],
},
Expand Down Expand Up @@ -193,7 +193,7 @@
<PaneGroup direction="vertical">
<Pane defaultSize={50}>
<nav style="padding-left:0px;">
<div class="logo"><a href="/">vs.templ</a></div>
<div class="logo"><a href="https://lazy-eggplant.github.io/vs.templ">vs.templ</a></div>
<div class="tabs">
<a
onclick={() => change_view("template")}
Expand Down
Binary file not shown.
Binary file modified latest/docs/dist/website/doxygen/latex/vs-templ_8hpp__incl.pdf
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion latest/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@

<!--
MkDocs version : 1.6.1
Build Date UTC : 2025-01-09 17:57:17.366286+00:00
Build Date UTC : 2025-01-09 18:04:14.919036+00:00
-->
Binary file modified latest/doxygen/latex/vs-templ_8hpp__dep__incl.pdf
Binary file not shown.
Binary file modified latest/doxygen/latex/vs-templ_8hpp__incl.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
Source</button></a>
<a href="./docs"><button><i class="fa-solid fa-book"></i> Main documentation</button></a>
<a href="./doxygen/html"><button><i class="fa-solid fa-book"></i> Doxygen reference</button></a>
<a href="/wasm-demo"><button>Online demo</button></a>
<a href="https://github.com/lazy-eggplant/vs.templ/wasm-demo"><button>Online demo</button></a>
<button disabled><i class="fa-solid fa-comment"></i> Help</button>
</nav>
<hr />
Expand Down

0 comments on commit 9ba2df9

Please sign in to comment.