Skip to content

Commit

Permalink
added more section
Browse files Browse the repository at this point in the history
  • Loading branch information
lupas committed Dec 29, 2019
1 parent ca048f9 commit 8c24284
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,21 @@ module.exports = {
sidebarDepth: 2, // optional, defaults to 1
children: ['/tutorials/ssr/', '/tutorials/vuexfire/']
}
],
'/more/': [
{
title: 'More', // required
collapsable: false, // optional, defaults to true
sidebarDepth: 1, // optional, defaults to 1
children: ['/more/links/']
}
]
},
nav: [
{ text: 'Home', link: '/' },
{ text: 'Guide', link: '/guide/introduction/' },
{ text: 'Tutorials', link: '/tutorials/ssr/' },
{ text: 'More', link: '/more/links/' },
{ text: 'Sponsor', link: 'https://github.com/sponsors/lupas' }
]
}
Expand Down
9 changes: 9 additions & 0 deletions packages/docs/more/links/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Links

Collection of Links related to Nuxt-fire:

- [Nuxt.js (v2), Firestore & SSR 🔥](https://medium.com/@pascalluther/nuxt-js-v2-firestore-ssr-938d8fb7d2b0?)
Medium Article about integrating Firestore with Nuxt.js v2.

- [Nuxt.js (v1), Firestore & SSR 🔥](https://medium.com/@pascalluther/nuxt-js-v1-firestore-and-ssr-73e3140574fc?)
Medium Article about integrating Firestore with Nuxt.js v1.

0 comments on commit 8c24284

Please sign in to comment.