forked from dmfay/massive-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
17 lines (17 loc) · 671 Bytes
/
mkdocs.yml
File metadata and controls
17 lines (17 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
- Using SQL Files : files_as_functions.md
- Function Execution : function_execution.md
- Document Queries : document_queries.md
- Full Text Search : full_text_search.md