site_name: gim
site_author: Sheldon Wei
site_url: https://domain/gim
site_description: >-
An advanced Git commit message generation utility designed to automatically craft high-quality commit messages with precision and sophistication.
docs_dir: "content/"
repo_name: davelet/git-intelligence-message
repo_url: https://github.com/davelet/git-intelligence-message
edit_uri: "edit/main/docs/content/"
copyright: Copyright © 2025 - 2026 GIM
theme:
name: material
font:
code: IBM Plex Mono
features:
- content.action.edit
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.tabs
- navigation.top
- search.highlight
- search.suggest
- toc.integrate
- toc.follow
icon:
edit: material/pencil
palette:
- media: "(prefers-color-scheme)"
scheme: default
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/weather-night
name: Switch to system preference
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- toc:
anchorlink: true
- pymdownx.inlinehilite
- pymdownx.keys:
key_map:
{
"a": "a",
"b": "b",
"c": "c",
"d": "d",
"e": "e",
"f": "f",
"g": "g",
"h": "h",
"i": "i",
"j": "j",
"k": "k",
"l": "l",
"m": "m",
"n": "n",
"o": "o",
"p": "p",
"q": "q",
"r": "r",
"s": "s",
"t": "t",
"u": "u",
"v": "v",
"w": "w",
"x": "x",
"y": "y",
"z": "z",
"A": "A",
"B": "B",
"C": "C",
"D": "D",
"E": "E",
"F": "F",
"G": "G",
"H": "H",
"I": "I",
"J": "J",
"K": "K",
"L": "L",
"M": "M",
"N": "N",
"O": "O",
"P": "P",
"Q": "Q",
"R": "R",
"S": "S",
"T": "T",
"U": "U",
"V": "V",
"W": "W",
"X": "X",
"Y": "Y",
"Z": "Z",
}
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- mdx_truly_sane_lists - pymdownx.tabbed:
alternate_style: true
plugins:
- tags
- search
- mike:
canonical_version: stable
- git-revision-date-localized:
type: date
- privacy
extra:
favicon: "favicon.ico"
version:
provider: mike
default: stable
nav:
- "Home": index.md
- "Installation": installation.md
- "AI Configuration": ai.md
- "Command Line Interface": cli.md
- "User Customization": user_config.md
- "Prompt Management": prompt.md
- "Update": update.md
- "Contributing": contribute.md
- "Changelog": changelog.md