diff options
author | Akita Noek <anoek@ansible.com> | 2016-02-12 17:07:31 +0100 |
---|---|---|
committer | Akita Noek <anoek@ansible.com> | 2016-02-12 17:07:31 +0100 |
commit | 0ef004171d040c1cdfcc84107cdb6a26693db8a0 (patch) | |
tree | f385fac76374a6d6cc8af5358893dc21afceb0ec /docs | |
parent | doc: Added an example RBAC picture (diff) | |
download | awx-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.png | bin | 0 -> 48391 bytes | |||
-rw-r--r-- | docs/rbac.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/img/rbac_example.png b/docs/img/rbac_example.png Binary files differnew file mode 100644 index 0000000000..5b555bca41 --- /dev/null +++ b/docs/img/rbac_example.png 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 |