feat(v2): bootstrap layout navbar (#2668)

* feat(v2): add minor adjustements and footer component

* fix(v2): margin and spacing of footer

* feat(v2): add navbar component

* ádd collapse classname

* feat(v2): add dependencies

* feat(v2): remove unused code

* feat(v2): remove unused links

* feat(v2): add reactstrap components :|

* feat(v2): add brand and other nav componnets
This commit is contained in:
Fanny 2020-05-13 00:24:53 -03:00 committed by GitHub
parent 03070a2b8d
commit 7d8aeacf52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 264 additions and 17 deletions

View file

@ -14,6 +14,7 @@ module.exports = {
src: 'img/logo.svg',
},
links: [
{to: 'blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
label: 'GitHub',