syntaxis/docs/howto/README.md
Jesús Pérez 9cef9b8d57 refactor: consolidate configuration directories
Merge _configs/ into config/ for single configuration directory.
Update all path references.

Changes:
- Move _configs/* to config/
- Update .gitignore for new patterns
- No code references to _configs/ found

Impact: -1 root directory (layout_conventions.md compliance)
2025-12-26 18:36:23 +00:00

29 lines
1.0 KiB
Markdown

# SYNTAXIS How-To Guides
Step-by-step guides for installation, setup, and common tasks.
## Installation & Setup
- [how-install-works.md](how-install-works.md) - Installation mechanics
- [bootstrap-explained-final.md](bootstrap-explained-final.md) - Bootstrap process
- [bootstrap-explained.md](bootstrap-explained.md) - Detailed bootstrap explanation
- [bootstrap-diagrams-final.md](bootstrap-diagrams-final.md) - Bootstrap diagrams
- [bootstrap-diagrams.md](bootstrap-diagrams.md) - Detailed diagrams
- [bootstrap_rust.md](bootstrap_rust.md) - Rust bootstrap guide
- [choose_install_target.md](choose_install_target.md) - Choose installation target
## Commands & Tools
- [bash-commands-reference.md](bash-commands-reference.md) - Bash command reference
- [bash_commands_used.md](bash_commands_used.md) - Commands used
- [bash_commands.md](bash_commands.md) - Basic bash commands
## Troubleshooting
- [errors/](errors/) - Common errors and solutions
## Related
- [Installation Guide](../installation-guide.md)
- [Configuration Guide](../configuration.md)