📚 Official documentation for the WordPress Starter Kit by SolidBunch
This repository contains the complete documentation for all major components of the Starter Kit, including Foundation and Theme. The documentation is written in Markdown and can be used to generate a standalone documentation site or integrated into the main WordPress site.
starter-kit-foundation
— the framework corestarter-kit-theme
— WordPress theme built on Foundation
You can use this documentation in several ways:
- 📖 Read directly on GitHub for quick browsing and edits.
- ⚙️ Use it to generate a documentation website (e.g., with Docusaurus, MkDocs, or VuePress).
- 🔗 Integrate with a WordPress site using a plugin or automatic Markdown import.
- Fork this repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes
- Open a pull request