pingcap / website-docs

The next generation of PingCAP Docs. Powered by Gatsby ⚛️.
https://docs.pingcap.com/
MIT License
22 stars 34 forks source link

perf: use navigate for internal toc links #133

Closed g1eny0ung closed 3 years ago

g1eny0ung commented 3 years ago

As the title.

For now, it's annoyed when switching pages by click the links in TOC. This is because we use the native link tag to handle the switching.

It's needed to use the router helper navigate to handle this action. (For performance)