-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
78 lines (71 loc) · 2.17 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
72
73
74
75
76
77
78
site_name: Java Patterns
site_description: >
java design patterns and architectural concepts
site_author: Alexander Rogalskiy
site_url: https://alexander-rogalsky.gitbook.io/java-patterns-docs/
repo_name: AlexRogalskiy/java-patterns
repo_url: https://gitlab.com/AlexRogalskiy/java-patterns
edit_uri: https://gitlab.com/AlexRogalskiy/java-patterns/master/docs/
#Copyright (shown at the footer)
copyright: 'Copyright © 2021 Nullables.io'
theme:
name: material
font:
text: Roboto
code: Roboto Mono
palette:
scheme: preference
primary: deep-orange
accent: deep-orange
features:
- navigation.tabs
- search.suggest
- search.highlight
- header.autohide
highlightjs: true
language: 'en'
plugins:
- search
# - minify:
# minify_html: true
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/AlexRogalskiy/java-patterns'
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
linenums: true
use_pygments: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
pages:
- Introduction: README.md
- Table of contents: SUMMARY.md
- User Guide:
- Changelog: user-guide/changelog.md
- Dependency: user-guide/dependency.md
- FAQ: user-guide/faq.md
- Getting Started: user-guide/getting-started.md
- Code of Conduct: user-guide/code_of_conduct.md
- Code Owners: user-guide/code_owners.md
- Troubleshooting: user-guide/troubleshooting.md
- Upgrade: user-guide/upgrade.md
- Units:
- Design patterns: units/design-patterns.md
- Scenarios: units/scenarios.md
- Use cases: units/use-cases.md
- Contributing:
- Information: contributing/info.md
- Reporting:
- Information: reporting/info.md
- Bug Report: reporting/bug_report.md
- Custom Report: reporting/custom_report.md
- Issue Report: reporting/issue_template.md
- Feature Request: reporting/feature_request_template.md
- Pull Request: reporting/pull_request_template.md
- Links:
- Information: links/info.md