Skip to main content

Multi-file Import

A Confluence space HTML export will contain one index.html file and a number of additional HTML file for each space section you had in your Confluence space. Do this to prepare the package to import them all at once:

  1. Open the file index.html in any text editor.

  2. Locate the element ul that comes right after the div with class "pageSectionHeader":

    confluencetoc.png
  3. Add a class attribute to it with the value "toc", like this: <ul class="toc">

    confluencetoc2.png

    This tells Paligo which unordered list (UL) to look in for the structure of the HTML files to import. If there are lower-level unordered lists that have class names, you can leave those in place as long as the top level of the unordered list has the class name "toc".

  4. Zip the entire folder with this file and all its resource folders.

  5. Use the Import Wizard to import it to Paligo.