IVGCVSW-7702 Update Doxygen Docu for 23.08

Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: I357a9f7e47614589327c1ac5d95b6224ff77103d
diff --git a/latest/delegate.js b/latest/delegate.js
index ed7c2bf..d15bc12 100644
--- a/latest/delegate.js
+++ b/latest/delegate.js
@@ -1,9 +1,19 @@
 var delegate =
 [
-    [ "About the delegate", "delegate.xhtml#delegateintro", null ],
-    [ "Supported Operators", "delegate.xhtml#delegatesupport", [
-      [ "Fully supported", "delegate.xhtml#delegatefullysupported", null ]
+    [ "About the delegate", "delegate.html#delegateintro", null ],
+    [ "Supported Operators", "delegate.html#delegatesupport", null ],
+    [ "Fully supported", "delegate.html#delegatefullysupported", null ],
+    [ "Delegate Options", "delegate.html#delegateoptions", [
+      [ "Compute device selection", "runtimeoptions.html#deviceselection", null ],
+      [ "Runtime options", "runtimeoptions.html#runtimeoptions", null ],
+      [ "Arm NN Instance level options", "runtimeoptions.html#instanceoptions", null ],
+      [ "NetworkOptions", "runtimeoptions.html#networkoptions", null ],
+      [ "OptimizerOptions", "runtimeoptions.html#optimizeroptions", null ],
+      [ "OptimizerOptions::ModelOptions", "runtimeoptions.html#modeloptions", null ],
+      [ "GpuAcc backend model options", "runtimeoptions.html#gpuaccmodeloptions", null ],
+      [ "CpuAcc backend model options", "runtimeoptions.html#cpuaccmodeloptions", null ],
+      [ "EthosNAcc backend model options", "runtimeoptions.html#ethosnmodeloptions", null ],
+      [ "Opaque Delegate Options", "delegate.html#opaquedelegateoptions", null ]
     ] ],
-    [ "Delegate Options", "delegate.xhtml#delegateoptions", null ],
-    [ "Runtime options for Arm NN", "runtimeoptions.xhtml", null ]
+    [ "Runtime options for Arm NN", "runtimeoptions.html", null ]
 ];
\ No newline at end of file