mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Moved doc files into doc folder
This commit is contained in:
@@ -154,5 +154,4 @@ tests/
|
||||
|
||||
# Project management files
|
||||
docs/
|
||||
project_management/
|
||||
requirements-dev.txt
|
||||
|
||||
6
.github/workflows/build_docs.yml
vendored
6
.github/workflows/build_docs.yml
vendored
@@ -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
|
||||
|
||||
@@ -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,
|
||||
@@ -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
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Reference in New Issue
Block a user