forked from JPBM135/massive-js-2.5-patch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
20 lines (20 loc) · 734 Bytes
/
mkdocs.yml
File metadata and controls
20 lines (20 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
site_name: MassiveJS | A Postgres-centric Data Access Tool
site_description: MassiveJS is a dedicated PostgreSQL data access tool that embraces SQL instead of completely abstracting it
repo_url: https://github.com/robconery/massive-js
site_favicon: favicon.ico
site_url: http://massive-js.readthedocs.org
theme: readthedocs
extra_css:
- css/custom.css
pages:
- Home : index.md
- Installation and Quick Start : quick_start.md
- Simple Queries : simple_queries.md
- Adding, Updating, Deleting : crud.md
- SQL Files and Functions : functions.md
- Document Queries : document_queries.md
- Full Text Search : full_text_search.md
- API :
- Tables : API/tables.md
- JSON Documents: API/json_documents.md
- Functions : API/functions.md