-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·80 lines (75 loc) · 1.83 KB
/
mkdocs.yml
File metadata and controls
executable file
·80 lines (75 loc) · 1.83 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
site_name: Paystack Client (GO) Documentation
site_description: Paystack Client (GO) documentation
site_author: Gbenga Adeyi
site_url: https://github.com/gray-adeyi/paystack
theme:
name: "material"
palette:
- media: '(prefers-color-scheme: light)'
scheme: paystack-light
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: '(prefers-color-scheme: dark)'
scheme: paystack-dark
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.top
- navigation.sections
- navigation.path
- navigation.indexes
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.tabs.link
- content.code.copy
- content.code.select
icon:
repo: fontawesome/brands/github-alt
logo: assets/paystack.svg
favicon: assets/paystack.svg
language: en
repo_name: gray-adeyi/paystack
repo_url: https://github.com/gray-adeyi/paystack
plugins:
- mike:
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: latest
version_selector: true
css_dir: css
javascript_dir: js
- search
- glightbox
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/gray-adeyi/paystack
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- "Get Started": get-started.md
- Examples: examples.md
- "API Reference": api-reference.md
- FAQs: faqs.md