-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
mkdocs.yml
51 lines (45 loc) · 1.24 KB
/
mkdocs.yml
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
site_name: vue-goodshare
site_description: "A simple way to share a link on the pages of your website in the most popular (and not so) social networks. Powered by goodshare.js project."
nav:
- Get started: "index.md"
- Installation: "installation.md"
- Usage:
- Single element: "using-component-single.md"
- Bundle of share elements: "using-component-bundle.md"
- Supported providers:
- Social networks: "supported-social-networks.md"
- Mobile messengers: "supported-mobile-messengers.md"
- Misc: "supported-misc-components.md"
- Design:
- Buttons: "design-buttons.md"
- Icons: "design-icons.md"
- Demo on localhost: "demo-on-localhost.md"
theme:
name: "material"
language: "en"
logo:
icon: "🍿"
feature:
tabs: false
font:
text: "Open Sans"
code: "Hack"
palette:
primary: "green"
accent: "green"
edit_uri: ""
copyright: "Copyright © 2020 Vic Shóstak"
repo_name: koddr/vue-goodshare
repo_url: https://github.com/koddr/vue-goodshare
extra:
social:
- type: "twitter"
link: "https://twitter.com/true_koddr"
- type: "link"
link: "https://1wa.co"
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- extra