Skip to content

Commit a8461f6

Browse files
evanyeungfacebook-github-bot
authored andcommitted
Create "Best Practices" section of Relay docs
Reviewed By: captbaritone Differential Revision: D79607123 fbshipit-source-id: 579caa5588b0677d3461af79053e60b52697c692
1 parent 9c4d36e commit a8461f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

website/sidebars.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,12 @@ module.exports = {
160160
'getting-started/compiler-config',
161161
'getting-started/lint-rules',
162162
'editor-support',
163-
'getting-started/production',
163+
{
164+
'Best Practices': [
165+
'getting-started/production',
166+
'tutorial/organizing-mutations-queries-and-subscriptions',
167+
],
168+
},
164169
],
165170
Tutorial: [
166171
'tutorial/intro',
@@ -176,7 +181,6 @@ module.exports = {
176181
},
177182
'tutorial/refetchable-fragments',
178183
'tutorial/connections-pagination',
179-
'tutorial/organizing-mutations-queries-and-subscriptions',
180184
],
181185
'Feature Guides': Guides,
182186
'API Reference': [

0 commit comments

Comments
 (0)