From 46f7472fb595544231e108055e52fd90c60c0395 Mon Sep 17 00:00:00 2001 From: Patrick Lai Date: Wed, 5 Aug 2026 18:39:16 -0700 Subject: [PATCH] audioreach-doc: update page depth of development workflow Today, readers may not realize that the Development Workflow page contains subpages for the CAPI Module Development Guide when they click the AudioReach Developer Guides link. Update the page hierarchy and unhide the subpage titles to improve visibility and navigation Signed-off-by: Patrick Lai --- source/dev/dev_workflow.rst | 3 +-- source/dev/index.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source/dev/dev_workflow.rst b/source/dev/dev_workflow.rst index 3b63924..fe5fc54 100644 --- a/source/dev/dev_workflow.rst +++ b/source/dev/dev_workflow.rst @@ -5,7 +5,6 @@ Development Workflow .. toctree:: :maxdepth: 1 - :hidden: adding_modules capi_mod_dev @@ -80,4 +79,4 @@ To successfully expand new features and functionalities into the intended produc To learn about the system integrator workflow, please refer to the :ref:`system_workflow` guide. For more information about the system integrator workflow, including explanations on how calibrations for audio operations are set in AudioReach, please check section 4 of the AudioReach Creator guide. -To learn more about the full design of AudioReach, please refer to the :ref:`design` pages. \ No newline at end of file +To learn more about the full design of AudioReach, please refer to the :ref:`design` pages. diff --git a/source/dev/index.rst b/source/dev/index.rst index a06014a..871abfd 100644 --- a/source/dev/index.rst +++ b/source/dev/index.rst @@ -4,7 +4,7 @@ AudioReach Developer Guides ################################################## .. toctree:: - :maxdepth: 1 + :maxdepth: 2 dev_workflow plat_port