aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ui/designtime-ui
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-11-09 17:41:41 +0000
committerliamfallon <liam.fallon@est.tech>2022-11-09 18:02:25 +0000
commitb71482aae05f1a68cde23c72aa67e2b0c97a3d40 (patch)
tree7d65da94b8db00a4096456d49f6e75be76ecd2ba /docs/ui/designtime-ui
parent457d1d40a54adc30b3afdb7245a7d53828f6239c (diff)
Document Policy GUI and gui-server
Issue-ID: POLICY-4138 Change-Id: If7eccc6057ce54609ab6ad07dd3a9bd129caa93a Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/ui/designtime-ui')
-rw-r--r--docs/ui/designtime-ui/apex-policy-editor.rst16
-rw-r--r--docs/ui/designtime-ui/designtime-ui.rst17
2 files changed, 33 insertions, 0 deletions
diff --git a/docs/ui/designtime-ui/apex-policy-editor.rst b/docs/ui/designtime-ui/apex-policy-editor.rst
new file mode 100644
index 00000000..6a5ecb95
--- /dev/null
+++ b/docs/ui/designtime-ui/apex-policy-editor.rst
@@ -0,0 +1,16 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+.. _apex-policy-editor-label:
+
+The Policy Framework Apex Policy Editor
+#######################################
+
+.. contents::
+ :depth: 4
+
+The Apex Policy Editor allows a user to create and edit an Apex policy. It's UI is shown in the image below.
+
+.. image:: ../images/ApexPolicyEditorUI.png
+
+See the :ref:`My-First-Policy Example <apex-myFirstExample>` for an example of using the Apex policy editor.
+
diff --git a/docs/ui/designtime-ui/designtime-ui.rst b/docs/ui/designtime-ui/designtime-ui.rst
new file mode 100644
index 00000000..da9e6d98
--- /dev/null
+++ b/docs/ui/designtime-ui/designtime-ui.rst
@@ -0,0 +1,17 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+.. _designtime-ui-label:
+
+The Policy Framework Designtime User Interface
+##############################################
+
+The Policy Framework Designtime UI is shown in the image below. It is, at present, a plain HTML page.
+
+.. image:: ../images/DesigntimeUI.png
+
+The pages below describe the elements of the Policy Framework Designtime UI.
+
+.. toctree::
+ :maxdepth: 2
+
+ apex-policy-editor