diff --git a/components/hero-section/index.js b/components/hero-section/index.js index 32eb43df3..885967b85 100644 --- a/components/hero-section/index.js +++ b/components/hero-section/index.js @@ -10,4 +10,4 @@ const HeroSection = () => ( ); -export default HeroSection; \ No newline at end of file +export default HeroSection; diff --git a/components/page-footer/index.js b/components/page-footer/index.js index d2a624a0a..3d4762b89 100644 --- a/components/page-footer/index.js +++ b/components/page-footer/index.js @@ -1,4 +1,5 @@ import Link from 'next/link'; +import siteConfig from "data/site"; import { FooterWrap } from './style.js' const PageFooter = () => ( @@ -26,28 +27,28 @@ const PageFooter = () => (
diff --git a/contributing/readme.md b/contributing/readme.md new file mode 100644 index 000000000..430fd5592 --- /dev/null +++ b/contributing/readme.md @@ -0,0 +1 @@ +## Contribute diff --git a/contributing/resources.md b/contributing/resources.md new file mode 100644 index 000000000..e69de29bb diff --git a/data/site.json b/data/site.json index 931c77c71..4555b5010 100644 --- a/data/site.json +++ b/data/site.json @@ -12,6 +12,8 @@ "repoData": "https://github.com/kamranahmedse/roadmap-next/tree/master/data", "addGuide": "https://github.com/kamranahmedse/roadmap-next/tree/master/contributing/guide.md", "addRoadmap": "https://github.com/kamranahmedse/roadmap-next/tree/master/contributing/roadmap.md", + "addResources": "https://github.com/kamranahmedse/roadmap-next/tree/master/contributing/resources.md", + "contribute": "https://github.com/kamranahmedse/roadmap-next/tree/master/contributing", "issue": "https://github.com/kamranahmedse/roadmap-next/issues/new" }, "keywords": [