-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
168 lines (165 loc) · 5.46 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
site_name: iCal4j
site_url: https://www.ical4j.org
theme:
name: material
favicon: images/favicon.png
logo: images/logo-48.png
features:
- content.code.copy
- navigation.tabs
repo_url: https://github.com/ical4j/ical4j-user-guide
repo_name: ical4j/ical4j-user-guide
google_analytics:
- UA-402774-10
- auto
extra:
analytics:
provider: google
property: UA-402774-10
disqus: ical4j
social:
- icon: fontawesome/brands/github
link: https://github.com/benfortuna
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/benfortuna
- icon: fontawesome/brands/twitter
link: https://twitter.com/micronode
markdown_extensions:
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home:
- Introduction: index.md
- Features:
- Parameters: parameters.md
- Properties: properties.md
- Components: components.md
- Validation: validation.md
- Compatibility: compatibility.md
- Date/Time Concepts: datetime.md
- Encoding: encoding.md
- Filtering: filtering.md
- Groovy: groovy.md
- Indexing: indexing.md
- Parsing: parser.md
- Recurrences: recurrences.md
- Timezones: timezones.md
- OSGi: osgi.md
# - Services:
# - Overview: services/index.md
- Getting Started: getting-started.md
- Configuration: configuring.md
- Examples:
- Overview: examples/index.md
- Parsing: examples/parsing.md
- Model: examples/model.md
- Output: examples/output.md
- Recurrences: examples/recur.md
- Filtering: examples/filter.md
- Android: android.md
- ZoneInfo Outlook: zoneinfo-outlook.md
- tzurl.org: tzurl.md
- References:
- RFC Compliance: rfcs.md
- CUAs: cuas.md
- Projects using iCal4j: projects.md
- Resources: resources.md
- vCard:
- Overview: vcard/index.md
- Examples: vcard/examples.md
- Extensions:
- Overview: extensions/index.md
- CalDAV: extensions/caldav.md
- Concept:
- Overview: extensions/concept/index.md
- Event: extensions/concept/event.md
- Observance: extensions/concept/observance.md
- Action: extensions/concept/action.md
- Issue: extensions/concept/issue.md
- Request: extensions/concept/request.md
- Note: extensions/concept/note.md
- Report: extensions/concept/report.md
- Availability: extensions/concept/availability.md
- Link:
- Overview: extensions/link/index.md
- Alternate: extensions/link/alternate.md
- Author: extensions/link/author.md
- Bookmark: extensions/link/bookmark.md
- Copyright: extensions/link/copyright.md
- Edit: extensions/link/edit.md
- External: extensions/link/external.md
- Help: extensions/link/help.md
- Hub: extensions/link/hub.md
- Icon: extensions/link/icon.md
- License: extensions/link/license.md
- Next: extensions/link/next.md
- Prev: extensions/link/prev.md
- Related: extensions/link/related.md
- Replies: extensions/link/replies.md
- Self: extensions/link/self.md
- Status: extensions/link/status.md
- Webmention: extensions/link/webmention.md
- Participant: extensions/participant.md
- Outlook: extensions/outlook.md
- Strategy:
- Overview: extensions/strategy/index.md
- Event: extensions/strategy/event.md
- Observance: extensions/strategy/observance.md
- Action: extensions/strategy/action.md
- Issue: extensions/strategy/issue.md
- Request: extensions/strategy/request.md
- Note: extensions/strategy/note.md
- Report: extensions/strategy/report.md
- Availability: extensions/strategy/availability.md
- Entity: extensions/strategy/entity.md
- Connector:
- Overview: connector/index.md
- Local: connector/local.md
- DAV: connector/dav.md
- Integration:
- Overview: integration/index.md
- Email: integration/email.md
- Websub: integration/websub.md
- Webhooks: integration/webhooks.md
- XMPP: integration/xmpp.md
- Serializer:
- Overview: serializer/index.md
- XML: serializer/xml.md
- JSON: serializer/json.md
- JSON-LD: serializer/jsonld.md
- JMAP: serializer/jmap.md
- JOTN:
- Overview: serializer/jotn/index.md
- Alarm: serializer/jotn/alarm.md
- Availability: serializer/jotn/availability.md
- Available: serializer/jotn/available.md
- Calendar: serializer/jotn/calendar.md
- Card: serializer/jotn/card.md
- Event: serializer/jotn/event.md
- Journal: serializer/jotn/journal.md
- Location: serializer/jotn/location.md
- Participant: serializer/jotn/participant.md
- Resource: serializer/jotn/resource.md
- ToDo: serializer/jotn/todo.md
- Command:
- Overview: command/index.md
- Calendar: command/calendar.md
- Card: command/card.md
- Collection: command/collection.md
- Channel: command/channel.md
- Store: command/store.md
- iTIP: command/itip.md
- Streams:
- Overview: streams/index.md
- Workflow: streams/workflow.md
- Graph:
- Overview: graph/index.md
- Template:
- Overview: template/index.md
- Examples: template/examples.md