forked from laminas/laminas-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
20 lines (20 loc) · 792 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
docs_dir: docs/book
site_dir: docs/html
nav:
- Home: index.md
- Adapters:
- Introduction: adapter.md
- AdapterAwareTrait: adapters/adapter-aware-trait.md
- "Result Sets": result-set.md
- "SQL Abstraction": sql.md
- "DDL Abstraction": sql-ddl.md
- "Table Gateways": table-gateway.md
- "Row Gateways": row-gateway.md
- "RDBMS Metadata": metadata.md
- "Application Integration":
- "Integrating in a Laminas MVC application": application-integration/usage-in-a-laminas-mvc-application.md
site_name: laminas-db
site_description: "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations"
repo_url: 'https://github.com/laminas/laminas-db'
extra:
project: Components