Skip to content

Commit 9e97711

Browse files
authored
Add reference to quotas spec (#21)
* Update to latest spec * Add spec references to quotas
1 parent 3a0d269 commit 9e97711

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

spec-quotas.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: default
3+
permalink: /spec-quotas.html
4+
title: JMAP Quotas Specification
5+
---
6+
7+
# JMAP Quotas
8+
9+
This specification defines a data model for handling quotas, allowing you to read and explain quota information using [JMAP](spec-core.html).
10+
11+
{% capture x %}{% include spec/quotas/intro.mdown %}{% endcapture %}
12+
{{ x | replace: "# ", "## " | markdownify }}
13+
{% capture x %}{% include spec/quotas/quota.mdown %}{% endcapture %}
14+
{{ x | replace: "# ", "## " | markdownify }}
15+
{% capture x %}{% include spec/quotas/securityconsiderations.mdown %}{% endcapture %}
16+
{{ x | replace: "# ", "## " | markdownify }}
17+
{% capture x %}{% include spec/quotas/ianaconsiderations.mdown %}{% endcapture %}
18+
{{ x | replace: "# ", "## " | markdownify }}

spec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ These specs are not yet final and will change before publication. There are undo
2323
* [JMAP Sharing](spec-sharing.html)
2424
* [JMAP Contacts](spec-contacts.html)
2525
* [JMAP Tasks](spec-tasks.html)
26+
* [JMAP Quotas](spec-quotas.html)
2627

2728
## Data formats
2829

0 commit comments

Comments
 (0)