diff --git a/docs/manual/_sources/git.rst.txt b/docs/manual/_sources/git.rst.txt
index d48227ef..51190ab6 100644
--- a/docs/manual/_sources/git.rst.txt
+++ b/docs/manual/_sources/git.rst.txt
@@ -509,6 +509,21 @@ Permission Configuration Locations
- Repository permissions: `` To make permission and remote destination management easier, you can locally define aliases for commonly used identity and destination hashes. Identity aliases used in permissions resolution can be defined in the All alias definitions take the form of Aliases are always resolved locally! If for example you fork a repository with In addition to providing Git repository access via the Git remote helper protocol and command-line tools, Identity & Destination Aliases¶
+[aliases] section of the ~/.rngit/config file, while destination aliases are defined in the [aliases] section of the ~/.rngit/client_config file.aliased_name = HASH:[aliases]
+ alice = d09285e660cfe27cee6d9a0beb58b7e0
+ bob = ffcffb4e255e156e77f79b82c13086a6
+
rngit fork rns://bobs_node/public/repo_name rns://my_node/forks/repo_name, the forked repository will of course still reference the full, original destination hash, and use this for subsequent upstream syncs.Serving Pages Over Nomad Network¶
rngit can also run a Nomad Network compatible page node. This allows users to browse repository information, view file contents, inspect commit history and access repository statistics through any Nomad Network client.