fix readme: repo_summary was renamed to summary

This commit is contained in:
Trevor Bentley
2023-01-30 03:07:44 +01:00
parent bdabfeb569
commit 3a658b8961
+2 -2
View File
@@ -135,9 +135,9 @@ Templates are defined using the [Tera](https://tera.netlify.app/) template engin
Itsy-Gitsy has a predetermined set of known template types, designed with a multi-page static Git browser in mind. A default set of templates are provided, which demonstrate the generation of a full, multi-page Git repository browser. You are very much encouraged to write your own, or modify the provided ones to suit your needs.
| Template | Intended Usage | Metadata |
|----------------|--------------------------------------------------|------------------------------------------------------|
|-------------|--------------------------------------------------|------------------------------------------------------|
| `repo_list` | Display a list of all indexed repositories. | All metadata of all indexed repositories. |
| `repo_summary` | Render a summary view of a single repository. | All repo metadata (the current repo). |
| `summary` | Render a summary view of a single repository. | All repo metadata (the current repo). |
| `history` | Render a list of historical commits. | All repo metadata, optionally paginated on history. |
| `commit` | Render details and/or diff of a specific commit | All repo metadata, plus a specific commit. |
| `branches` | Render a list of all branches in the repository. | All repo metadata, optionally paginated on branches. |