-
Notifications
You must be signed in to change notification settings - Fork 9
/
couscous.yml
45 lines (44 loc) · 1.23 KB
/
couscous.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
title: Doctrine DBAL fixtures
subTitle: Data fixtures generation without the ORM
baseUrl: https://comphppuebla.github.io/dbal-fixtures
template:
url: https://github.com/CouscousPHP/Template-Dark
index: index.md
menu:
sections:
main:
name: Usage
items:
quick_start:
text: Quick start
relativeUrl: docs/quick-start.html
full_reference:
name: Full reference
items:
fixture_files:
text: Fixture files
relativeUrl: docs/fixture-files.html
foreign_keys:
text: Foreign keys
relativeUrl: docs/foreign-keys.html
rows_generation:
text: Rows generation
relativeUrl: docs/rows-generation.html
fake_data:
text: Fake data
relativeUrl: docs/fake-data.html
sql_functions:
text: SQL functions
relativeUrl: docs/sql-functions.html
platform_types:
text: Platform types
relativeUrl: docs/platform-types.html
examples:
name: Examples
items:
fixture_classes:
text: Fixture classes
relativeUrl: docs/fixture-classes.html
seeders:
text: Seeders
relativeUrl: docs/seeders.html