Thorg Workspace pattern With Team Vault
Your main Thorg Workspace contains two vaults:
- A private vault that only you can access
- A team vault stored in a separate Git repository, synced and shared among teammates, and published as a webview for the company.
In this pattern your workspace can also pull in multiple team vaults under your workspace if you kept separate vaults per project documentation along with code. (See Thorg Workspace Pattern Along with Code).
To make it easy for teammates to pull in multiple repositories that represents vaults under a single workspace you can setup Thorg Workspace to use Git Submodule for the vaults that it tracks, and expect a symlink for private vault (since each teammate could have their own private vault that only they can access).
Backlinks