An open API service indexing awesome lists of open source software.

https://github.com/tecladocode/mongodb-faq

Frequently Asked Questions in our courses about working with and setting up MongoDB
https://github.com/tecladocode/mongodb-faq

Last synced: about 1 year ago
JSON representation

Frequently Asked Questions in our courses about working with and setting up MongoDB

Awesome Lists containing this project

README

          

# MongoDB FAQ

This e-book contains frequently asked questions from our courses on working with and setting up MongoDB.

## Contributing

To contribute, first install vuepress:

```
npm install -g vuepress
```

Then clone this repository, and run:

```
npm install
npm run docs:dev
```

Access the book locally on:

```
http://localhost:8080
```
## Working with Vuepress

The official documentation is at https://vuepress.vuejs.org/guide/

Most things that will be used in this e-book will probably be:

* Code blocks: https://vuepress.vuejs.org/guide/markdown.html#line-highlighting-in-code-blocks
* Custom containers: https://vuepress.vuejs.org/guide/markdown.html#custom-containers
* Maybe tables: https://vuepress.vuejs.org/guide/markdown.html#github-style-tables