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 ce2aade commit 8c4800cCopy full SHA for 8c4800c
src/components/LayoutFooter/Footer.js
@@ -14,6 +14,7 @@ import React from 'react';
14
import {colors, media} from 'theme';
15
import {sectionListCommunity, sectionListDocs} from 'utils/sectionList';
16
17
+// $FlowFixMe
18
import navFooter from '../../../content/footerNav.yml';
19
20
import ossLogoPng from 'images/oss_logo.png';
src/components/LayoutHeader/Header.js
@@ -14,6 +14,7 @@ import {version} from 'site-constants';
import ExternalLinkSvg from 'templates/components/ExternalLinkSvg';
import DocSearch from './DocSearch';
import navHeader from '../../../content/headerNav.yml';
import logoSvg from 'icons/logo.svg';
0 commit comments