Skip to content

Commit ce10bc9

Browse files
authored
remove reflex branding removal section (#1403)
1 parent c88695f commit ce10bc9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/hosting/self-hosting.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,3 @@ Finally, you can start your Reflex container service as follows.
119119
```bash
120120
docker run -d -p 3000:3000 -p 8000:8000 --name app reflex-project:latest
121121
```
122-
123-
124-
## Remove Reflex branding from your self-hosted app
125-
126-
To remove the Reflex branding, such as the "Built with Reflex" badge, from your self-hosted app, you must add `show_built_with_reflex=False` to the `rx.Config()` in the `rxconfig.py` file.
127-
128-
129-
```md alert info
130-
# A paid [team plan]({pricing_path}) is required to remove the Reflex branding for self-hosted apps.
131-
```

0 commit comments

Comments
 (0)