diff --git a/docs/serializer.md b/docs/serializer/index.md similarity index 100% rename from docs/serializer.md rename to docs/serializer/index.md diff --git a/docs/serializer/jmap.md b/docs/serializer/jmap.md new file mode 100644 index 00000000..a3bbacb9 --- /dev/null +++ b/docs/serializer/jmap.md @@ -0,0 +1,3 @@ +# iCal4j Serializer - JMAP + +TBD. diff --git a/docs/serializer/jsonld.md b/docs/serializer/jsonld.md new file mode 100644 index 00000000..82904043 --- /dev/null +++ b/docs/serializer/jsonld.md @@ -0,0 +1,3 @@ +# iCal4j Serializer - JSON-LD + +TBD. diff --git a/mkdocs.yml b/mkdocs.yml index e9c15575..b0f9a4b6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -54,6 +54,9 @@ nav: - OSGi: osgi.md # - Services: # - Overview: services/index.md + - vCard: + - Overview: vcard/index.md + - Examples: vcard/examples.md - Extensions: - Overview: extensions/index.md - CalDAV: extensions/caldav.md @@ -71,9 +74,6 @@ nav: Status: extensions/link/status.md - Participant: extensions/participant.md - Outlook: extensions/outlook.md - - vCard: - - Overview: vcard/index.md - - Examples: vcard/examples.md - Template: - Overview: template/index.md - Groupware: template/groupware.md @@ -83,6 +83,10 @@ nav: - Catalog: template/catalog.md - Wiki: template/wiki.md - Budget: template/budget.md + - Serializer: + - Overview: serializer/index.md + - JSON-lD: serializer/jsonld.md + - JMAP: serializer/jmap.md - Connector: - Overview: connector/index.md - Local: connector/local.md @@ -93,7 +97,6 @@ nav: - Websub: integration/websub.md - Webhooks: integration/webhooks.md - Chat: integration/chat.md - - Serializer: serializer.md - Command: - Overview: command/index.md - Validator: command/validator.md