Skip to content

Commit e040073

Browse files
authored
Remove Fleek from Docs (#2338)
## Summary Since Fleek is deprecated, removing it from Global docs ## How was it tested? devbox run build
1 parent 9c709d2 commit e040073

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/app/docs/devbox_global.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,6 @@ devbox global rm ripgrep
5656
removing 'github:NixOS/nixpkgs/ripgrep'
5757
```
5858

59-
## Using Fleek with Devbox Global
60-
61-
[Fleek](https://getfleek.dev/) provides a nicely tuned set of packages and configuration for common tools that is compatible with Devbox Global. Configurations are provided at different [levels of bling](https://getfleek.dev/docs/bling), with higher levels adding more packages and opinionated configuration.
62-
63-
To install a Fleek profile, you can use `devbox global pull <fleek-url>`, where the Fleek URL indicates the profile you want to install. For example, to install the `high` bling profile, you can run:
64-
65-
```bash
66-
devbox global pull https://devbox.getfleek.dev/high
67-
```
68-
69-
Fleek profiles also provide a few convenience scripts to automate setting up your profile. You can view the full list of scripts using `devbox global run` with no arguments
70-
71-
For more information, see the [Fleek for Devbox Docs](https://getfleek.dev/docs/devbox)
72-
7359
## Using Global Packages in your Host Shell
7460

7561
If you want to make your global packages available in your host shell, you can add them to your shell PATH. Running `devbox global shellenv` will print the command necessary to source the packages.

0 commit comments

Comments
 (0)