Skip to content

Commit d385796

Browse files
LendemorTom Gotsman
authored andcommitted
skip compile for backend only (#1092)
* move 'manual titles' to their respective files * improve skip compile check
1 parent 6a2c62f commit d385796

File tree

15 files changed

+65
-11
lines changed

15 files changed

+65
-11
lines changed

docs/api-reference/special_events.md

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

docs/api-routes/overview.md

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

docs/client_storage/overview.md

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

docs/custom-components/overview.md

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

37
```python exec

docs/database/overview.md

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

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

docs/library/graphing/general/tooltip.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: "Graphing Tooltip"
23
components:
34
- rx.recharts.GraphingTooltip
45
---

docs/library/other/html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: "HTML Elements"
23
components:
34
- rx.el.A
45
- rx.el.Abbr

docs/recipes/content/grid.md

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

docs/state/overview.md

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

docs/styling/overview.md

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

0 commit comments

Comments
 (0)