-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
26 lines (25 loc) · 1.03 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
site_name: Prisma/DB Documentation
theme: material
nav:
- Home: index.md
- Getting Started:
- For Proxies:
- Overview: getting-started-proxies.md
- Configuration Options: configuration-options.md
- Sample Docker Scripts: sample-docker-scripts.md
- Supported Clients: supported-clients.md
- Docker Images: docker-images.md
- For Libraries: getting-started-libraries.md
- Documentation:
- Encryption Schemes: encryption-schemes.md
- Data Types: data-types.md
- Supported SQL:
- Metasyntax Used: metasyntax-used.md
- Language Structure: language-structure.md
- Data Definition Statements: data-definition-statements.md
- Data Manipulation Statements: data-manipulation-statements.md
- Native Commands: native-commands.md
- About:
- Changelog: changelog.md
- Choose Doc Version: https://readthedocs.org/projects/prismadb/versions/
copyright: "© 2020, <a href='https://www.aprismatic.com'>Aprismatic</a>"