-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
100 lines (93 loc) · 3.01 KB
/
mkdocs.yml
File metadata and controls
100 lines (93 loc) · 3.01 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
site_name: CM Blocks
theme:
name: material
palette:
primary: custom
accent: custom
font:
text: Roboto
code: Fira Code
features:
- search.suggest
- search.share
- navigation.footer
copyright: Copyright © 2016 - 2025 CM Blocks
extra:
generator: false
social:
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/codemanasnp/
extra_css:
- css/extra.css
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search:
lang: en
separator: '[\s\-]+'
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True
nav:
- Introduction: index.md
- Installation: installation.md
- Blocks Template: template.md
- Blocks:
- Accordion: accordion.md
- Advance Heading: advance-heading.md
- Countdown: countdown.md
- Counter: counter.md
- Icon: icon.md
- Icon Box: icon-box.md
- Icon List: icon-list.md
- Masonry Gallery: masonry-gallery.md
- Progress Bar: progress-bar.md
- Separator: separator.md
- Shape Group: shape-group.md
- Slider: slider.md
- Social Share: social-share.md
- Star Rating: star-rating.md
- Timeline: timeline.md
- Time to Read: time-to-read.md
- Features:
- Block Visibility: features/block-visibility.md
- Site: features/site.md
- Scroll to Top: features/scroll-to-top.md
- Animation: features/animation/index.md
- Layout: features/layout/index.md
- Design Library:
- Introduction: design-library/index.md
- Features: design-library/features.md
- Choose a Pattern: design-library/choose-pattern.md
- Kits:
- Introduction: kits/index.md
- Features: kits/features.md
- Choose a Kit: kits/choose-kits.md
- Favorites:
- Introduction: favorites/index.md
- Features: favorites/features.md
- Add, Remove or Display Favorites: favorites/add-remove-favorites.md
- Starter Sites:
- Introduction: starter-sites/index.md
- Import Sites: starter-sites/import-sites.md
- Simple Popup Block Plugin:
- Introduction: simple-popup-block/index.md
- Installation: simple-popup-block/installation.md
- Choose a Template: simple-popup-block/template.md
- Popup Trigger: simple-popup-block/popup-trigger.md
- Popup Behavior: simple-popup-block/popup-behavior.md
- Popup Condition: simple-popup-block/popup-condition.md
- Dimension: simple-popup-block/dimension.md
- Close Button: simple-popup-block/close-button.md
- Tutorial:
- 'Display On Whole Site': 'simple-popup-block/display-on-whole-site.md'
- 'Show popup on click': 'simple-popup-block/trigger-on-click.md'
- 'Show Video in popup': 'simple-popup-block/embed-video-in-popup.md'
- Sticky Header: sticky-header/index.md
- General Theme: general-theme/index.md
- Theme:
- CM News: cm-news/index.md
- CM Blog: cm-blog/index.md
- CM News Pro: cm-news-pro/index.md