Improve AGENTS.md structure
Removed duplicate quick links for coding agents and customization.
This commit is contained in:
parent
2161db53c9
commit
751670c84f
20
AGENTS.md
20
AGENTS.md
@ -4,13 +4,13 @@ This is a hub for AI agents and automation tools working with the al-folio repos
|
||||
|
||||
## Quick Links by Role
|
||||
|
||||
**Are you a coding agent?** → Read [`.github/copilot-instructions.md`](.github/copilot-instructions.md) first (tech stack, build, CI/CD, common pitfalls & solutions)
|
||||
**Customizing the site?** → See [`.github/agents/customize.agent.md`](.github/agents/customize.agent.md)
|
||||
**Writing documentation?** → See [`.github/agents/docs.agent.md`](.github/agents/docs.agent.md)
|
||||
**Need setup/deployment help?** → [INSTALL.md](INSTALL.md)
|
||||
**Troubleshooting & FAQ?** → [TROUBLESHOOTING.md](TROUBLESHOOTING.md)
|
||||
**Customization & theming?** → [CUSTOMIZE.md](CUSTOMIZE.md)
|
||||
**Quick 5-min start?** → [QUICKSTART.md](QUICKSTART.md)
|
||||
- **Are you a coding agent?** → Read [`.github/copilot-instructions.md`](.github/copilot-instructions.md) first (tech stack, build, CI/CD, common pitfalls & solutions)
|
||||
- **Customizing the site?** → See [`.github/agents/customize.agent.md`](.github/agents/customize.agent.md)
|
||||
- **Writing documentation?** → See [`.github/agents/docs.agent.md`](.github/agents/docs.agent.md)
|
||||
- **Need setup/deployment help?** → [INSTALL.md](INSTALL.md)
|
||||
- **Troubleshooting & FAQ?** → [TROUBLESHOOTING.md](TROUBLESHOOTING.md)
|
||||
- **Customization & theming?** → [CUSTOMIZE.md](CUSTOMIZE.md)
|
||||
- **Quick 5-min start?** → [QUICKSTART.md](QUICKSTART.md)
|
||||
|
||||
## Essential Commands
|
||||
|
||||
@ -50,9 +50,9 @@ git commit -m "type: description" # See "Commit Format" below
|
||||
|
||||
When modifying `_config.yml`, these **must be updated together**:
|
||||
|
||||
**Personal site:** `url: https://username.github.io` + `baseurl:` (empty)
|
||||
**Project site:** `url: https://username.github.io` + `baseurl: /repo-name/`
|
||||
**YAML errors:** Quote strings with special characters: `title: "My: Cool Site"`
|
||||
- **Personal site:** `url: https://username.github.io` + `baseurl:` (empty)
|
||||
- **Project site:** `url: https://username.github.io` + `baseurl: /repo-name/`
|
||||
- **YAML errors:** Quote strings with special characters: `title: "My: Cool Site"`
|
||||
|
||||
## Common Issues
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user