Skip to content

Commit 751670c

Browse files
authored
Improve AGENTS.md structure
Removed duplicate quick links for coding agents and customization.
1 parent 2161db5 commit 751670c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

AGENTS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This is a hub for AI agents and automation tools working with the al-folio repos
44

55
## Quick Links by Role
66

7-
**Are you a coding agent?** → Read [`.github/copilot-instructions.md`](.github/copilot-instructions.md) first (tech stack, build, CI/CD, common pitfalls & solutions)
8-
**Customizing the site?** → See [`.github/agents/customize.agent.md`](.github/agents/customize.agent.md)
9-
**Writing documentation?** → See [`.github/agents/docs.agent.md`](.github/agents/docs.agent.md)
10-
**Need setup/deployment help?**[INSTALL.md](INSTALL.md)
11-
**Troubleshooting & FAQ?**[TROUBLESHOOTING.md](TROUBLESHOOTING.md)
12-
**Customization & theming?**[CUSTOMIZE.md](CUSTOMIZE.md)
13-
**Quick 5-min start?**[QUICKSTART.md](QUICKSTART.md)
7+
- **Are you a coding agent?** → Read [`.github/copilot-instructions.md`](.github/copilot-instructions.md) first (tech stack, build, CI/CD, common pitfalls & solutions)
8+
- **Customizing the site?** → See [`.github/agents/customize.agent.md`](.github/agents/customize.agent.md)
9+
- **Writing documentation?** → See [`.github/agents/docs.agent.md`](.github/agents/docs.agent.md)
10+
- **Need setup/deployment help?**[INSTALL.md](INSTALL.md)
11+
- **Troubleshooting & FAQ?**[TROUBLESHOOTING.md](TROUBLESHOOTING.md)
12+
- **Customization & theming?**[CUSTOMIZE.md](CUSTOMIZE.md)
13+
- **Quick 5-min start?**[QUICKSTART.md](QUICKSTART.md)
1414

1515
## Essential Commands
1616

@@ -50,9 +50,9 @@ git commit -m "type: description" # See "Commit Format" below
5050

5151
When modifying `_config.yml`, these **must be updated together**:
5252

53-
**Personal site:** `url: https://username.github.io` + `baseurl:` (empty)
54-
**Project site:** `url: https://username.github.io` + `baseurl: /repo-name/`
55-
**YAML errors:** Quote strings with special characters: `title: "My: Cool Site"`
53+
- **Personal site:** `url: https://username.github.io` + `baseurl:` (empty)
54+
- **Project site:** `url: https://username.github.io` + `baseurl: /repo-name/`
55+
- **YAML errors:** Quote strings with special characters: `title: "My: Cool Site"`
5656

5757
## Common Issues
5858

0 commit comments

Comments
 (0)