diff --git a/case-studies/bayesline.md b/case-studies/bayesline.md index b3690f6cc..61c50d0fa 100644 --- a/case-studies/bayesline.md +++ b/case-studies/bayesline.md @@ -44,7 +44,7 @@ meta: [ ```python exec import reflex as rx from reflex_image_zoom import image_zoom -from pcweb.pages.docs import library +from pcweb.pages.docs import enterprise ``` ```python eval @@ -120,7 +120,7 @@ When we started looking at the (Dash) code, it just got to this point where you In addition, Reflex improves the developer experience with 60+ UI components out of the box, while still offering the flexibility of integrating your own custom React components. -Bayesline wrapped [AG Grid]({library.tables_and_data_grids.ag_grid.path})--a high-performance React grid--the industry standard data table for fintech. +Bayesline wrapped [AG Grid]({enterprise.ag_grid.index.path})--a high-performance React grid--the industry standard data table for fintech. This powerful combination of out-of-the-box functionality and flexibility made Reflex an attractive choice for Bayesline. Sebastian and the team originally started building with Reflex to create a minimum viable product that would get them through Y Combinator and their initial funding round. diff --git a/docs/library/data-display/callout-ll.md b/docs/library/data-display/callout-ll.md index d931b8dd2..c4b9ef222 100644 --- a/docs/library/data-display/callout-ll.md +++ b/docs/library/data-display/callout-ll.md @@ -23,7 +23,7 @@ rx.callout.root( The `callout` component is made up of a `callout.root`, which groups `callout.icon` and `callout.text` parts. This component is based on the `div` element and supports common margin props. -The `callout.icon` provides width and height for the `icon` associated with the `callout`. This component is based on the `div` element. See the [**icon** component for all icons that are available.](/docs/library/datadisplay/icon/) +The `callout.icon` provides width and height for the `icon` associated with the `callout`. This component is based on the `div` element. See the [**icon** component for all icons that are available.](/docs/library/data-display/icon/) The `callout.text` renders the callout text. This component is based on the `p` element. diff --git a/pcweb/pcweb.py b/pcweb/pcweb.py index ba2594a8d..d74377f96 100644 --- a/pcweb/pcweb.py +++ b/pcweb/pcweb.py @@ -148,6 +148,7 @@ ("/docs/components/conditional-props", "/docs/components/conditional-rendering"), ("/docs/enterprise", "/docs/enterprise/overview"), ("/docs/pages/routes", "/docs/pages/overview"), + ("/docs/overview", "/docs/getting-started/introduction"), ("/docs/assets/referencing_assets", "/docs/assets/overview"), ("/changelog", "https://github.com/reflex-dev/reflex/releases"), (