Docs and docs-template need to be in the same folder #34
Labels
backend
Issues that require backend code changes (java)
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
The Docs and docs-template need to be in the same folder for easy usage of git with the Skript repo. You can simultaneously work on the Skript repo in conjunction with the docs. Similarly to the aliases. With the aliases you can work in the test_runner folder of the aliases while changing branches.
The folder can be something like
When utilizing git and the gradle build/ cache folder you can switch between git branches and also be able to clean reset the docs for fresh install test with
gradlew clean ...
I don't see a need in making this configurable.
The text was updated successfully, but these errors were encountered: