-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (49 loc) · 1.18 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Project information
site_name: PHPForm
site_description: "Full featured php form engine library."
site_author: "Dipcode"
# Configuration
theme:
name: material
palette:
primary: "blue"
accent: "blue"
logo:
icon: "assignment"
feature:
tabs: true
# Repository
repo_name: "dipcode-software/php-form"
repo_url: "https://github.com/dipcode-software/php-form"
edit_uri: "blob/master/docs/"
# Copyright
copyright: "PHPForm is licensed under the <a href='https://github.com/dipcode-software/php-form/blob/master/LICENSE'>MIT license</a>"
# Page tree
pages:
- Home: index.md
- Forms:
- Home: forms.md
- Fields: fields.md
- Widgets: widgets.md
- Integrations:
- Wordpress: wordpress.md
- Getting started: getting-started.md
- Renderers: renderers.md
- Template Packs: template-packs.md
# Customization
extra:
social:
- type: "github"
link: "https://github.com/dipcode-software"
- type: "linkedin"
link: "https://www.linkedin.com/company/18328412/"
# Extensions
markdown_extensions:
- admonition
- codehilite:
linenums: true
- toc:
permalink: true
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true