Draft42 Docs

Modules

Modules are the building blocks of your site. Each module represents a type of content — a blog, documentation, etc. You configure modules in your site settings on Draft42, giving each one a name and a URL slug.

See Site Management > Modules for details.

In your vault, the folder structure mirrors this:

My Website/
├── Blog/
│   └── (blog posts)
└── Docs/
    └── (doc pages)

The top-level folder (My Website) is the site folder you chose during plugin setup. Each subfolder corresponds to a module, and its name must match the module name configured on Draft42. The content inside depends on the module kind — see the Blog and Docs pages for details.