-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
114 lines (109 loc) · 3.09 KB
/
Copy pathmkdocs.yml
File metadata and controls
114 lines (109 loc) · 3.09 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
site_name: Library Insight
site_url: https://Coding-Meet.github.io/Library-Insight/
repo_name: Coding-Meet/Library-Insight
repo_url: https://github.com/Coding-Meet/Library-Insight
edit_uri: edit/main/docs/
site_description: Version-correct JVM API explorer and MCP server for AI IDEs.
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: slate
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: light blue
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- search.share
- code.annotate
- content.code.copy
- content.tabs.link
- content.action.edit
- content.action.view
- toc.follow
extra_css:
- assets/stylesheets/extra.css
markdown_extensions:
- toc:
permalink: true
permalink_title: Link to this section
- admonition
- 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
- tables
- attr_list
- md_in_html
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Coding-Meet
name: GitHub
- icon: fontawesome/solid/globe
link: https://codingmeet.com/
name: Portfolio
- icon: fontawesome/brands/youtube
link: https://youtube.com/@codingmeet26?si=_2Mu6ozuCdYuqihA
name: Youtube
- icon: fontawesome/solid/envelope
link: mailto:codingmeet26@gmail.com
name: Gmail
- icon: fontawesome/brands/medium
link: https://www.medium.com/@meet26
name: Medium
- icon: fontawesome/brands/stack-overflow
link: https://stackoverflow.com/users/13082664/meet
name: Stack Overflow
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/coding-meet
name: LinkedIn
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/codingmeet26/
name: Instagram
- icon: fontawesome/brands/twitter
link: https://www.twitter.com/CodingMeet
name: Twitter
- icon: fontawesome/brands/telegram
link: https://www.telegram.me/Meetb26
name: Telegram
- icon: fontawesome/solid/coffee
link: https://www.buymeacoffee.com/CodingMeet
name: Buy Me Coffee
nav:
- Home: index.md
- Getting Started: getting-started.md
- Architecture: architecture.md
- Command Reference: cli.md
- MCP Integration: mcp.md
- AI Agent Integration: ai-agents.md
- Release Notes: releases.md