Rollback for documentation, and why version history isn’t it
Keep both. Version history is for the writer who wants a paragraph back. Rollback is for the moment the published site is wrong and every minute counts — and it should be a pointer move to output you already built, not a rebuild you have to hope succeeds.
Two different things with similar names
| Version history | Rollback | |
|---|---|---|
| Restores | A page, to an earlier draft | The whole published site |
| Scope | One file | Everything that went out together |
| Used by | A writer, while writing | Anyone, when the site is wrong |
| Typical trigger | “I preferred the old wording” | “The install guide is broken” |
| Time pressure | None | All of it |
Why documentation needs it at all
How rollback should work
Never overwrite output
Rolling back is moving the pointer
A failed build never replaces what is live
The look rolls back too
“We use Git, we already have this”
| Git revert and rebuild | Pointer to a kept build | |
|---|---|---|
| Time to live | However long CI takes | Immediate |
| Can it fail? | Yes, anywhere in the pipeline | No build runs |
| Needs the pipeline healthy | Yes | No |
| Needs a person who can push | Usually | Anyone with access |
| Restores the exact bytes served | Only if the build is reproducible | Yes, by definition |
What this looks like in Docszero
Questions
What is the difference between version history and rollback?
How fast should a docs rollback be?
Isn’t Git enough for documentation rollback?
What happens to my docs site if a build fails?
Does rolling back also restore the theme and logo?
Try the free plan instead of reading about it
- Drag in a folder of Markdown, a zip, a Word document or a PDF
- Search, navigation and a 404 page are built for you
- Export the built site or the source on every plan, free included
Why your docs analytics doesn’t need a cookie banner
Cookie banners exist because analytics scripts store an identifier on the reader’s device. Count page views on the server with a hash that changes daily and there is nothing to store, nothing to consent to, and no banner.
How to pick a docs platform you can leave
Everyone checks features before signing up and nobody checks the exit. Six questions to ask before you commit, all answerable in ten minutes on a free trial, and the reason the answers change how much you pay later.
Docszero vs Notion: when a public page stops being a docs site
Notion publishes pages to the web, and for an internal wiki that is often enough. It prices per member rather than per site, charges separately for a domain, and a published page is your live workspace rather than a build you can roll back.