File tree Expand file tree Collapse file tree 7 files changed +11
-21
lines changed Expand file tree Collapse file tree 7 files changed +11
-21
lines changed Original file line number Diff line number Diff line change 57
57
"x86_64-darwin",
58
58
"x86_64-linux"
59
59
],
60
- "allow": {
61
- "licenses": []
62
- },
63
- "semver": {},
64
60
"cuda-detection": false
65
61
},
66
62
"services": {
Original file line number Diff line number Diff line change 1
1
# Understanding Organizations in FloxHub
2
2
3
- !!! tip "This is a Flox for Teams feature"
4
-
5
- This is a paid feature included with Flox for Teams.
6
- Sign up for [early access][early] if you are interested in accessing this feature.
3
+ --8<-- "paid-feature.md"
7
4
8
5
An ** organization** in FloxHub represents a shared workspace for teams. It provides:
9
6
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ title: "Publishing"
3
3
description : How to use Flox environments to build artifacts
4
4
---
5
5
6
- !!! tip "This is a Flox for Teams feature"
7
-
8
- This is a paid feature included with Flox for Teams.
9
- Sign up for [early access][early] if you are interested in accessing this feature.
6
+ --8<-- "paid-feature.md"
10
7
11
8
Once you've built an artifact with the [ ` flox build ` ] [ builds-concept ] command, you likely want to put it somewhere.
12
9
The ` flox publish ` command gives you the ability to upload artifacts to your private catalog.
Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ description: Create a Catalog Store for publishing your own Flox packages
5
5
6
6
# Setting up a Catalog Store
7
7
8
- !!! tip "This is a Flox for Teams feature"
9
-
10
- A Catalog Store is required for publishing, and publishing is a paid feature included with Flox for Teams.
11
- Sign up for [early access][early] if you are interested in accessing this feature.
8
+ --8<-- "paid-feature.md"
12
9
13
10
Publishing your own software to your organization's Flox Catalog requires some
14
11
initial setup, but the process is relatively straightforward. Flox supports
Original file line number Diff line number Diff line change
1
+ <!-- markdownlint-disable MD041 -->
2
+ !!! tip "This is a Flox for Teams feature"
3
+
4
+ This is a paid feature included with Flox for Teams.
5
+ <!-- markdownlint-enable MD041 -->
Original file line number Diff line number Diff line change @@ -188,10 +188,7 @@ Completed build of hello-opt-unknown in local mode
188
188
189
189
## Publish the artifact
190
190
191
- !!! tip "This is a Flox for Teams feature"
192
-
193
- This is a paid feature included with Flox for Teams.
194
- Sign up for [early access][early] if you are interested in accessing this feature.
191
+ --8<-- "paid-feature.md"
195
192
196
193
Now that the artifact is built, we can send it somewhere.
197
194
Every user has a private catalog that they can publish artifacts to.
Original file line number Diff line number Diff line change @@ -187,7 +187,8 @@ markdown_extensions:
187
187
line_spans : __span
188
188
pygments_lang_class : true
189
189
- pymdownx.inlinehilite
190
- - pymdownx.snippets
190
+ - pymdownx.snippets :
191
+ base_path : " docs/snippets"
191
192
- pymdownx.superfences
192
193
193
194
# Content tabs
You can’t perform that action at this time.
0 commit comments