Skip to content

Update docs for 0.13 series #2312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 1, 2024
Merged

Update docs for 0.13 series #2312

merged 5 commits into from
Oct 1, 2024

Conversation

Lagoja
Copy link
Contributor

@Lagoja Lagoja commented Sep 30, 2024

Summary

  • Update Services docs to include all new features (attach, port selection)
  • Document --patch flag and json config
  • Document installation via nix flake
  • Document Devbox Environment Variables

How was it tested?

localhost, devbox run -- pnpm build

@Lagoja Lagoja requested review from loreto and mikeland73 September 30, 2024 17:55
Co-authored-by: Lucille Hua <[email protected]>
Signed-off-by: John Lago <[email protected]>
@@ -36,14 +36,16 @@ Packages can be structured as a list of package names (`<packages>@<version>`) o

If you need to provide more options to your packages (such as limiting which platforms will install the package), you can structure packages as a map, where each package follows the schema below:

```json
```js
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be json?


The following is a list of Environment variables used by Devbox to manage your environment. Some of these variables are set by Devbox, while others can be used to manage how Devbox sets up your shell.

Note that
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs filling...


## Environment Variables for Managing Devbox

Below are some environment variables that can be used to manage how Devbox sets up your shell. These variables can be set in your shell or in your `devbox.json` file.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or in your devbox.json file.

I don't think this is true. It must be set in the host shell environment.

@Lagoja Lagoja merged commit 59c2d6d into main Oct 1, 2024
29 checks passed
@Lagoja Lagoja deleted the jl/0.13-docs branch October 1, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants