yarn upgrade

works locally...
This commit is contained in:
Alex Krolick
2018-07-16 21:56:25 -07:00
parent 45a72f9e71
commit 242dbdd7cc
2 changed files with 1275 additions and 1411 deletions

View File

@@ -12,15 +12,19 @@ import navDocs from '../../content/docs/nav.yml';
// $FlowExpectedError
import navTutorial from '../../content/tutorial/nav.yml';
const sectionListDocs = navDocs.map((item: Object): Object => ({
...item,
directory: 'docs',
}));
const sectionListDocs = navDocs.map(
(item: Object): Object => ({
...item,
directory: 'docs',
}),
);
const sectionListCommunity = navCommunity.map((item: Object): Object => ({
...item,
directory: 'community',
}));
const sectionListCommunity = navCommunity.map(
(item: Object): Object => ({
...item,
directory: 'community',
}),
);
export {
sectionListCommunity,

2666
yarn.lock

File diff suppressed because it is too large Load Diff