diff --git a/docs/manual/.buildinfo b/docs/manual/.buildinfo
index a2629644..09f7f786 100644
--- a/docs/manual/.buildinfo
+++ b/docs/manual/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: f2cc470cf3dcb5532458b5e114aa5d26
+config: 30a85b1d5fe4a94e60d7f412c97b4772
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/manual/_sources/using.rst.txt b/docs/manual/_sources/using.rst.txt
index f75fbc5c..02f9158b 100644
--- a/docs/manual/_sources/using.rst.txt
+++ b/docs/manual/_sources/using.rst.txt
@@ -757,7 +757,7 @@ The ``rngit`` node configuration file is located at ``~/.rngit/config`` (or ``/e
- Access permissions for groups and individual repositories
- Announce intervals for network visibility
-Access permissions can be configured at the group level in the config file, or per-repository using ``.allowed`` files. Permissions use the format ``permission:target`` where permission is ``r`` (read), ``w`` (write), or ``rw`` (read/write), and target is ``all``, ``none``, or a specific identity hash.
+Access permissions can be configured at the group level in the config file, or per-repository using ``.allowed`` files. Permissions use the format ``permission:target`` where permission is ``r`` (read), ``w`` (write), ``rw`` (read/write), ``c`` (create) or ``s`` (stats) and target is ``all``, ``none``, or a specific identity hash.
Repository-specific ``.allowed`` files can be static text files or executable scripts that output permission rules to stdout. A ``group.allowed`` file in a repository group directory applies to all repositories within that group.
diff --git a/docs/manual/_static/documentation_options.js b/docs/manual/_static/documentation_options.js
index 3f423940..da41795e 100644
--- a/docs/manual/_static/documentation_options.js
+++ b/docs/manual/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '1.2.0',
+ VERSION: '1.2.1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/docs/manual/examples.html b/docs/manual/examples.html
index 074a8f58..dca0c556 100644
--- a/docs/manual/examples.html
+++ b/docs/manual/examples.html
@@ -7,7 +7,7 @@
-
-
+
diff --git a/docs/manual/using.html b/docs/manual/using.html
index 11b13c2e..4c9ffb72 100644
--- a/docs/manual/using.html
+++ b/docs/manual/using.html
@@ -7,7 +7,7 @@
- Using Reticulum on Your System - Reticulum Network Stack 1.2.0 documentation
+ Using Reticulum on Your System - Reticulum Network Stack 1.2.1 documentation
@@ -180,7 +180,7 @@