#----#
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 fileThat's the documentation main point. From there you can root out into other files.
<- Go back into docs page (github fetch)