Skip to content

Commit 446cfe0

Browse files
Add nav links for Positron SSH and PetaLibrary backup docs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 431ab02 commit 446cfe0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ Bodhi has migrated from IBM Spectrum LSF to **SLURM**. Our SLURM documentation c
2121
- [**Interactive Sessions**](sinteractive.md) — persistent interactive jobs with tmux
2222
- [**Resources**](resources.md) — links to official SLURM documentation
2323

24+
## Positron SSH
25+
26+
- [**Remote SSH Setup**](https://github.com/rnabioco/remote-ssh-positron) — using Positron over remote SSH
27+
2428
## Backups
2529

2630
Guidelines for backing up your data on the Bodhi cluster.
2731

2832
- [**Backup Instructions**](backups.md) — what to back up, where, and how
33+
- [**PetaLibrary**](https://curc.readthedocs.io/en/latest/petalibrary/index.html#) — CU Research Computing PetaLibrary backup system
2934

3035
## Getting Help
3136

zensical.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ nav = [
2222
]},
2323
{"Resources" = "resources.md"},
2424
]},
25-
{"Backups" = "backups.md"},
25+
{"Positron SSH" = "https://github.com/rnabioco/remote-ssh-positron"},
26+
{"Backups" = [
27+
{"Backup Instructions" = "backups.md"},
28+
{"PetaLibrary" = "https://curc.readthedocs.io/en/latest/petalibrary/index.html#"},
29+
]},
2630
{"Admin" = "admin.md"},
2731
{"Getting Help" = "getting-help.md"},
2832
]

0 commit comments

Comments
 (0)