User guide and documentation for D8 Progress - gamified goal tracking designed specifically for neurodivergent brains.
🌐 Live Documentation: https://d8progress.github.io/d8-docs/
This repository contains the user-facing documentation for D8 Progress, built with Hugo and the Docsy theme.
- Hugo Extended (v0.110.0+): https://gohugo.io/installation/
- Go (v1.19+): https://golang.org/dl/
- Node.js (for Docsy dependencies)
# Clone the repository
git clone https://github.com/D8Progress/d8-docs.git
cd d8-docs
# Initialize Hugo modules (downloads Docsy theme)
hugo mod init github.com/D8Progress/d8-docs
hugo mod get -u
# Install dependencies
npm install
# Start local server with live reload
hugo server
# View at http://localhost:1313/d8-docs/We welcome contributions to improve our documentation!
content/
├── _index.md # Homepage
├── docs/ # Main documentation
│ ├── getting-started/
│ ├── features/
│ ├── gamification/
│ └── accessibility/
└── community/ # Community pages
- Fork this repository
- Create a branch:
git checkout -b improve-docs - Make your changes to files in
content/ - Test locally:
hugo server - Submit a pull request
- Neurodivergent-friendly: Use clear, direct language
- Inclusive: Consider ADHD, autism, and other neurodivergent experiences
- Practical: Include specific examples and screenshots
- Accessible: Use proper headings, alt text, and clear structure
This site is automatically deployed to GitHub Pages using GitHub Actions when changes are pushed to the main branch.
To use docs.d8progress.com:
- Add
CNAMEfile with domain name - Configure DNS to point to GitHub Pages
- Enable HTTPS in repository settings
This site uses Hugo Modules instead of git submodules for theme management:
# Update Docsy theme
hugo mod get -u github.com/google/docsy
# Clean module cache if needed
hugo mod cleanKey customizations:
- Colors: Matches D8 Progress branding
- Navigation: Links to community and main app
- Feedback: Directs users to GitHub issues/discussions
- Search: Enabled for better content discovery
- Documentation Issues: Open an issue
- General Questions: Community Discussions
- App Support: Report in Community
This documentation is licensed under Creative Commons Attribution 4.0 International.
D8 Progress application is proprietary software. See the main application for licensing terms.