-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (58 loc) · 1.62 KB
/
mkdocs.yml
File metadata and controls
63 lines (58 loc) · 1.62 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
site_name: quotes-convert
site_description: Convert matching double-quotes to single-quotes or vice versa in strings and streams. Inspired by the popular to-single-quotes npm package.
site_author: Y. Siva Sai Krishna
site_url: "https://ysskrishna.github.io/quotes-convert"
repo_name: "ysskrishna/quotes-convert"
repo_url: "https://github.com/ysskrishna/quotes-convert"
copyright: Copyright © 2026 Y. Siva Sai Krishna
docs_dir: docs
nav:
- Home: index.md
- CLI Guide: cli-guide.md
- Interactive Playground: playground.md
- API Reference: api-reference.md
- Contributing: CONTRIBUTING.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: false
show_signature_annotations: true
separate_signature: true
docstring_style: google
merge_init_into_class: true
theme:
name: material
custom_dir: docs/theme/overrides
locale: en
features:
- navigation.top
- navigation.footer
- content.code.copy
- content.code.annotate
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.snippets:
base_path: .
extra:
keywords:
- quotes
- convert
- single-quotes
- double-quotes
- strings
- text-processing
- streaming
- cli
- command-line
google_site_verification: "ICfb1XMVpLJZcn7JdUoaUsNZ-0D8LH1uztDuFd0VNfM"
og_image: https://raw.githubusercontent.com/ysskrishna/quotes-convert/main/media/og.png
social:
- icon: fontawesome/brands/github
link: https://github.com/ysskrishna/quotes-convert