Skip to content

Commit ce759e6

Browse files
authored
Revert "skip compile for backend only (#1092)" (#1106)
This reverts commit 3ff64a5.
1 parent ca27185 commit ce759e6

File tree

15 files changed

+11
-65
lines changed

15 files changed

+11
-65
lines changed

docs/api-reference/special_events.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: "Special Events Docs"
3-
---
4-
51
```python exec
62
import reflex as rx
73
```

docs/api-routes/overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: "API Routes Overview"
3-
---
4-
51
```python exec
62
import reflex as rx
73
```

docs/client_storage/overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: "Client Storage Overview"
3-
---
4-
51
```python exec
62
import reflex as rx
73
```

docs/custom-components/overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: "Custom Components Overview"
3-
---
4-
51
# Custom Components Overview
62

73
```python exec

docs/database/overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: Database Overview
3-
---
4-
51
# Database
62

73
Reflex uses [sqlmodel](https://sqlmodel.tiangolo.com) to provide a built-in ORM wrapping SQLAlchemy.

docs/library/graphing/general/tooltip.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: "Graphing Tooltip"
32
components:
43
- rx.recharts.GraphingTooltip
54
---

docs/library/other/html.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: "HTML Elements"
32
components:
43
- rx.el.A
54
- rx.el.Abbr

docs/recipes/content/grid.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: "Grid Recipe"
3-
---
4-
51
```python exec
62
import reflex as rx
73
from pcweb.pages.docs import styling

docs/state/overview.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: "State Overview"
3-
---
4-
5-
61
```python exec
72
import reflex as rx
83
from pcweb.templates.docpage import definition

docs/styling/overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: "Styling Overview"
3-
---
4-
51
```python exec
62
import reflex as rx
73
from pcweb.pages.docs import styling, library

0 commit comments

Comments
 (0)