-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Due to the changes made to the main BotBlock Website is the docs.botblock.org website completely broken in its design.
We should find a way to repair it and make it the same look as the BotBlock website itself.
The question now is, how can we do this the best way?
One way could perhaps be to make it like the Best Practices by having a .vue file for it in static-site and pull from the index.md here to generate the page.
Downside could be, that we no longer have the page under the docs subdomain, unless we use that instead or implement redirects for it.
Also, this would open the question if it is even worth keeping the separate docs branch, as the only other page existing would be the one for JavaBotBlockAPI which itself only uses it for hosting the Java code documentation (Javadocs), which I think could be supported in the same way as the Best Practices page?
Either way would it be good to find a solution here to get this resolved in some reasonable way.