|
site_name: resume-maker-ai-agent |
|
repo_url: https://github.com/DeepakPant93/resume-maker-ai-agent |
|
site_url: https://DeepakPant93.github.io/resume-maker-ai-agent |
|
site_description: This app will download Jio-Savan music. |
|
site_author: Deepak pant |
|
edit_uri: edit/main/docs/ |
|
repo_name: DeepakPant93/resume-maker-ai-agent |
|
copyright: Maintained by <a href="https://github.com/DeepakPant93/">Deepak pant</a>. |
|
|
|
nav: |
|
- Home: index.md |
|
- Modules: modules.md |
|
|
|
plugins: |
|
- search |
|
- tags |
|
- mkdocstrings: |
|
handlers: |
|
python: |
|
setup_commands: |
|
show_source: false |
|
show_root_heading: true |
|
show_root_full_path: false |
|
heading_level: 3 |
|
enable_inventory: true |
|
|
|
|
|
|
|
|
|
- minify: |
|
minify_html: true |
|
minify_js: true |
|
|
|
theme: |
|
name: material |
|
logo: assets/logo.png |
|
favicon: assets/favicon.ico |
|
features: |
|
- navigation.tabs |
|
- navigation.sections |
|
- navigation.top |
|
- search.suggest |
|
- search.highlight |
|
- content.tabs.link |
|
- content.code.annotate |
|
- content.copy.code |
|
palette: |
|
- media: "(prefers-color-scheme: light)" |
|
scheme: default |
|
primary: indigo |
|
accent: deep orange |
|
toggle: |
|
icon: material/brightness-7 |
|
name: Switch to dark mode |
|
- media: "(prefers-color-scheme: dark)" |
|
scheme: slate |
|
primary: black |
|
accent: deep orange |
|
toggle: |
|
icon: material/brightness-4 |
|
name: Switch to light mode |
|
icon: |
|
repo: fontawesome/brands/github |
|
|
|
extra: |
|
social: |
|
- icon: fontawesome/brands/github |
|
link: https://github.com/DeepakPant93/resume-maker-ai-agent |
|
- icon: fontawesome/brands/python |
|
link: https://pypi.org/project/resume-maker-ai-agent |
|
|
|
|
|
|
|
|
|
markdown_extensions: |
|
- toc: |
|
permalink: true |
|
- pymdownx.arithmatex: |
|
generic: true |
|
- pymdownx.highlight: |
|
anchor_linenums: true |
|
line_spans: __span |
|
pygments_lang_class: true |
|
- pymdownx.inlinehilite |
|
- pymdownx.snippets |
|
- pymdownx.superfences |
|
- pymdownx.tabbed |
|
- attr_list |
|
- md_in_html |
|
|