Documentation version control and collaboration system.
More knowledge sharing. Easier to maintain. Wider collaboration.
◉ For product documentation
◉ For company handbook
◉ For public changelog
Level above Confluence/Notion
→ Change workflow → Version control system → Richer collaboration
Simpler than Docs as Code
→ No configs, no code, no conflicts → Simple and seamlessly integrated → Real-time collaboration
Central hub to connect all your teams.
Collaboration platform is where users can edit document at the same time. Locks and access control are used to prevent unwanted changes.
Collaboration platform is where users can plan, track, review, and contribute changes. All changes are made in isolation: you don't mess with other people's work, they don't mess with yours, you can work together on the same set of changes at the same time.
Usually documentation is maintained only by a small group of people, 90-9-1 rule illustrates this. To have more contributors you need appropriate collaboration tool and workflow.
Your documentation system doesn't need to scale? Maybe this is a consequence of that your documentation system can't scale.
Change workflow
Change documents and implement those changes at the same time. Commit changes when implementation is ready. This is not an obligation, this is an opportunity.
1.
Open changeset
Plan and discuss changes.
2.
Change documents
Edit them in isolation so you don't interfere with other editors while your work is still in progress.
Multiple documents
Can be changed in a changeset.
Collaborative editing
By many users at the same time.
3.
Review changes
Receive feedback on your changes before committing and merging them into the mainline.
4.
Commit changeset
With a single push of a button your changeset becomes an entry in your changelog — a single history of all changes in a project.
Read workflow
Project view
Simple flat documents structure organised into scopes.
It is fun and easy to structure document trees but then it becomes difficult to put new content into existing structure. It is simpler to have a flat structure and having ability to create structures when you need them.
Read without losing context
Imagine that you can see current Wikipedia page and previous at the same time. Cool?
See as many previous pages as your screen's width allows. With easy navigation back and forth.
Search
Quickly find and switch your starting point.
Explore your new superpowers
reasonry is a document version control and collaboration system. Collaborate on changes to multiple documents, then review and merge changes into the current version.