mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-13 16:33:42 +02:00
14 lines
No EOL
687 B
PHP
14 lines
No EOL
687 B
PHP
<section class="md">
|
|
<container>
|
|
<h1>JavaScript Cheat Sheet</h1>
|
|
<p>Vegvisir will automatically bind <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement"><code>HTMLAnchorElement</code></a> tags and perform soft-navigation between pages on the same <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin" target="_blank">origin</a>.</p>
|
|
<p>The <a href=""><code>Navigation</code></a> lets you interact with, and expand Vegvisirs front-end behavior.</p>
|
|
</container>
|
|
</section>
|
|
<section class="md">
|
|
<container>
|
|
<h2>Manual pages</h2>
|
|
<?= VV::include("modules/docs/legend-js") ?>
|
|
</container>
|
|
</section>
|
|
<?= VV::shell("shells/docs") ?>
|