summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-28 09:23:05 +0300
committerRichard Maw <richard.maw@gmail.com>2017-01-02 18:25:52 +0000
commitede2d839750a3eeb7a5e30da08533765f21ff9d5 (patch)
tree06d76b30aefc76c15fce1c86f18fc79bceb630f4 /doc
parent4d0ab921ebea379f46c053fe0d6bd7d2c292e5ff (diff)
downloadgitano-ede2d839750a3eeb7a5e30da08533765f21ff9d5.tar.gz
Add skeleton of an example
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/000.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/admin/000.mdwn b/doc/admin/000.mdwn
index 53c207f..cdd3cda 100644
--- a/doc/admin/000.mdwn
+++ b/doc/admin/000.mdwn
@@ -39,7 +39,13 @@ series of examples, starting from a minimal ruleset ("hello, world").
## First example
META: This section shows the "hello, world" example. It shows where
-the ruleset is kept, and how to edit and modify it.
+the ruleset is kept, and how to edit and modify it. The example will
+be that everyone is allowed to create repos under a path that begins
+with their username.
+
+ define repo_is_usernamed repository prefix ${user}/
+ allow "User's can create repos their username" repo_is_usernamed
+
## META: This needs to be broken down into a series of examples