Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ nightshift run
- [Installation](/docs/installation) — All installation methods
- [Quick Start](/docs/quick-start) — Get running in 2 minutes
- [Configuration](/docs/configuration) — Customize budgets, schedules, and tasks
- [Tasks](/docs/tasks) — Browse the 20+ built-in tasks
- [Tasks](/docs/tasks) — Browse the 59 built-in tasks
- [Budget](/docs/budget) — How budget tracking and calibration work
- [Scheduling](/docs/scheduling) — Run Nightshift automatically
- [CLI Reference](/docs/cli-reference) — Every command and flag
- [Troubleshooting](/docs/troubleshooting) — Fixes for common problems
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const sidebars = {
{
type: 'category',
label: 'Reference',
items: ['cli-reference', 'integrations'],
items: ['cli-reference', 'integrations', 'troubleshooting'],
},
],
};
Expand Down