You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: polish README with links to all new files, enable GitHub Discussions
- Add Getting Started and FAQ links to Quick Start section
- Update flashcard count from 7 to 16 decks
- Add Contributing/CoC links
- Add Additional Resources table linking all new documents
- GitHub Discussions enabled on the repository
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Spaced repetition cards using a Leitner box system. Cards you get right appear less often. Cards you miss come back immediately.
167
+
### Flashcards (16 decks)
168
+
Spaced repetition cards using a Leitner box system. Cards you get right appear less often. Cards you miss come back immediately. Decks cover all 13 levels plus 4 expansion modules.
167
169
```bash
168
170
python practice/flashcards/review-runner.py
169
171
```
@@ -297,7 +299,22 @@ ruff check .
297
299
298
300
Contributions are welcome. If you find a typo, a broken link, a test that could be better, or want to add a project — open an issue or submit a pull request.
299
301
300
-
Please keep contributions consistent with the curriculum's style: plain language, hands-on first, no jargon without explanation.
302
+
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines and [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) for community standards.
303
+
304
+
---
305
+
306
+
## 📋 Additional Resources
307
+
308
+
| Document | Description |
309
+
|----------|-------------|
310
+
|[Getting Started Guide](./GETTING_STARTED.md)| How to use this curriculum, time estimates, pacing suggestions |
311
+
|[FAQ](./FAQ.md)| Common questions from new learners |
312
+
|[Curriculum Map](./CURRICULUM_MAP.md)| Visual dependency diagram and projects-at-a-glance table |
313
+
|[Validation](./VALIDATION.md)| What the CI checks do and how to run them locally |
314
+
|[Tools Guide](./tools/README.md)| Documentation for all curriculum tools (grader, diagnostics, progress tracker) |
315
+
|[Contributing](./CONTRIBUTING.md)| How to contribute to this project |
316
+
|[Code of Conduct](./CODE_OF_CONDUCT.md)| Community standards |
0 commit comments