mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 08:13:29 +08:00
I've noticed that link to the _getting started_ page in the docs seems to not working as expected since `*.html` extension is added anyway and it makes the link broken: `https://callstack.github.io/react-native-paper/getting-started.html.html`. ### Motivation The documentation is important part of the library and should be working properly. ### Test plan Enter `/docs`, install using `yarn` and run it with `yarn start`. > **NOTE:** _the current version works on localhost and breaks only in the prod env. Suggested change will probably work in both, but needs to be verified by someone who knows the deployment process._