mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 08:53:42 +02:00
Brand new design for the website following the new design language I used for [version 2.0 of my personal website](https://codeberg.org/vlw/vlw.se/releases/tag/2.0.0). Reviewed-on: https://codeberg.org/vegvisir/website/pulls/2 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
24 lines
No EOL
777 B
PHP
24 lines
No EOL
777 B
PHP
<?= VV::include("public/docs/v3.1.4/Reference/layout") ?>
|
|
<main>
|
|
<section>
|
|
<h1>Navigation.constructor</h1>
|
|
<p>Initialize a new Vegvisir soft-navigation programmatically.</p>
|
|
</section>
|
|
<section>
|
|
<?= VV::include("snippets/HTMLCodeDemoElement/HTMLCodeDemoElement?id=docs/v3.1.4/JS/constructor/description") ?>
|
|
</section>
|
|
<section>
|
|
<h1>Return value</h1>
|
|
</section>
|
|
<section>
|
|
<h3><code class="mtk17">Navigation</code></h3>
|
|
<p>Returns an instance of <code class="mtk17">Navigation</code> which can then be excuted by chaining <a href="/docs/v3.1.4/Reference/JavaScript/navigate"><code>.<span class="mtk16">navigate</span>()</code></a>.</p>
|
|
</section>
|
|
<hr>
|
|
<section>
|
|
<h1>Examples</h1>
|
|
</section>
|
|
<section>
|
|
<p>No examples available.</p>
|
|
</section>
|
|
</main>
|