summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9f2a00..8cd88e4 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,14 @@ Here are the options that can be stored in this file:
"plugins": [],
// Global configuration for plugins
- "pluginsConfig": {}
+ "pluginsConfig": {},
+
+ // Links in template (null: default, false: remove, string: new value)
+ "links": {
+ "about": null,
+ "issues": null,
+ "edit": null
+ }
}
```