Browse Source

Fix v2 docs basePath (#1157)

Elliot Hesp 7 years ago
parent
commit
a95bdf0a82
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      docs/v2/index.html

+ 2
- 3
docs/v2/index.html View File

18
 </body>
18
 </body>
19
 <script>
19
 <script>
20
     window.$docsify = {
20
     window.$docsify = {
21
-        repo: '',
22
-        basePath: 'https://raw.githubusercontent.com/react-native-navigation/tree/v2/docs/',
23
-        name: 'React Native Navigation',
21
+        basePath: 'https://raw.githubusercontent.com/wix/react-native-navigation/v2/docs/',
22
+        name: 'React Native Navigation v2',
24
         search: 'auto',
23
         search: 'auto',
25
         themeColor: '#21B8F0',
24
         themeColor: '#21B8F0',
26
         loadSidebar: true,
25
         loadSidebar: true,