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
11 changes: 11 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ zensical serve

Navigation is fully defined in [zensical.toml](./zensical.toml).

The current information architecture is intentionally audience-based:

- `Home`, `Platform`, and `Solutions` are the business-facing front of the site.
- `Developers` is the technical back of the site.
- Existing CALYPR product docs and open-source tool docs keep their URLs, but they should not be treated as the main marketing entry point.

If you want to:

- rename a sidebar label
Expand All @@ -69,11 +75,16 @@ These live in `docs/` and should be edited directly there.
Examples:

- `docs/index.md`
- `docs/platform/...`
- `docs/solutions/...`
- `docs/developers/index.md`
- `docs/calypr/...`
- `docs/tools/index.md`
- `docs/tools/funnel/...`
- `docs/tools/grip/...`

Business-facing pages should explain outcomes first and link to developer docs second. Avoid making command references, protocol names, or implementation components the first thing a non-technical reader has to understand.

### Imported tool pages

These are not authored in this repo anymore.
Expand Down
72 changes: 72 additions & 0 deletions docs/assets/personas/data-steward.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions docs/assets/personas/platform-engineer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions docs/assets/personas/researcher-bioinformatician.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions docs/assets/personas/security-compliance-reviewer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading