added sitemap and docs

This commit is contained in:
2025-11-07 14:45:13 -08:00
parent fb5407a60b
commit a459b86169
6 changed files with 121 additions and 4 deletions

View File

@@ -33,3 +33,23 @@ docker compose up -d
* [Novaconiumm Official Repo](https://git.4lt.ca/4lt/novaconium)
* [CORXN Apache and PHP Container for Novaconium](https://git.4lt.ca/4lt/CORXN)
### How it works
#### htaccess
htaccess ensures that all requests are sent to index.php
#### index.php
index.php does two things:
1. Allows you to turn on error reporting (off by default)
2. Loads the novaconium bootstrap file novaconium.php
#### novaconium.php
What happens here:
1. Autoload composer
1. Loads configurations