Skip to content

how-to

How to turn a Word document into a documentation site

The handbook is a .docx, it is forty pages long, and everyone emails a copy of it. Here is how to make it a searchable website in a few minutes, what converts cleanly, and what you will want to fix afterwards.

published · 6 min read

the short version

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

A Word document is a good way to write forty pages and a bad way to publish them. It usually goes wrong in the same four places, and none of them is a criticism of Word.

  • Nobody can search it without downloading it first, so nobody searches it.
  • There is no single copy. There is the one in email, the one in Drive, and the one on a laptop, and two of them are out of date.
  • You cannot link to a section. Support sends "page 23 of the handbook", which is a page number in a file that has since changed length.
  • It reads badly on a phone, which is where a surprising share of internal documentation gets read.

The fix is not to rewrite it. The document is fine; the format is the problem. What you want is the same words at a URL, with search, on a device anyone is holding.

What actually happens at import

Docszero converts the document at upload and the rule is simple enough to predict before you try it. It hinges entirely on your top-level headings — Heading 1 in Word.

Your document hasYou get
Two or more Heading 1sA folder of pages, one page per Heading 1
One Heading 1, or noneA single page
Heading 2 and belowSections within their page, and the page’s on-this-page list
ImagesFiles beside the page, with links rewritten to match
Lists, tables, bold, linksThe same, as Markdown

So a handbook with Onboarding, Expenses, Security and Leave as Heading 1s becomes four pages in a folder, each with its own address. A single-topic document with one title stays one page, which is usually what you wanted.

After the import it is ordinary Markdown. Not a locked converted object, not a preview — actual Markdown files you can edit in the browser, reorder by dragging, and export whenever you like.

The steps

1. Check your headings first

This is the only preparation worth doing, and it takes two minutes. Open the navigation pane in Word — View → Navigation Pane — and look at the tree. That tree is what you are going to get.

The common problem is a document where headings were made by hand: text bolded and made bigger rather than styled as Heading 1. Word’s navigation pane will show nothing, and the import will produce one long page. If the pane is empty, apply the heading styles before uploading; it is far quicker than splitting pages afterwards.

2. Upload it

Create a project and drop the .docx in. Anything up to 200 MB is accepted, which is more than a document with images in it will ever be. There is no conversion setting to choose and nothing to configure.

3. Read the tree, not the pages

Before you read a word of the content, look at the page list. This is where you find out whether your headings meant what you thought. Pages in the wrong order can be dragged; folders become sections named the way they read.

4. Fix the four usual things

Covered below. None of them takes long, and none of them is caused by anything unusual in your document.

5. Publish

The site builds with search, navigation and a 404 page already in it. On the free plan it lives at your own docszero.com subdomain; on Pro you can point your own domain at it and put a password on it, which for an internal handbook is usually the point.

The four things worth fixing afterwards

A conversion is a conversion. These are the parts a machine cannot decide for you, and they are the same every time.

Page titles that were written for paper

A Heading 1 reading "Section 4: Expenses and Reimbursement Policy" was numbered because paper needs numbers. As a page in a navigation tree it wants to be "Expenses". Renaming is fast and it is the single biggest improvement to how the site reads.

Cross-references to page numbers

"See page 23" means nothing on the web. Search the imported pages for "page" and replace each one with a real link to the page it meant. This is the change readers notice most, because it turns a document into something navigable.

Tables that were doing layout

Word documents often use invisible tables to place things side by side. Those come across as real tables, which look odd. If a table has no header row and is not comparing anything, it was layout — make it a list or plain paragraphs.

Screenshots at document scale

Images embedded in Word are frequently scaled for a printed page. They arrive intact and are worth a glance; anything unreadable at page width is worth recapturing while you have the file open.

If you have more than one document

The usual case is not one handbook. It is a handbook, an onboarding checklist, an expenses policy and two runbooks, all .docx, all in the same folder.

Import them one at a time rather than together. Each document decides its own shape, and importing separately means each one lands as its own folder rather than being merged into a structure nobody chose. Then drag the folders into the order you want; that tree is the navigation the published site uses, so nothing is a surprise.

For a set that large, one thing is worth doing first: decide what the front page says. A pile of imported documents with no index is a filing cabinet. One short page saying what is here and where to start makes it a handbook.

Questions

How do I convert a Word document to a documentation website?

Upload the .docx to a Docszero project. It is converted at import: two or more top-level headings become a folder of pages, fewer become a single page, and images land beside the page with their links rewritten. The result is ordinary Markdown you can edit in the browser, reorder by dragging, and publish with search built in.

Will my Word formatting survive the conversion?

Headings, lists, tables, bold, italics, links and images come across. What does not survive is anything that was doing layout rather than meaning: text boxes, columns, headers and footers, page numbers and manual page breaks. Those are properties of a printed page, and a website does not have pages in that sense.

How does the import decide where to split pages?

By top-level headings — Heading 1 in Word. Two or more and you get a folder with one page per heading; one or none and you get a single page. If your document uses bold, enlarged text instead of real heading styles, Word’s navigation pane will be empty and the import will produce one long page, so apply the styles first.

Can I keep the handbook private after publishing it?

Yes, on Pro and above. Put a password on the site and visitors get a login page instead of the docs. The cookie lasts 30 days and changing the password logs everyone out. For an internal handbook that is usually the reason to be on a paid plan at all.

What if I want the Word document back later?

You will not get a .docx back, but you are not stuck either. Export source gives you the Markdown with a config that builds the site with plain Zensical, and Export site gives you the built HTML. Both work on every plan, including the free one.

Try the free plan instead of reading about it

One site, your own docszero.com subdomain, full-text search and the export button, free forever and without a card. Pro is $19.99 a month when you want your own domain, your own look and the badge gone.

  • 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