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:
- A Document folder for MarkDown documents. When you create a new document, it is automatically created.
- A folder for your HTML root path. All the produced HTML documents go into that folder.
- Inside the root folder, you will have a
themes
folder,images
,include
,src
,css
,js
, andimg
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 thethemes
folder are the basic styling of your site for the converted markdown documents.