aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorAmitai Schleier <schmonz-web-ikiwiki@schmonz.com>2018-10-22 00:24:59 -0400
committerAmitai Schleier <schmonz-web-ikiwiki@schmonz.com>2018-10-22 00:24:59 -0400
commit9332b8115daa2a0813cbc97dc7054576b063eab0 (patch)
treea696bd1e211add1541838f07eba7f47942a9f10b /doc/ikiwiki
parent81bad6a03ff9c2412c34c2a20bfcd0f710cc0c03 (diff)
downloadikiwiki-9332b8115daa2a0813cbc97dc7054576b063eab0.tar
ikiwiki-9332b8115daa2a0813cbc97dc7054576b063eab0.tar.gz
Give graph an optional "file" param, like table's.
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/graph.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/graph.mdwn b/doc/ikiwiki/directive/graph.mdwn
index 7021e47fb..1463420d7 100644
--- a/doc/ikiwiki/directive/graph.mdwn
+++ b/doc/ikiwiki/directive/graph.mdwn
@@ -21,6 +21,7 @@ ikiwiki, [[WikiLinks|ikiwiki/wikilink]] can also be used. For example:
The `graph` directive supports the following parameters:
- `src` - The graphviz source to render.
+* `file` - A file in the wiki containing the graphviz source.
- `type` - The type of graph to render: `graph` or `digraph`. Defaults to
`digraph`.
- `prog` - The graphviz program to render with: `dot`, `neato`, `fdp`, `twopi`,