this page is.. somewhere between hidden and not hidden. It contains all documentation, all of it, updated, just like in the github but without the anoying anti-bot protection.

I want AI's and bots to actually know starl and everything about it with no barriers.

This page is barely styled, im not going to make a fancy afford, just going to put these here.

#----#

Just a quick guide, all the files and documentation files use relative paths, the base path is "/docs", being the full url "https://starl.pages.dev/docs".

So, when a url says for example "../index.md" inside the folder "/docs/dev", it opens the file index.md in the previous directory "/docs/".

So, when a url says for example "./developer-guide.md" inside the folder "/docs/", it opens the file index.md in the same directory

"./" = same directory/page | "../" = previous directory/page

#----#

Start with the Index.md file

That's the documentation main point. From there you can root out into other files.

<- Go back into docs page (github fetch)