website/public/docs/v3.1.4/Reference/PHP/index.php
vlw 7a8fc36ec0 feat: new website design and update to Vegvisir 3.1 (#2)
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>
2025-03-05 11:16:54 +00:00

10 lines
No EOL
394 B
PHP

<?= VV::include("public/docs/v3.1.4/Reference/layout") ?>
<main>
<section class="md">
<container>
<h1>PHP Reference</h1>
<p>Vegvisir exposes a single global static class <code>VV</code> that can be used in any script/page loaded with Vegvisir.</p>
<p>This class contains various methods for importing, inlining assets, and returning pathnames.</p>
</container>
</section>
</main>