We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a72f9 commit 242dbddCopy full SHA for 242dbdd
src/utils/sectionList.js
@@ -12,15 +12,19 @@ import navDocs from '../../content/docs/nav.yml';
12
// $FlowExpectedError
13
import navTutorial from '../../content/tutorial/nav.yml';
14
15
-const sectionListDocs = navDocs.map((item: Object): Object => ({
16
- ...item,
17
- directory: 'docs',
18
-}));
+const sectionListDocs = navDocs.map(
+ (item: Object): Object => ({
+ ...item,
+ directory: 'docs',
19
+ }),
20
+);
21
-const sectionListCommunity = navCommunity.map((item: Object): Object => ({
22
- directory: 'community',
23
+const sectionListCommunity = navCommunity.map(
24
25
+ directory: 'community',
26
27
28
29
export {
30
sectionListCommunity,
0 commit comments