Skip to content

Commit f3493bc

Browse files
author
Eugene Tupikov
committed
update docs
1 parent 7f3fa81 commit f3493bc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
File renamed without changes.

mkdocs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
site_name: yii2-multipke-input
2-
site_description: 'A docs test'
2+
site_description: 'Yii2 widget to handle multiple inputs for an attribute of a model'
33
site_author: 'Eugene Tupikov'
44
docs_dir: docs/
55
repo_name: 'unclead/yii2-multiple-input'
66
repo_url: 'https://github.com/unclead/yii2-multiple-input'
77
nav:
88
- About: index.md
9+
- Installation: installation.md
10+
- Getting started: getting-started.md
11+
- Configuration: configuration.md
12+
- Renderers: renderers.md
13+
- JS events: javascript-events.md
14+
- Clonning: clonning.md
15+
- Tips and Tricks: tips-and-tricks.md
16+
- Custom icons: icons.md
17+
- Usage: usage.md
918
theme:
1019
name: 'material'

0 commit comments

Comments
 (0)