-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
133 lines (130 loc) · 3.9 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
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: extensions/concept.md
- Link: extensions/link.md
- Participant: extensions/participant.md
- Outlook: extensions/outlook.md
- Strategy:
- Overview: extensions/strategy/index.md
- VEvent: extensions/strategy/vevent.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