We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3fa81 commit f3493bcCopy full SHA for f3493bc
docs/using-other-icon-libraries.md renamed to docs/icons.md
mkdocs.yml
@@ -1,10 +1,19 @@
1
site_name: yii2-multipke-input
2
-site_description: 'A docs test'
+site_description: 'Yii2 widget to handle multiple inputs for an attribute of a model'
3
site_author: 'Eugene Tupikov'
4
docs_dir: docs/
5
repo_name: 'unclead/yii2-multiple-input'
6
repo_url: 'https://github.com/unclead/yii2-multiple-input'
7
nav:
8
- 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
18
theme:
19
name: 'material'
0 commit comments