This repository was archived by the owner on Jan 13, 2025. It is now read-only.
fix: made paddign consistent between nav and table of content #181
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactor File Structure and API Endpoints
Restructure the backend file organization and API endpoints for the Akira Docs editor.
main.py,file.py,files.py, andfile_service.pyfiles and consolidated the functionality into a singleroutes.pyfile.filesendpoint.path_utils.pyfile as the functionality was no longer needed.pyproject.tomlfile to reflect the changes in the backend dependencies.These changes streamline the backend codebase, simplify the API, and improve the overall maintainability of the Akira Docs editor.
Original Description
## 🔍 DescriptionType
Checklist