forked from umco/umbraco-ditto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
17 lines (15 loc) · 756 Bytes
/
mkdocs.yml
File metadata and controls
17 lines (15 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
site_name: Ditto
repo_url: https://github.com/leekelleher/umbraco-ditto/tree/develop/docs
pages:
- 'Introduction': 'index.md'
- 'Installation': 'install.md'
- 'Getting started': 'getting-started.md'
- 'Usage':
- 'Basic usage': 'usage-basic.md'
- 'Advanced usage: Attributes': 'usage-advanced-attributes.md'
- 'Advanced usage: ValueResolvers': 'usage-advanced-valueresolvers.md'
- 'Advanced usage: TypeConverters': 'usage-advanced-typeconverters.md'
- 'Advanced usage: Conversion Handlers': 'usage-advanced-conversionhandlers.md'
- 'Advanced usage: Lazy Loading': 'usage-advanced-lazyloading.md'
- 'Advanced usage: Lists': 'usage-advanced-lists.md'
- 'PublishedContentModelFactory': 'publishedcontentmodelfactory.md'