Document structure

You have the ACF-Docu application that contains the application and the database. The application can be configured to work with your project with a few easy steps.

For the document project, you will need those folders:

  1. A Document folder for MarkDown documents. When you create a new document, it is automatically created.
  2. A folder for your HTML root path. All the produced HTML documents go into that folder.
  3. Inside the root folder, you will have a themes folder, images, include, src, css, js, and img folders. All can be copied from the distribution. We use jQuery and Material Design for Bootstrap (MDB) so those library files are used. The files in the themes folder are the basic styling of your site for the converted markdown documents.

image with the document structure.