File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515from .sidebar_items .recipes import recipes
1616from .sidebar_items .reference import api_reference
1717from .state import SidebarState , SideBarItem , SideBarBase
18-
18+ from pcweb . constants import ENTERPRISE_DOCS_URL
1919
2020def sidebar_link (* children , ** props ):
2121 """Create a sidebar link that closes the sidebar when clicked."""
@@ -573,7 +573,8 @@ def sidebar_comp(
573573 class_name = "flex flex-col gap-2 border-slate-5 bg-slate-1 hover:bg-slate-3 shadow-large px-3.5 py-2 border rounded-xl transition-bg" ,
574574 ),
575575 underline = "none" ,
576- href = "#" ,
576+ href = ENTERPRISE_DOCS_URL ,
577+ is_external = True ,
577578 ),
578579 class_name = "flex flex-col items-start gap-6 p-[0px_1rem_0px_0.5rem] w-full list-none list-style-none" ,
579580 ),
Original file line number Diff line number Diff line change 4141NPMJS_URL = "https://www.npmjs.com/"
4242SPLINE_URL = "https://github.com/splinetool/react-spline"
4343REFLEX_CLOUD_URL = "https://cloud.reflex.dev"
44+ ENTERPRISE_DOCS_URL = "https://enterprise.reflex.dev"
4445
4546# Install urls.
4647BUN_URL = "https://bun.sh"
You can’t perform that action at this time.
0 commit comments