mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-01-22 02:18:51 +00:00
Add MongoDB cheatsheet (#4571)
* Add MongoDB cheatsheet I couldn't find this covered in an existing PR, linked cheatsheet is my current go-to. * Add new section to Index * Appease linter
This commit is contained in:
parent
a092132db0
commit
7c520f7eb4
@ -7,6 +7,7 @@
|
|||||||
* [JavaScript](#javascript)
|
* [JavaScript](#javascript)
|
||||||
* [Vue.js](#vuejs)
|
* [Vue.js](#vuejs)
|
||||||
* [Markdown](#markdown)
|
* [Markdown](#markdown)
|
||||||
|
* [MongoDB](#mongodb)
|
||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
|
|
||||||
|
|
||||||
@ -46,6 +47,11 @@
|
|||||||
* [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard
|
* [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard
|
||||||
|
|
||||||
|
|
||||||
|
### MongoDB
|
||||||
|
|
||||||
|
* [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet
|
||||||
|
|
||||||
|
|
||||||
### Python
|
### Python
|
||||||
|
|
||||||
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
|
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
|
||||||
|
Loading…
Reference in New Issue
Block a user