diff --git a/docs/en/README.md b/docs/en/README.md index 3ba6360b4..447dd0f60 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -17,5 +17,12 @@ Also we want to thank their help to our wonderful [contributors](https://github.com/consul/consul/graphs/contributors) ❤️ + +## Tech stack + +The application backend is written in the [Ruby language](https://www.ruby-lang.org/) using the [Ruby on Rails](http://rubyonrails.org/) framework. + +Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http://foundation.zurb.com/) for the styles. + ## Licensing Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](https://github.com/consul/consul/blob/master/LICENSE-AGPLv3.txt)). diff --git a/docs/es/README.md b/docs/es/README.md index c7aa8ca6d..d3bc44815 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -17,5 +17,10 @@ También queremos agradecerles sus contribuciones a nuestros maravillosos [colaboradores](https://github.com/consul/consul/graphs/contributors) ❤️ +## Tecnología + +El backend de esta aplicación se desarrolla con el lenguaje de programación [Ruby](https://www.ruby-lang.org/) sobre el *framework* [Ruby on Rails](http://rubyonrails.org/). +Las herramientas utilizadas para el frontend no están cerradas aún. Los estilos de la página usan [SCSS](http://sass-lang.com/) sobre [Foundation](http://foundation.zurb.com/) + ## Licencia Código publicado bajo licencia AFFERO GPL v3 (ver [LICENSE-AGPLv3.txt](https://github.com/consul/consul/blob/master/LICENSE-AGPLv3.txt)).