mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 15:08:43 +00:00
docs: remove advanced section and add integration guide
This commit is contained in:
13
docs/content/05-project-integration/02-config.md
Normal file
13
docs/content/05-project-integration/02-config.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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.
|
Reference in New Issue
Block a user