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 9501e90 commit b321b7eCopy full SHA for b321b7e
pcweb/components/docpage/sidebar/sidebar.py
@@ -112,7 +112,7 @@ def sidebar_icon(name):
112
"Database": "database",
113
"Authentication": "lock-keyhole",
114
"Utility Methods": "cog",
115
- "Quick Start": "earth",
+ "Deploy Quick Start": "earth",
116
"CLI Reference": "square-terminal",
117
"App": "blocks",
118
"Project": "server",
pcweb/components/docpage/sidebar/sidebar_items/learn.py
@@ -201,7 +201,7 @@ def get_sidebar_items_hosting():
201
202
items = [
203
create_item(
204
- "Quick Start",
+ "Deploy Quick Start",
205
children=[
206
hosting.deploy_quick_start,
207
],
0 commit comments