forked from NCronJob-Dev/NCronJob
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (52 loc) · 1.57 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
site_name: NCronJob
site_url: https://ncronjob-dev.github.io/NCronJob/
site_description: A simple and powerful job scheduler.
docs_dir: docs
repo_name: NCronJob-Dev/NCronJob
repo_url: https://github.com/NCronJob-Dev/NCronJob
edit_uri: edit/main/docs/
theme:
name: readthedocs
hightlightjs: true
search: true
logo: logo_small.png
features:
- navigation.instant
- content.action.edit
markdown_extensions:
- smarty
- sane_lists
- fenced_code
- meta
- admonition
- attr_list
- codehilite
- footnotes
- toc:
permalink: true
nav:
- NCronJob: index.md
- Overview:
- Getting Started: getting-started.md
- Features:
- Define and Schedule Jobs: features/define-and-schedule-jobs.md
- Passing Parameters: features/parameters.md
- Notifications: features/notifications.md
- Registering multiple CRON expressions: features/multiple-cron-expressions.md
- Triggering instant jobs: features/instant-jobs.md
- Concurrency control: features/concurrency-control.md
- Retry support: features/retry-support.md
- Minimal API: features/minimal-api.md
- Startup Jobs: features/startup-jobs.md
- Model dependencies: features/model-dependencies.md
- Migration:
- v2 Migration Guide: migration/v2.md
- Advanced:
- Controlling the log level: advanced/log-level.md
- Global Concurrency: advanced/global-concurrency.md
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/NCronJob-Dev/NCronJob
copyright: 2024 <a href="https://github.com/NCronJob-Dev">NCronJob-Dev</a>.