This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (53 loc) · 1.74 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
site_name: FactryFlow
# site_description: FastAPI framework, high performance, easy to learn, fast to code, ready for production
theme:
name: material
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- search.suggest
- search.highlight
- content.tabs.link
- navigation.indexes
- content.tooltips
- navigation.path
- content.code.annotate
- content.code.copy
- content.code.select
icon:
repo: fontawesome/brands/github-alt
language: en
repo_url: https://github.com/Yacobolo/factryflow
repo_name: factryflow
nav:
- Welcome: index.md
- Core Concepts:
- Resource Management: core-concepts/resource-management.md
- Production Fundamentals: core-concepts/production-fundamentals.md
- Assignment Rules: core-concepts/assignment-rules.md
# - Getting Started:
# - Installation: getting-started/installation.md
# - Quickstart: getting-started/quickstart.md
# - Tutorial: getting-started/tutorial.md
# - User Guide:
- Technical Documentation:
- Architecture: technical-documentation/architecture.md
- ER Diagram: technical-documentation/er-diagram.md
- Database Schema: technical-documentation/database-schema.md
- Database Naming Conventions: technical-documentation/database-naming-conventions.md
- API Style Guide: technical-documentation/api-style-guide.md
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format