Skip to content

Commit 9811d86

Browse files
committed
feat: add missed pages to navigation
1 parent 6d2ac7d commit 9811d86

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

src/SUMMARY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* [Troubleshooting](./administration-guide/troubleshooting.md)
5757

5858

59-
* [User Guide]()
59+
* [User Guide](./user-guide/README.md)
6060
* [Projects](./user-guide/projects.md)
6161
* [History](./user-guide/projects/history.md)
6262
* [Activity](./user-guide/projects/activity.md)
@@ -70,11 +70,14 @@
7070
* [Shell/Bash scripts](./user-guide/task-templates/apps/bash.md)
7171
* [PowerShell](./user-guide/task-templates/apps/powershell.md)
7272
* [Python](./user-guide/task-templates/apps/python.md)
73+
* [Survey Variables](./user-guide/task-templates/survey-vars.md)
7374
* [Tasks](./user-guide/tasks.md)
7475
* [Schedules](./user-guide/schedules.md)
7576
* [Key Store](./user-guide/key-store.md)
77+
* [GitLab](./user-guide/key-store/gitlab.md)
7678
* [Inventory](./user-guide/inventory.md)
7779
* [Kerberos](./user-guide/inventory/kerberos.md)
80+
* [NetBox dynamic inventory](./user-guide/netbox-dynamic-inventory.md)
7881
* [Variable Groups](./user-guide/environment.md)
7982
* [Repositories](./user-guide/repositories.md)
8083
* [Bitbucket Access Token](./user-guide/repositories/bitbucket_access_token.md)

src/user-guide/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# User Guide
2+
3+
Learn how to use Semaphore day-to-day: create projects, run tasks, manage inventories, keys, variables, and more.
4+
5+
## Start here
6+
7+
- Organize work with projects and teams
8+
- Connect repositories and key store
9+
- Define inventories and variable groups
10+
- Create task templates and run tasks on schedule
11+
12+
## Quick links
13+
14+
- Projects: [Overview](./projects.md)
15+
- [History](./projects/history.md)
16+
- [Activity](./projects/activity.md)
17+
- [Settings](./projects/settings.md)
18+
- [Runners (Pro)](./projects/runners.md)
19+
- Tasks and schedules:
20+
- [Tasks](./tasks.md)
21+
- [Schedules](./schedules.md)
22+
- Task Templates: [Overview](./task-templates/README.md)
23+
- [Ansible](./task-templates/apps/ansible.md)
24+
- [Terraform/OpenTofu](./task-templates/apps/terraform.md)
25+
- [Workspaces](./task-templates/apps/terraform/workspaces.md)
26+
- [HTTP Backend (Pro)](./task-templates/apps/terraform/states.md)
27+
- [Shell/Bash scripts](./task-templates/apps/bash.md)
28+
- [PowerShell](./task-templates/apps/powershell.md)
29+
- [Python](./task-templates/apps/python.md)
30+
- [Survey Variables](./task-templates/survey-vars.md)
31+
- Variables and secrets:
32+
- [Variable Groups](./environment.md)
33+
- [Key Store](./key-store.md)
34+
- [GitLab](./key-store/gitlab.md)
35+
- Inventory:
36+
- [Inventory](./inventory.md)
37+
- [Kerberos](./inventory/kerberos.md)
38+
- [NetBox dynamic inventory](./netbox-dynamic-inventory.md)
39+
- Repositories:
40+
- [Repositories](./repositories.md)
41+
- [Bitbucket Access Token](./repositories/bitbucket_access_token.md)
42+
- Integrations: [Overview](./integrations.md)
43+
- Team management: [Overview](./team.md)

0 commit comments

Comments
 (0)