I'm looking a way to display the text to appear down from a hyperlink. In the current page I need to include links to different pages, website links, link to text to same page once the link is clicked it will expand down.
I'm able to achieve the same using below code using sphinx-panels.
* `Web Interface <https://example.com>`__
.. dropdown:: * Software Stack
Line1
Line2
.. code:: bash
$ some commands
Here I'm actually looking the hyperlink should be in same format. But in my code, you can the second one is a dropdown link. This looks my overall looks of that page is not perfect.