@@ -43,6 +43,7 @@ export default {
43
43
} ,
44
44
{
45
45
to : 'docs/getting-started' ,
46
+ activeBasePath : 'docs' ,
46
47
label : 'Docs' ,
47
48
position : 'right' ,
48
49
} ,
@@ -75,100 +76,29 @@ export default {
75
76
label : 'Troubleshooting' ,
76
77
to : 'docs/troubleshooting' ,
77
78
} ,
79
+ {
80
+ label : 'Contributing' ,
81
+ to : 'docs/contributing' ,
82
+ } ,
78
83
] ,
79
84
position : 'right' ,
80
85
} ,
81
86
{
82
87
href : 'https://x.com/reactnavigation' ,
83
- position : 'right' ,
84
88
className : 'navbar-social-link navbar-social-link-x' ,
85
89
'aria-label' : 'X' ,
86
90
position : 'right' ,
87
91
} ,
88
92
{
89
- href : 'https://github.com/react-navigation' ,
90
- position : 'right' ,
93
+ href : 'https://github.com/react-navigation/react-navigation' ,
91
94
className : 'navbar-social-link navbar-social-link-github' ,
92
95
'aria-label' : 'GitHub' ,
93
96
position : 'right' ,
94
97
} ,
95
98
] ,
96
99
} ,
97
100
footer : {
98
- links : [
99
- {
100
- title : 'Docs' ,
101
- items : [
102
- {
103
- label : 'Getting Started' ,
104
- to : 'docs/getting-started' ,
105
- } ,
106
- {
107
- label : 'Building your own Navigator' ,
108
- to : 'docs/custom-navigators' ,
109
- } ,
110
- {
111
- label : 'Contributing' ,
112
- to : 'docs/contributing' ,
113
- } ,
114
- ] ,
115
- } ,
116
- {
117
- title : 'Support' ,
118
- items : [
119
- {
120
- label : 'Chat in our Discord channel' ,
121
- href : 'https://discord.gg/reactiflux' ,
122
- } ,
123
- {
124
- label : 'Get help on Stack Overflow' ,
125
- href : 'https://stackoverflow.com/questions/tagged/react-navigation' ,
126
- } ,
127
- {
128
- label : 'Request a feature on Canny' ,
129
- href : 'https://react-navigation.canny.io/feature-requests' ,
130
- } ,
131
- {
132
- label : 'Report a bug on GitHub' ,
133
- href : 'https://github.com/react-navigation/react-navigation/issues/new/choose' ,
134
- } ,
135
- ] ,
136
- } ,
137
- {
138
- title : 'Social' ,
139
- items : [
140
- {
141
- label : 'Blog' ,
142
- to : 'blog' ,
143
- } ,
144
- {
145
- label : 'GitHub' ,
146
- href : 'https://github.com/react-navigation/react-navigation' ,
147
- } ,
148
- {
149
- label : 'Twitter' ,
150
- href : 'https://twitter.com/reactnavigation' ,
151
- } ,
152
- ] ,
153
- } ,
154
- {
155
- title : 'Built with' ,
156
- items : [
157
- {
158
- label : 'Docusaurus' ,
159
- to : 'https://docusaurus.io/' ,
160
- } ,
161
- {
162
- label : 'GitHub Pages' ,
163
- href : 'https://pages.github.com/' ,
164
- } ,
165
- {
166
- label : 'Netlify' ,
167
- href : 'https://www.netlify.com/' ,
168
- } ,
169
- ] ,
170
- } ,
171
- ] ,
101
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } React Navigation. Built with <a href="https://docusaurus.io/">Docusaurus</a>, <a href="https://pages.github.com/">GitHub Pages</a>, and <a href="https://www.netlify.com/">Netlify</a>.` ,
172
102
} ,
173
103
} ,
174
104
plugins : [
0 commit comments