268 lines
6.8 KiB
YAML
268 lines
6.8 KiB
YAML
INHERIT: website-template/mkdocs.yml
|
|
|
|
docs_dir: 'docs'
|
|
|
|
repo_name: Centurion ERP
|
|
repo_url: https://github.com/nofusscomputing/centurion_erp
|
|
edit_uri: '/edit/development/docs/'
|
|
theme:
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
|
|
plugins:
|
|
mkdocstrings:
|
|
enabled: true
|
|
handlers:
|
|
python:
|
|
setup_commands:
|
|
- import os
|
|
- import django
|
|
- os.chdir('app/')
|
|
- os.environ.setdefault("DJANGO_SETTINGS_MODULE", "app.settings")
|
|
- django.setup()
|
|
options:
|
|
find_stubs_package: true
|
|
heading_level: 2
|
|
inherited_members: false
|
|
members_order: alphabetical
|
|
paths: [ '.' ]
|
|
parameter_headings: false
|
|
separate_signature: true
|
|
show_bases: true
|
|
show_category_heading: true
|
|
show_if_no_docstring: true
|
|
show_labels: false
|
|
show_object_full_path: false
|
|
show_overloads: true
|
|
show_root_heading: false
|
|
show_root_full_path: true
|
|
show_root_toc_entry: false
|
|
show_signature_annotations: true
|
|
show_source: false
|
|
show_submodules: true
|
|
summary: true
|
|
|
|
|
|
nav:
|
|
- Home: index.md
|
|
|
|
- Articles:
|
|
|
|
- articles/index.md
|
|
|
|
- Projects:
|
|
|
|
- projects/index.md
|
|
|
|
- Centurion ERP:
|
|
|
|
- projects/centurion_erp/index.md
|
|
|
|
- Administration:
|
|
|
|
- projects/centurion_erp/administration/index.md
|
|
|
|
- projects/centurion_erp/administration/authentication.md
|
|
|
|
- projects/centurion_erp/administration/backup.md
|
|
|
|
- projects/centurion_erp/administration/core/ticketing.md
|
|
|
|
- projects/centurion_erp/administration/devops/feature_flags.md
|
|
|
|
- projects/centurion_erp/administration/installation.md
|
|
|
|
- projects/centurion_erp/administration/monitoring.md
|
|
|
|
- Development:
|
|
|
|
- projects/centurion_erp/development/index.md
|
|
|
|
- Application API:
|
|
|
|
- projects/centurion_erp/development/api/index.md
|
|
|
|
- projects/centurion_erp/development/api/models/audit_history.md
|
|
|
|
- projects/centurion_erp/development/api/models/centurion.md
|
|
|
|
- projects/centurion_erp/development/api/models/centurion_sub.md
|
|
|
|
- projects/centurion_erp/development/api/models/tenancy.md
|
|
|
|
- Depreciated:
|
|
|
|
- projects/centurion_erp/development/api/admin_model_form.md
|
|
|
|
- projects/centurion_erp/development/api/model_form.md
|
|
|
|
- projects/centurion_erp/development/api/token_authentication.md
|
|
|
|
- Models:
|
|
|
|
- projects/centurion_erp/development/api/models/index.md
|
|
|
|
- projects/centurion_erp/development/api/models/core_history_save.md
|
|
|
|
- projects/centurion_erp/development/api/models/external_links.md
|
|
|
|
- projects/centurion_erp/development/api/models/itam_device.md
|
|
|
|
- projects/centurion_erp/development/api/models/ticket.md
|
|
|
|
- projects/centurion_erp/development/api/common_views.md
|
|
|
|
- Serializers:
|
|
|
|
- projects/centurion_erp/development/api/serializer/index.md
|
|
|
|
- projects/centurion_erp/development/api/serializer/inventory.md
|
|
|
|
- projects/centurion_erp/development/accounting/asset.md
|
|
|
|
- projects/centurion_erp/development/fields.md
|
|
|
|
- projects/centurion_erp/development/forms.md
|
|
|
|
- projects/centurion_erp/development/models.md
|
|
|
|
- projects/centurion_erp/development/core/entity.md
|
|
|
|
- projects/centurion_erp/development/core/model_history.md
|
|
|
|
- projects/centurion_erp/development/core/model_notes.md
|
|
|
|
- projects/centurion_erp/development/serializers.md
|
|
|
|
- projects/centurion_erp/development/itam/it_asset.md
|
|
|
|
- projects/centurion_erp/development/templates.md
|
|
|
|
- projects/centurion_erp/development/testing.md
|
|
|
|
- projects/centurion_erp/development/core/ticket.md
|
|
|
|
- projects/centurion_erp/development/core/ticket_comment.md
|
|
|
|
- projects/centurion_erp/development/views.md
|
|
|
|
- User:
|
|
|
|
- projects/centurion_erp/user/index.md
|
|
|
|
- projects/centurion_erp/user/user_settings.md
|
|
|
|
- Access:
|
|
|
|
- projects/centurion_erp/user/access/index.md
|
|
|
|
- projects/centurion_erp/user/access/contact.md
|
|
|
|
- projects/centurion_erp/user/access/company.md
|
|
|
|
- projects/centurion_erp/user/access/role.md
|
|
|
|
- projects/centurion_erp/user/access/team.md
|
|
|
|
- projects/centurion_erp/user/access/tenant.md
|
|
|
|
- Accounting:
|
|
|
|
- projects/centurion_erp/user/accounting/index.md
|
|
|
|
- projects/centurion_erp/user/accounting/asset.md
|
|
|
|
- Assistance:
|
|
|
|
- projects/centurion_erp/user/assistance/index.md
|
|
|
|
- projects/centurion_erp/user/assistance/knowledge_base.md
|
|
|
|
- projects/centurion_erp/user/configuration.md
|
|
|
|
- projects/centurion_erp/user/api.md
|
|
|
|
- projects/centurion_erp/user/config_management/index.md
|
|
|
|
- Core:
|
|
|
|
- projects/centurion_erp/user/core/index.md
|
|
|
|
- projects/centurion_erp/user/core/audit_history.md
|
|
|
|
- projects/centurion_erp/user/core/markdown.md
|
|
|
|
- projects/centurion_erp/user/core/model_notes.md
|
|
|
|
- projects/centurion_erp/user/core/tickets.md
|
|
|
|
- projects/centurion_erp/user/core/ticketcategory.md
|
|
|
|
- projects/centurion_erp/user/core/ticket_comment_category.md
|
|
|
|
- DevOps:
|
|
|
|
- projects/centurion_erp/user/devops/index.md
|
|
|
|
- projects/centurion_erp/user/devops/feature_flags.md
|
|
|
|
- projects/centurion_erp/user/devops/git_group.md
|
|
|
|
- projects/centurion_erp/user/devops/git_repository.md
|
|
|
|
- Human Resources:
|
|
|
|
- projects/centurion_erp/user/human_resources/index.md
|
|
|
|
- projects/centurion_erp/user/human_resources/employee.md
|
|
|
|
- ITAM:
|
|
|
|
- projects/centurion_erp/user/itam/index.md
|
|
|
|
- projects/centurion_erp/user/itam/device.md
|
|
|
|
- projects/centurion_erp/user/itam/operating_system.md
|
|
|
|
- projects/centurion_erp/user/itam/software.md
|
|
|
|
- ITIM:
|
|
|
|
- projects/centurion_erp/user/itim/index.md
|
|
|
|
- projects/centurion_erp/user/itim/cluster.md
|
|
|
|
- projects/centurion_erp/user/itim/clustertype.md
|
|
|
|
- projects/centurion_erp/user/itim/port.md
|
|
|
|
- projects/centurion_erp/user/itim/service.md
|
|
|
|
- Project Management:
|
|
|
|
- projects/centurion_erp/user/project_management/index.md
|
|
|
|
- projects/centurion_erp/user/project_management/project.md
|
|
|
|
- projects/centurion_erp/user/project_management/project_state.md
|
|
|
|
- projects/centurion_erp/user/project_management/project_task.md
|
|
|
|
- projects/centurion_erp/user/project_management/project_type.md
|
|
|
|
- Settings:
|
|
|
|
- projects/centurion_erp/user/settings/index.md
|
|
|
|
- projects/centurion_erp/user/settings/app_settings.md
|
|
|
|
- projects/centurion_erp/user/settings/external_links.md
|
|
|
|
|
|
- Operations:
|
|
|
|
- operations/index.md
|
|
|
|
- Contact Us: contact.md
|
|
|