mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 06:58:43 +00:00
14 lines
348 B
Markdown
14 lines
348 B
Markdown
# 2. Understand `config.yaml`
|
|
|
|
The generated `config.yaml` contains basic site information. Adjust the values to match your project:
|
|
|
|
```yaml
|
|
site:
|
|
title: "My Project Docs"
|
|
description: "Documentation for the project"
|
|
navigation:
|
|
search: true
|
|
```
|
|
|
|
Change the title and description to what you want displayed in the sidebar and `<head>` tags.
|