This project is really cool as it allows us to quickly build an internal docs and communicate about the different way to use our APIs (cURL, JS, Java, etc).
The thing is that index.html and other generated code are versioned but locally modified by the build tools (to inject libs and other stuff).
Would it be better to exclude this file from being versioned and use a "sample" file instead especially since index.html hadn't change (and i bet won't) for a long time. It won't change the build steps from an user perspective as tools will take this into account.
This project is really cool as it allows us to quickly build an internal docs and communicate about the different way to use our APIs (cURL, JS, Java, etc).
The thing is that
index.html
and other generated code are versioned but locally modified by the build tools (to inject libs and other stuff).Would it be better to exclude this file from being versioned and use a "sample" file instead especially since
index.html
hadn't change (and i bet won't) for a long time. It won't change the build steps from an user perspective as tools will take this into account.