-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
71 lines (65 loc) · 1.81 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: Java Ultimate Tools Documentation
site_description: The Official Documentation For The Java Ultimate Tools Library
theme:
name: material
palette:
primary: 'blue grey'
accent: 'amber'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
logo:
icon: 'settings_applications'
site_author: Joshua Gager
repo_name: 'JavaUltimateTools-Docs'
repo_url: 'https://github.com/JGCompTech/JavaUltimateTools-Docs'
extra:
social:
- type: 'github'
link: 'https://github.com/JGCompTech'
- type: 'globe'
link: 'https://jgcomptech.com'
markdown_extensions:
- admonition
- codehilite:
linenums: true
- footnotes
- abbr
- sane_lists
- mdx_semanticwikilinks
- toc:
permalink: Link
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- Classes:
- Auth System:
- Intoduction: AuthSystem/index.md
- Auth Manager: AuthSystem/AuthManager.md
- Permission Manager: AuthSystem/PermissionManager.md
- Session Manager: AuthSystem/SessionManager.md
- Subject: AuthSystem/Subject.md
- User Manager: AuthSystem/UserManager.md
- User Role Manager: AuthSystem/UserRoleManager.md
- Database Tools: DatabaseTools/index.md
- Dialogs: Dialogs/index.md
- Event Management: EventManagement/index.md
- HWInfo : HWInfo/index.md
- OSInfo: OSInfo/index.md
- Security Tools: SecurityTools/index.md
- Utils : Utils/index.md
- Changelog: changelog.md
- JavaDoc: http://www.javadoc.io/doc/com.jgcomptech.tools/java-ultimate-tools
- GitHub: https://github.com/JGCompTech/JavaUltimateTools