File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4040GALLERY_FORM_URL = "https://docs.google.com/forms/d/e/1FAIpQLSfB30hXB09CZ_H0Zi684w1y1zQSScyT3Qhd1mOUrAAIq9dj3Q/viewform?usp=sf_link"
4141NPMJS_URL = "https://www.npmjs.com/"
4242SPLINE_URL = "https://github.com/splinetool/react-spline"
43- REFLEX_CLOUD_URL = "https://cloud.reflex.dev"
4443ENTERPRISE_DOCS_URL = "https://enterprise.reflex.dev"
44+ DATABRICKS_NOTION_URL = "https://reflex-dev.notion.site/reflex-x-databricks"
4545
4646# Install urls.
4747BUN_URL = "https://bun.sh"
Original file line number Diff line number Diff line change 1111from pcweb .telemetry import get_pixel_website_trackers
1212from pcweb .meta .meta import favicons_links
1313from pcweb .pages .landing .views .ai_section import retreive_templates
14-
14+ from pcweb . constants import DATABRICKS_NOTION_URL
1515# This number discovered by trial and error on Windows 11 w/ Node 18, any
1616# higher and the prod build fails with EMFILE error.
1717WINDOWS_MAX_ROUTES = int (os .environ .get ("REFLEX_WEB_WINDOWS_MAX_ROUTES" , "100" ))
138138 ("/docs/pages/routes" , "/docs/pages/overview" ),
139139 ("/docs/assets/referencing_assets" , "/docs/assets/overview" ),
140140 ("/changelog" , "https://github.com/reflex-dev/reflex/releases" ),
141- ("/blog/2025-10-27-top-10-data-visualization-libraries" , "/blog/2025-01-27-top-10-data-visualization-libraries" )
141+ ("/blog/2025-10-27-top-10-data-visualization-libraries" , "/blog/2025-01-27-top-10-data-visualization-libraries" ),
142+ # Databricks notion page redirect
143+ ("/databricks" , DATABRICKS_NOTION_URL )
142144]
143145
144146for source , target in redirects :
You can’t perform that action at this time.
0 commit comments