Skip to content

Commit

Permalink
Fix Devbox Global Visibility (#688)
Browse files Browse the repository at this point in the history
## Summary
Devbox Global Docs aren't appearing on the sidebar, this fixes things


## How was it tested?
Localhost
  • Loading branch information
Lagoja committed Feb 24, 2023
1 parent c826bec commit dba0622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_global.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Use Devbox as your Primary Package manager
title: Use Devbox as your Primary Package Manager
---

In addition to managing isolated development environments, you can use Devbox as a general package manager. Devbox Global allows you to add packages to a global `devbox.json.` This is useful for installing a standard set of tools you want to use across multiple Devbox Projects.
Expand Down
3 changes: 3 additions & 0 deletions docs/app/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ const sidebars = {
}, {
type: 'doc',
id: 'contributor-quickstart'
}, {
type: 'doc',
id: 'devbox_global'
}]
}, {
type: 'category',
Expand Down

0 comments on commit dba0622

Please sign in to comment.