root
309556c1a0
docs: simplify documentation structure
...
- Remove manual API docs (mkdocstrings generates automatically)
- Remove internal docs (ARCHITECTURE, GITEA_PAGES, RELEASE, SEMANTIC_RELEASE)
- Add usage.md with examples
- Simplify index.md
- Update mkdocs.yml (minimal config)
- Remove api_reference.md duplicate
2026-03-29 00:56:45 +00:00
root
43a75ae09b
chore: remove unused files and configs
...
- Remove .github/workflows/ (Gitea uses .gitea/workflows/)
- Remove pydoc-markdown.yml (using MkDocs now)
- Remove dist/ and .pytest_cache/ (build artifacts)
- Update .gitignore with .venv/
2026-03-29 00:52:50 +00:00
root
7b8de4af2d
docs: update WIP.md with current state
...
- Remove outdated pydoc-markdown references
- Add CI/CD pipeline documentation
- Add semantic-release workflow description
- Add current architecture and stack
- Add testing and coverage info
- Add deployment instructions
- Clean up history section
2026-03-29 00:50:16 +00:00
root
455bbd166d
chore: clean up repository artifacts
...
- Remove .coverage (already in .gitignore)
- Remove site/ documentation build (should be built by CI)
- Documentation will be built and deployed by Gitea Actions
2026-03-29 00:47:35 +00:00
root
0975b68334
feat: complete Kwork API client with 45+ endpoints
...
Initial release:
- Complete async API client (45+ endpoints)
- Pydantic models for all responses
- Two-step authentication
- Comprehensive error handling
- 92% test coverage
- Gitea Actions CI/CD
- Semantic release configured
2026-03-29 00:42:54 +00:00