Document browser support for the website (#221)

See #220.
This commit is contained in:
Hugo Locurcio 2021-01-24 17:29:24 +01:00 committed by GitHub
parent bfc4f0c92d
commit 3a4ce0878a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ The official Minetest website, living at [www.minetest.net](https://www.minetest
- Uses modern Web design techniques: `rem` units, `hsl` colors. - Uses modern Web design techniques: `rem` units, `hsl` colors.
- Responsive site and favicon. - Responsive site and favicon.
## Workflow ## Development workflow
This site uses the [Jekyll](https://jekyllrb.com) static site generator. This site uses the [Jekyll](https://jekyllrb.com) static site generator.
@ -21,6 +21,19 @@ This site uses the [Jekyll](https://jekyllrb.com) static site generator.
- Use `bundle exec jekyll serve` to automatically build the site - Use `bundle exec jekyll serve` to automatically build the site
and serve it locally. and serve it locally.
### Browser support
When working on new features, keep in mind this website only supports
*evergreen browsers*:
- Chrome (two most recent versions)
- Edge (two most recent versions)
- Firefox (two most recent versions + latest ESR version)
- Opera (two most recent versions)
- Safari (two most recent versions)
Internet Explorer isn't supported.
## License ## License
Copyright © 2015-2020 Hugo Locurcio and contributors Copyright © 2015-2020 Hugo Locurcio and contributors