New Project
Use the New Project wizard when the documentation is a project of its own: a standalone docs site, a product manual, a blog.
Create through the wizard
- Go to
File → New → Project…and pick "Codocation" in the generator list. - Choose the documentation type:
- "Docs" - a structured documentation site with a navigation tree.
- "Blog" - chronological posts with a listing page.
- Fill in the project name and location.
- Fill in the documentation title (the site name readers will see), the site id, and optionally a description.
- Create the project.
Choosing a site id
The site id is a short technical identifier: lowercase letters, digits, and dashes. It names
the navigation file (locales/<locale>/<site id>.tree.yml) and distinguishes sites when a project
hosts more than one. Pick something short and stable; the human-facing name is the title,
which you can change at any time. The site id itself can also be changed later, from "Edit
Documentation..." in the "Codocation" tool window; see Navigation.
Description
The description is optional and can be filled in now or later; it is a one-line summary shown in the site footer. See Titles, URLs, and Branding.
What you get
The wizard scaffolds a working site and opens it: a home page, a starter page, the navigation
tree, and codocation.yml with sensible defaults. See
project structure for the full inventory.