diff --git a/docs/licenses.md b/docs/licenses.md new file mode 100644 index 0000000000000000000000000000000000000000..f7fb002eb7ed6079ee3c9eb5075676cd8c44f19b --- /dev/null +++ b/docs/licenses.md @@ -0,0 +1,12 @@ +# Licenses + +With your `@epita.fr` email you can get educational licenses for some +software. On this page you will find a non-exhaustive list of useful +software licenses you can get with your EPITA account. + + +- [Windows](https://azureforeducation.microsoft.com/devtools) +- [Jetbrains (IDEA, Rider)](https://www.jetbrains.com/shop/eform/students) + + +If you want to contribute to this list, see [Contributing](../doc_contributing) diff --git a/mkdocs.yml b/mkdocs.yml index 89522cf9b23e57a88818809da397773f0d1fd1eb..90fa92304fc67db7d11c0692d418c1e7746252c9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,7 @@ nav: - 'print.md' - CRI VM: 'cri_vm.md' - Disk/USB Installation: 'bare-metal.md' + - Educational Licenses: 'licenses.md' - Accounts: - Cri and Bocal accounts: 'accounts.md' - Recover and modify passwords: 'passwords.md'