Skip to content

Commit

Permalink
Make sections more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary authored Nov 2, 2023
1 parent cc9eb35 commit 3297ddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ belong to which section, you can do the following:
```python
from st_pages import Page, Section, show_pages, add_page_title

add_page_title() # By default this also adds indentation
# Either this or add_indentation() MUST be called on each page in your
# app to add indendation in the sidebar
add_page_title()

# Specify what pages should be shown in the sidebar, and what their titles and icons
# should be
Expand Down

0 comments on commit 3297ddf

Please sign in to comment.