forked from MrWolfZ/ngrx-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
22 lines (22 loc) · 843 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: ngrx-forms
repo_url: https://github.com/MrWolfZ/ngrx-forms
site_author: Jonathan Ziller
copyright: © 2017-2018 Jonathan Ziller
pages:
- ngrx-forms: index.md
- User Guide:
- Introduction: user-guide/index.md
- Concepts: user-guide/concepts.md
- Form Controls: user-guide/form-controls.md
- Form Groups: user-guide/form-groups.md
- Form Arrays: user-guide/form-arrays.md
- Form State Type Inference: user-guide/type-inference.md
- Value Boxing: user-guide/value-boxing.md
- Updating the State: user-guide/updating-the-state.md
- Validation: user-guide/validation.md
- Custom HTML Form Elements: user-guide/custom-form-elements.md
- Managing form state locally: user-guide/local-form-state.md
- FAQ: faq.md
- Contributing: contributing.md
- License: license.md
theme: readthedocs