docs: remove advanced section and add integration guide

This commit is contained in:
thePR0M3TH3AN
2025-07-10 16:00:03 -04:00
parent 245d215230
commit 0f9d2a939c
17 changed files with 74 additions and 25 deletions

View 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.