This repository contains all the configuration for nile
.
languages
: contains all the languages known tonile
, including its properties.projects
: contains all the projects known tonile
, including its settings.projects.json
: a list of all projects enabled.
Just add the JSON file to the languages
folder, and add it to any projects
that is allowed to use this language.
Just add the JSON file to the projects
folder, and when you want to enable it, list it in projects.json
too.
Modify the JSON file in the languages
folder.
Please make sure to write valid (strict) JSON.
Modify the JSON file in the projects
folder.
Please make sure to write valid (strict) JSON.
Once you merged your changes, GitHub Workflows will redeploy nile
with the new settings.
This can take a few minutes.
If the changes aren't visible even after a few minutes, check the GitHub Actions logs to see what went wrong.