We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb3c44 commit 5b79b95Copy full SHA for 5b79b95
hyperdiv_docs/menu.py
@@ -14,6 +14,7 @@
14
from .pages.guide.pages_and_navigation import pages_and_navigation
15
from .pages.guide.using_the_app_template import using_the_app_template
16
from .pages.guide.static_assets import static_assets
17
+from .pages.guide.deploying import deploying
18
19
from .pages.reference.components import components
20
from .pages.reference.env_variables import env_variables
@@ -41,6 +42,7 @@
41
42
"Pages & Navigation": {"href": pages_and_navigation.path},
43
"Using The App Template": {"href": using_the_app_template.path},
44
"Static Assets": {"href": static_assets.path},
45
+ "Deploying Hyperdiv": {"href": deploying.path},
46
},
47
"Reference": {
48
"Hyperdiv API": {"href": components.path},
0 commit comments