Welcome to the official documentation repository for Duck Dev, LLP. This repository houses the source files that generate our live documentation site.
You can view the official, published documentation here: View Documentation
Duck Dev, LLP is a small, two-person team driven by a love for open source and dedicated to creating helpful tools and resources for the developer community.
You can learn more about us on our official website: About Duck Dev
We welcome and encourage contributions from the community to help us keep our documentation accurate and comprehensive.
For quick edits or fixing typos on an existing article, the easiest way to contribute is by using the edit link at the bottom of the live documentation page. This link will take you directly to the original source file in this repository, where you can submit a change request.
If you would like to add entirely new documentation pages, sections, or submit a substantial change to the structure:
- Fork this repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Make your changes and commit them (
git commit -m 'feat: add new page on [topic]'). - Push to your branch (
git push origin feature/your-feature-name). - Submit a Pull Request (PR) to the
mainbranch of this repository.
We appreciate your effort and will review all submissions!
This documentation is licensed under the GPL (General Public License). See the LICENSE file for more details.