Skip to content

Commit 5ceee0b

Browse files
Update docs
1 parent 585e2f0 commit 5ceee0b

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

source/docs/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,22 @@ NexT uses code highlighting themes from the [Highlight.js](https://highlightjs.o
4949

5050
### Supported Browsers
5151

52-
We designed the NexT theme to support a wide range of mainstream browsers, include the current versions of Chrome, Firefox, Safari, and Microsoft Edge. Many CSS3 and ES6 features and new Web APIs have been utilized, including CSS Variables, [IntersectionObserver](https://caniuse.com/intersectionobserver) and [Fetch API](https://caniuse.com/fetch), to make the NexT theme's code more concise, reliable, and secure. Statistics show that NexT is compatible with more than 96% of browsers.
52+
We designed the NexT theme to support a wide range of mainstream browsers, include the current versions of Chrome, Firefox, Safari, and Microsoft Edge. Many CSS3 and ES6 features and new Web APIs have been utilized, including [CSS Variables](https://caniuse.com/css-variables), [IntersectionObserver](https://caniuse.com/intersectionobserver) and [prefers-color-scheme](https://caniuse.com/prefers-color-scheme), to make the NexT theme's code more concise, reliable, and secure. Statistics show that NexT is compatible with more than 95% of browsers.
5353

54-
| Browser | Supported versions | Release date |
54+
NexT is tested to work on the following browsers:
55+
56+
| Browser | Tested versions | Release date |
5557
| - | - | - |
5658
<i class="fab fa-internet-explorer fa-2x"></i> IE | N/A | Oct 17, 2013 |
57-
<i class="fab fa-chrome fa-2x"></i> Chrome | 69+ | Sep 4, 2018 |
58-
<i class="fab fa-firefox-browser fa-2x"></i> Firefox | 62+ | Sep 5, 2018 |
59-
<i class="fab fa-opera fa-2x"></i> Opera | 56+ | Sep 25, 2018 |
60-
<i class="fab fa-safari fa-2x"></i> Safari | 12.1+ | Mar 25, 2019 |
59+
<i class="fab fa-chrome fa-2x"></i> Chrome | 80+ | Feb 5, 2020 |
60+
<i class="fab fa-firefox-browser fa-2x"></i> Firefox | 74+ | Mar 10, 2020 |
61+
<i class="fab fa-opera fa-2x"></i> Opera | 67+ | Mar 12, 2020 |
62+
<i class="fab fa-safari fa-2x"></i> Safari | 13.1+ | Mar 24, 2020 |
6163
<i class="fab fa-edge fa-2x"></i> Edge | 80+ | Feb 7, 2020 |
6264

6365
*The criterion being that on these browsers, the core functionalities and styles of the NexT theme work normally, excluding third-party plugins.*
6466

65-
If you need to support older browsers that are not on the supported list, you might consider using tools like [Babel.js](https://babeljs.io).
67+
If you need to support older browsers that are not on the supported list, you might consider using tools like [Babel.js](https://babeljs.io) and plugins like [hexo-babel](https://www.npmjs.com/package/hexo-babel).
6668

6769
### Customize Your NexT
6870

0 commit comments

Comments
 (0)