We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebbff6 commit c5bf72dCopy full SHA for c5bf72d
docs/pretty.js
@@ -0,0 +1,5 @@
1
+
2
+$( document ).ready(function() {
3
+ $('pre code').parent().addClass('prettyprint well');
4
+ prettyPrint();
5
+});
mkdocs.yml
@@ -3,5 +3,8 @@ repo_url: https://github.com/bjori/phongo
theme: spacelab
pages:
- [index.md, Home]
6
- - [crud.md, CRUD]
7
- - [batch.md, Batch CRUD]
+ - [crud.md, "CRUD", "Basic"]
+ - [batch.md, "CRUD", "Batches"]
8
+ - [commands.md, Commands]
9
+extra_javascript:
10
+ - pretty.js
0 commit comments