### Overview Since https://github.com/DesignSafe-CI/DS-User-Guide/pull/64: - If testing [via Docker](https://github.com/DesignSafe-CI/DS-User-Guide#b-via-docker), deep navigation does **not** introduce navigation bugs. - If testing [via Python](https://github.com/DesignSafe-CI/DS-User-Guide#a-via-python), deep navigation introduces **several** navigation bugs. > [!WARNING] > Deep navigation is introduced by https://github.com/DesignSafe-CI/DS-User-Guide/pull/63. ### Solutions #### A. Duplicate Relevant TACC-Docs Templates Replicate in DS-User-Guide the templates changed by https://github.com/TACC/TACC-Docs/pull/42. > [!CAUTION] > Redundant code. #### B. Convert TACC-Docs to a Theme Turn [TACC-Docs](https://github.com/TACC/TACC-Docs/)' `/tacc-readthedocs` into a full-fledged theme ([CMD-154](https://tacc-main.atlassian.net/browse/CMD-154)). > [!NOTE] > Big project. #### C. Clone enough TACC files to reproduce TACC theme > [!TIP] > [New!](https://github.com/DesignSafe-CI/DS-User-Guide/issues/66#issuecomment-2637646775) Use a tool like <del>`curl` or `wget`</del> <ins>`git`</ins>. ### Workaround Test [via Docker](https://github.com/DesignSafe-CI/DS-User-Guide#b-via-docker). > [!TIP] > Reliable.
Overview
Since #64:
Warning
Deep navigation is introduced by #63.
Solutions
A. Duplicate Relevant TACC-Docs Templates
Replicate in DS-User-Guide the templates changed by TACC/TACC-Docs#42.
Caution
Redundant code.
B. Convert TACC-Docs to a Theme
Turn TACC-Docs'
/tacc-readthedocsinto a full-fledged theme (CMD-154).Note
Big project.
C. Clone enough TACC files to reproduce TACC theme
Tip
New!
Use a tool like
curlorwgetgit.Workaround
Test via Docker.
Tip
Reliable.