Moved doc files into doc folder

This commit is contained in:
CasVT
2025-04-22 23:38:05 +02:00
parent 0cbb03151f
commit 29b13d53f5
20 changed files with 5 additions and 6 deletions

View File

@@ -154,5 +154,4 @@ tests/
# Project management files
docs/
project_management/
requirements-dev.txt

View File

@@ -17,9 +17,9 @@ jobs:
with:
python-version: 3.8
cache: 'pip'
- run: pip install -r requirements.txt -r project_management/requirements-docs.txt
- run: pip install -r requirements.txt -r docs/requirements-docs.txt
name: Install dependencies
- run: python3 project_management/generate_api_docs.py
- run: python3 docs/generate_api_docs.py
name: Generate API docs
- run: mkdocs gh-deploy --force -f project_management/mkdocs.yml
- run: mkdocs gh-deploy --force -f docs/mkdocs.yml
name: Build docs

View File

@@ -22,7 +22,7 @@ from frontend.input_validation import DataSource, api_docs
api_prefix = Server.api_prefix
admin_prefix = Server.admin_prefix
api_file = folder_path('docs', 'other_docs', 'api.md')
api_file = folder_path('docs', 'src', 'other_docs', 'api.md')
url_var_map = {
'int:n_id': NotificationServiceNotFound,

View File

@@ -5,7 +5,7 @@ site_author: Casvt
repo_url: https://github.com/Casvt/MIND
edit_uri: blob/Development/docs/
repo_name: Casvt/MIND
docs_dir: ../docs
docs_dir: src/
extra_css:
- assets/css/extra.css

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB