Skip to content

Dev #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 15, 2025
Merged

Dev #104

merged 6 commits into from
May 15, 2025

Conversation

TechWithDunamix
Copy link
Member

feat: add File Router guide to documentation and update config for navigation

Add File Router guide to documentation and update config for navigation

This commit adds a new guide for the File Router feature to the documentation. It also updates the configuration to include the File Router in the navigation menu.

feat: add ASGI and Async Python guides to documentation

Add ASGI and Async Python guides to documentation

This commit adds new guides for understanding ASGI and asynchronous programming in Python. These guides provide information and examples to help users get started with these concepts in their projects.

feat: add ASGI and Async Python guides to documentation

Fixes #N/A

…lication

Clean up code formatting and add deprecation warning for get_application

This commit cleans up code formatting in the `.vitepress/config.mjs` file and adds a deprecation warning for the `get_application` function in the `nexios/__init__.py` file. These changes improve code readability and provide a warning to developers about the deprecation of the `get_application` function.

Fixes #N/A
…down hooks

Refactor code to use NexiosApp and add startup/shutdown hooks

Replaces the usage of `get_application` with `NexiosApp` in multiple files for improved code organization and maintainability. Additionally, adds startup and shutdown hooks to execute specific functions on application startup and shutdown. This change enhances the extensibility and customization of the application.

Refactors main.py in `nexios/templates/basic` and `nexios/templates/standard` folders, and adds startup and shutdown functions to handle application lifecycle events.

Fixes #N/A
…stration

Refactor APIView for dynamic method registration

Enhances method detection in APIView to dynamically register available HTTP methods based on the class definition.
Add ASGI and Async Python guides to documentation

This commit adds new guides for understanding ASGI and asynchronous programming in Python. These guides provide information and examples to help users get started with these concepts in their projects.

feat: add ASGI and Async Python guides to documentation

Fixes #N/A
…vigation

Add File Router guide to documentation and update config for navigation

This commit adds a new guide for the File Router feature to the documentation. It also updates the configuration to include the File Router in the navigation menu.

Related to #<issue-number>
Copy link

netlify bot commented May 15, 2025

Deploy Preview for nexios-docs ready!

Name Link
🔨 Latest commit 6857813
🔍 Latest deploy log https://app.netlify.com/projects/nexios-docs/deploys/68253fb5b1c47e0008c0cfb4
😎 Deploy Preview https://deploy-preview-104--nexios-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@TechWithDunamix TechWithDunamix merged commit 6dc003d into main May 15, 2025
10 of 11 checks passed
TechWithDunamix added a commit that referenced this pull request May 15, 2025
Merge pull request #104 from nexios-labs/dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant