mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 00:43:42 +02:00
First (rushed 😦) release of the Vegvisir website. Reviewed-on: https://codeberg.org/vegvisir/website/pulls/1 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
13 lines
No EOL
446 B
PHP
13 lines
No EOL
446 B
PHP
<section class="md">
|
|
<container>
|
|
<h1><code>vegvisir.Navigation</code></h1>
|
|
<p>The Vegvisir <code>Navigation</code> class contains APIs for triggering navigations of any element programmatically.</p>
|
|
</container>
|
|
</section>
|
|
<section class="md">
|
|
<container>
|
|
<h2>Quickstart</h2>
|
|
<p>A new navigation can be initialized by constructing the <code>vegvisir.Navigation</code> class.</p>
|
|
</container>
|
|
</section>
|
|
<?= VV::shell("shells/docs") ?>
|