Docs space
Wiki-style pages, versions, approvals, templates and permissions.
Docs-type boards give you a knowledge base that lives next to your work. Pages are organized hierarchically; each edit creates a new version, so rolling back is always possible.
Highlights
- Page hierarchy + automatic table of contents (TOC)
- Version history and one-click rollback
- Serial or parallel approval chains
- Built-in templates (Meeting Notes, PRD, Retro)
- Inline comments and @mentions
- Page-level permissions (user / role / group × view / comment / edit)
📗Product Handbook
Search pages…
Getting started
Installation guide
Environment variables
Architecture
Layer boundaries
Repository pattern
API contract
Release notes
Getting started/Environment variables
Environment variables
v7 · ApprovedUpdated 2 days agoDEK
MyWay reads all configuration from environment variables. The following can be set in your Docker Compose file or a .env file.
💡
Tip: DATABASE_URL is required; the rest have sensible defaults.
Required variables
KeyDescription
DATABASE_URLPostgreSQL connection
AUTH_SECRETSession signing key
APP_URLPublic base URL
# .env
DATABASE_URL=postgres://user:pass@db:5432/myway
AUTH_SECRET=••••••••••••
On this page
Required variables
Optional
Example .env
Approval chain
D
D. Yılmaz
Tech lead
E
E. Kaya
DevOps
Version history
v72g ago
v61h ago
v53h ago
🗂️Templates
📋PRD / Product spec24×
🏗️Architecture decision11×
🔁Retrospective38×
🚨Incident postmortem7×
📝Meeting notes52×
+ New template
From templateRetrospective
Sprint 11 Retrospective
What went well
Payments integration landed early; the QA cycle got shorter.
What to improve
Code reviews waited ~2 days on average. Let’s add a WIP limit for review.
S
Selin K.inline comment
Should we link this to an action item? CJ-233 fits.
ReplyResolve
A page awaiting approval notifies approvers via the Inbox; once approval completes, the page gets an “Approved” badge.