summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAkita Noek <anoek@ansible.com>2016-02-12 17:07:31 +0100
committerAkita Noek <anoek@ansible.com>2016-02-12 17:07:31 +0100
commit0ef004171d040c1cdfcc84107cdb6a26693db8a0 (patch)
treef385fac76374a6d6cc8af5358893dc21afceb0ec /docs
parentdoc: Added an example RBAC picture (diff)
downloadawx-0ef004171d040c1cdfcc84107cdb6a26693db8a0.tar.xz
awx-0ef004171d040c1cdfcc84107cdb6a26693db8a0.zip
doc: Try PNG for github markdown instead of SVG
Diffstat (limited to 'docs')
-rw-r--r--docs/img/rbac_example.pngbin0 -> 48391 bytes
-rw-r--r--docs/rbac.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/img/rbac_example.png b/docs/img/rbac_example.png
new file mode 100644
index 0000000000..5b555bca41
--- /dev/null
+++ b/docs/img/rbac_example.png
Binary files differ
diff --git a/docs/rbac.md b/docs/rbac.md
index 18fa6223df..2b0304dd5d 100644
--- a/docs/rbac.md
+++ b/docs/rbac.md
@@ -32,7 +32,7 @@ permissions are implicitly granted to all parents. (Technically speaking, this
forms a directional graph instead of a hierarchy, but the concept should remain
intuitive.)
-![Example RBAC hierarchy](img/rbac_example.svg)
+![Example RBAC hierarchy](img/rbac_example.png?raw=true)
### Implementation Overview