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)
app.themyway.app/docs/handbook
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=••••••••••••
A docs page with a version badge
app.themyway.app/docs/templates
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
Template gallery with an inline comment

A page awaiting approval notifies approvers via the Inbox; once approval completes, the page gets an “Approved” badge.