# Project structure

This guide will show you how a Statidocs project is organized and what the different files in your project do.

Statidocs projects follow the same file and directory structure as a Cecil projects. See [Cecil’s files organization documentation](https://cecil.app/documentation/content/#files-organization) for more detail.

## Files and directories

- `cecil.yml` — The configuration file.
- `pages/docs/` — Each Markdown file (`.md`) in this directory is turns into a page on your site.
- `assets/` — Assets (styles, images, favicon, PDFs, etc.) that will be processed.
- `translations/` (optional) — Translation data to support internationalization.
