Is it possible to create a menu like in (docs streamlit io)?

How I can do same menu like in (docs.streamlit.io).
(an example, when i clicking to “Get started”) “intallation”, “Main concept” and “Multipage apps” will come down


1
2

(Clicking 1)

1 Get started
1.1 Installation
1.2 Main concepts
1.3 Create an app
2…

1 Like

Hi @ado

You can explore the use of st-pages that allows having child pages under a parent heading (however the heading itself is not a page).

Here’s the GitHub repo:

And the demo app:

Hope this helps!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.