Skip to content

Commit

Permalink
Addition to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed May 20, 2024
1 parent 2007e01 commit 009433a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,13 @@
</div>
</div>
<div class="main-content">
<h2 id="revisions">Revisions</h2>
<h1 id="supported-features">Supported Features</h1>
<p>A list of features that are supported out of the box.</p>
<h2 id="permissions">Permissions</h2>
<p>Permissions are included out of the box.<br />
We will automatically check if the user has the correct permissions to edit the object.<br />
If they do not, they cannot access the editable page.</p>
<h2 id="revisions">Revisions</h2>
<p>Revision support is included out of the box.<br />
If your model inherits from a <code>RevisionMixin</code>, we will automatically create drafts for you.<br />
These will not be published (If the model inherits from <code>DraftStateMixin</code>) until you choose to do so.</p>
Expand Down
11 changes: 11 additions & 0 deletions docs_src/support.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
// Title: Supported Features
// Previous: permissions.md

# Supported Features

A list of features that are supported out of the box.

## Permissions

Permissions are included out of the box.
We will automatically check if the user has the correct permissions to edit the object.
If they do not, they cannot access the editable page.

## Revisions

Revision support is included out of the box.
Expand Down

0 comments on commit 009433a

Please sign in to comment.