website/public/docs/get-started.php

7 lines
No EOL
135 B
PHP

<?php
use const Website\VERSION_LATEST;
require_once VV::root("Consts.php");
?>
<?= VV::include(VERSION_LATEST . "get-started"); ?>