Skip to content

Commit 5b79b95

Browse files
committed
Add the guide page to the menu.
1 parent 9bb3c44 commit 5b79b95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hyperdiv_docs/menu.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from .pages.guide.pages_and_navigation import pages_and_navigation
1515
from .pages.guide.using_the_app_template import using_the_app_template
1616
from .pages.guide.static_assets import static_assets
17+
from .pages.guide.deploying import deploying
1718

1819
from .pages.reference.components import components
1920
from .pages.reference.env_variables import env_variables
@@ -41,6 +42,7 @@
4142
"Pages & Navigation": {"href": pages_and_navigation.path},
4243
"Using The App Template": {"href": using_the_app_template.path},
4344
"Static Assets": {"href": static_assets.path},
45+
"Deploying Hyperdiv": {"href": deploying.path},
4446
},
4547
"Reference": {
4648
"Hyperdiv API": {"href": components.path},

0 commit comments

Comments
 (0)