forked from ghuntley/ReactiveUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
100 lines (76 loc) · 3.6 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
site_name: ReactiveUI Documentation
site_url: http://docs.reactiveui.net/
site_description: A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. Supports Xamarin.iOS, Xamarin.Android, Xamarin.Mac, WPF, Windows Forms, Windows Phone 8 and Windows Store apps.
site_favicon: img/favicon.png
dev_addr: '0.0.0.0:8000'
repo_url: https://github.com/reactiveui/reactiveui/
docs_dir: docs/sources
site_dir: docs/_build/
theme: readthedocs
#theme_dir: ./theme/mkdocs/
#theme_center_lead: false
copyright: Copyright © 2014, ReactiveUI, i.
google_analytics: ['UA-6096819-11', 'ReactiveUI.io']
pages:
# About:
- ['index.md', 'About', 'ReactiveUI']
- ['release-notes.md', 'About', 'Release Notes']
# Concepts:
- ['concepts/reactive-extensions.md', 'Concepts', 'Reactive Extensions']
- ['concepts/functional-reactive-programming.md', 'Concepts', 'Functional Reactive Programming']
- ['concepts/model-view-viewmodel.md', 'Concepts', 'Model View ViewModel']
- ['concepts/commands.md', 'Concepts', 'Commands']
- ['concepts/binding.md', 'Concepts', 'Data & Command Binding']
# Getting Started:
- ['getting-started/ReactiveUI-101.md', 'Getting Started', 'ReactiveUI 101']
- ['getting-started/solution-layout.md', 'Getting Started', 'Solution Layout']
# Fundamentals:
- ['fundamentals/reactive-object.md', 'Fundamentals', 'ReactiveObject']
- ['fundamentals/reactive-list.md', 'Fundamentals', 'ReactiveList']
- ['fundamentals/reactive-list-create-derived-collection.md', 'Fundamentals', 'Creating Derived Lists']
# Commands:
- ['commands/reactive-command-async.md', 'Commands', 'Async Commands']
- ['commands/ireactivecommand.md', 'Commands', 'IReactiveCommand']
# Binding:
- ['binding/type-converters.md', 'Binding', 'Type Converters']
- ['binding/wpf.md', 'Binding', 'WPF']
- ['binding/ios.md', 'Binding', 'iOS']
# Routing:
- ['routing/reactiveui.md', 'Routing', 'ReactiveUI']
- ['routing/xamarin-forms.md', 'Routing', 'Xamarin Forms']
- ['routing/caliburn-micro.md', 'Routing', 'Caliburn Micro']
# Dependency Injection:
- ['dependency-injection/splat.md', 'Dependency Injection', 'Splat']
- ['dependency-injection/autofac.md', 'Dependency Injection', 'Autofac']
# Logging:
- ['logging/splat.md', 'Logging', 'Splat']
- ['logging/nlog.md', 'Logging', 'NLog']
# Error Handling:
- ['error-handling/index.md', 'Error Handling', 'Introduction']
- ['error-handling/user-errors.md', 'Error Handling', 'User Errors']
- ['error-handling/recovery-options.md', 'Error Handling', 'Recovery Options']
# ghuntley [11:52 AM] It should be split into UserErrors (recoverable
# errors and how to handle them) and then BigBadErrors (i.e. Rx
# OnErorr() and how to throw a recoverable error?)
#
# ghuntley [11:53 AM] Introduction to Rx.OnError(), introduction to
# userror, introduction to recoverycommands and then
# production/consumption of all of the concepts
# Testing:
# Caching:
# Networking:
#- ['introduction/index.md', '**HIDDEN**']
#- ['introduction/understanding-ReactiveUI.md', 'About', 'Understanding ReactiveUI']
# - ['static_files/README.md', 'static_files', 'README']
#- ['terms/index.md', '**HIDDEN**']
#- ['terms/layer.md', '**HIDDEN**']
#- ['terms/index.md', '**HIDDEN**']
#- ['terms/registry.md', '**HIDDEN**']
#- ['terms/container.md', '**HIDDEN**']
#- ['terms/repository.md', '**HIDDEN**']
#- ['terms/filesystem.md', '**HIDDEN**']
#- ['terms/image.md', '**HIDDEN**']
# Contribute:
#- ['contributing/index.md', '**HIDDEN**']
- ['contributing/index.md', 'Contribute', 'Contributing']
#- ['contributing/docs_style-guide.md', 'Contribute', 'Documentation style guide']