-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
127 lines (120 loc) · 3.34 KB
/
mkdocs.yml
File metadata and controls
127 lines (120 loc) · 3.34 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
site_name: Java Crash Course
site_url: https://trihajikhr.github.io/java-grinder/
site_description: 'A practical, no-nonsense Java crash course for learners who want to grasp core concepts fast—complete with explanations, examples, and real project guidance.'
theme:
language: id
name: material
palette:
- scheme: slate
toggle:
name: Dark mode
icon: material/weather-sunny
primary: green
accent: blue
- scheme: default
toggle:
name: Light mode
icon: material/weather-night
primary: deep-purple
accent: blue
features:
- navigation.path
- navigation.top
- navigation.tabs
- navigation.tracking
- navigation.footer
- content.code.copy
- content.code.select
- content.code.annotate
- search.suggest
# - toc.integrate
- toc.follow
- search.highlight
- search.share
- announce.dismiss
logo: logo.png
favicon: favicon.ico
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/trihajikhr/java-grinder
repo_name: trihajikhr/java-grinder
#copyright: >
# Copyright © 2025 by <a href="https://github.com/trihajikhr">trihajikhr</a>.
# Licensed under MIT.<br/>
# Made with ❤️.
copyright: >
Copyright © 2025 by <a href="https://github.com/trihajikhr">Trihaji Khoerur Rohman</a>.
Licensed under MIT.<br/>
Made with ❤️.
markdown_extensions:
- pymdownx.arithmatex:
generic: true
tex_inline_wrap: [ '$', '$' ]
tex_block_wrap: [ '$$', '$$' ]
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- meta
- toc:
permalink: true
title: On this page
permalink_title: Anchor link to this section for reference
toc_depth: 3
- tables
- attr_list
- md_in_html
extra_javascript:
- javascript/consent.js
- https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
plugins:
# - mkdocs-simple-hooks:
# hooks:
# on_env: "hooks:on_env"
- search
- tags
- literate-nav:
nav_file: navigation.md
- git-revision-date-localized:
enable_creation_date: true
enabled: true
- git-authors
- git-committers:
repository: trihajikhr/java-grinder
docs_path: docs/
token: !ENV MKDOCS_GIT_COMMITTERS_APIKEY
enabled: false
branch: main
# - macros
- rss:
extra:
social:
- icon: simple/github
link: https://github.com/trihajikhr
- icon: simple/rss
link: feed_rss_created.xml
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.