-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (70 loc) · 2.05 KB
/
Copy pathmkdocs.yml
File metadata and controls
86 lines (70 loc) · 2.05 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
site_name: NexaORM
site_url: https://nexa-orm.vercel.app/
site_author: Fortunatus KIDJE (v1p3r75)
site_description: >-
NexaORM is a modern PHP Object-Relational Mapping (ORM) library designed
to simplify database interactions and streamline the development of PHP applications.
site_dir: build
repo_name: NexaORM
repo_url: https://github.com/v1p3r75/NexaORM
nav:
- Get Started : index.md
- Configuration : configuration.md
- Entities : entities.md
- Attributes : attributes.md
- Models : models.md
- Collections : collections.md
- Migrations : migrations.md
- Contributing : contributing.md
theme:
logo: assets/favicon.png
favicon: assets/favicon.png
name: material
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.expand
- navigation.footer
- content.code.copy
- content.code.select
- search.highlight
- search.share
- search.suggest
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
linenums: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
auto_title: true
- pymdownx.superfences
copyright: Copyright © 2024 - NexaORM
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/v1p3r75/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/fortunatus-ek/
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/elfriedv16