diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-12 01:25:56 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-12 01:25:56 +0800 |
commit | 3389ded1dbf69e0cfff2e516b40456ea7681ef94 (patch) | |
tree | 87d582956b51db5d8cfd4402a02a1e44c4606c12 /README.md | |
parent | repo_commit: Add TODO to prepend "+"/"-"/" " (diff) | |
download | forge-3389ded1dbf69e0cfff2e516b40456ea7681ef94.tar.gz forge-3389ded1dbf69e0cfff2e516b40456ea7681ef94.tar.zst forge-3389ded1dbf69e0cfff2e516b40456ea7681ef94.zip |
README.md: Update URL structure
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,13 +2,19 @@ ## Organization -URLs are like `https://forge.example.org/g/group_name/module_type/module_name`. +Misc URLs (for hosting stylesheets, scipts, the login page, etc.) are like +`https://forge.example.org/:/functionality...`. + +Contentful URLs are like +`https://forge.example.org/group_name/subgroup_name.../:/module_type/module_name`. The available `module_type`s are: * `repos` for version control * `tickets` for ticket trackers * `mail` for mailing lists +Group and subgroup names may not be `:`. + ## Version-controlled repos Currently we only support Git. |