Skip to content

Commit dba0622

Browse files
authored
Fix Devbox Global Visibility (#688)
## Summary Devbox Global Docs aren't appearing on the sidebar, this fixes things ## How was it tested? Localhost
1 parent c826bec commit dba0622

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/app/docs/devbox_global.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Devbox as your Primary Package manager
2+
title: Use Devbox as your Primary Package Manager
33
---
44

55
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.

docs/app/sidebars.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ const sidebars = {
3333
}, {
3434
type: 'doc',
3535
id: 'contributor-quickstart'
36+
}, {
37+
type: 'doc',
38+
id: 'devbox_global'
3639
}]
3740
}, {
3841
type: 'category',

0 commit comments

Comments
 (0)