Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.3 KB

File metadata and controls

43 lines (36 loc) · 1.3 KB

Zeython Documentation

Welcome to the Zeython docs. This site complements the README and LEARN guide with focused topics.

Quick links

  • Getting Started → getting-started.md
  • Architecture → architecture.md
  • Configuration → configuration.md
  • Configuration Reference → config-reference.md
  • Models → models.md
  • Database → database.md
  • Services → services/web.md, services/discord.md
  • API & Routes → api.md
  • Examples → examples.md

Advanced topics

  • Authentication → authentication.md
  • File Management → file-management.md
  • Vendor Integrations → vendor-integrations.md
  • Error Monitoring → error-monitoring.md
  • Deployment → deployment.md
  • Performance → performance.md
  • Testing → testing.md
  • Troubleshooting → troubleshooting.md
  • Security → security.md
  • FAQ → faq.md

For developers

  • Developer Setup → developer-setup.md
  • Coding Standards → coding-standards.md
  • Service Development → service-development.md
  • Debugging → debugging.md

Versions

This site currently shows the latest documentation. Planned versions (coming soon):

  • main (latest)
  • v1.x (legacy)

Migration

  • Migration Guide → migration.md

About Zeython

Zeython is a modular MVC framework for Python built on Flask with a service manager that can run multiple services in parallel.