How to turn a Word document into a documentation site
Upload the .docx. Its top-level headings decide the shape: two or more become a folder of pages, fewer become one page. Images come along with their links rewritten, and what you get back is ordinary Markdown you can edit.
Why a Word document stops working
What actually happens at import
| Your document has | You get |
|---|---|
| Two or more Heading 1s | A folder of pages, one page per Heading 1 |
| One Heading 1, or none | A single page |
| Heading 2 and below | Sections within their page, and the page’s on-this-page list |
| Images | Files beside the page, with links rewritten to match |
| Lists, tables, bold, links | The same, as Markdown |
The steps
1. Check your headings first
2. Upload it
3. Read the tree, not the pages
4. Fix the four usual things
5. Publish
The four things worth fixing afterwards
Page titles that were written for paper
Cross-references to page numbers
Tables that were doing layout
Screenshots at document scale
If you have more than one document
Questions
How do I convert a Word document to a documentation website?
Will my Word formatting survive the conversion?
How does the import decide where to split pages?
Can I keep the handbook private after publishing it?
What if I want the Word document back later?
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
Converting a PDF manual into searchable web docs
A PDF is a picture of a document that has already forgotten how it was built. Converting one is genuinely useful and genuinely lossier than converting a Word file — here is what you get back, and what you will be rewriting.
Markdown to website, without a static site generator
You have a folder of .md files and you want it on the web. The usual answer is install a generator, pick a theme, write a config and wire up CI. Here is the version where you upload the folder.
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.