Getting Started

Project Structure

This is the minimal directory structure to get an up and running Docus website.

This is the minimal directory structure to get an up and running Docus website.

content/
  index.md
public/
  favicon.ico
package.json

content/ directory

This is where you write pages in Markdown.

public/ directory

Files contained within the public/ directory are served at the root and are not modified by the build process of your documentation. This is where you can locate your medias.