Skip to content

Commit ca2f00b

Browse files
author
Bandarenka Yury
committed
add boosty
1 parent 3236767 commit ca2f00b

File tree

7 files changed

+79
-4
lines changed

7 files changed

+79
-4
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.pages

docs/.pages

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ nav:
55
- exslt
66
- recipes
77
- tr.md
8+
- Boosty: https://boosty.to/bndby

docs/boosty-color.svg

+20
Loading

docs/boosty-dark.svg

+13
Loading

docs/boosty-white.svg

+13
Loading

mkdocs.yml

+22-4
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,27 @@ plugins:
5252
extra:
5353
generator: false
5454
social:
55-
- icon: fontawesome/brands/telegram
56-
link: https://t.me/xsltdev
57-
name: Группа в Telegram
55+
- icon: fontawesome/brands/html5
56+
link: 'https://hcdev.ru/'
57+
name: HTML and CSS docs
58+
- icon: fontawesome/brands/js
59+
link: 'https://scriptdev.ru/'
60+
name: Javascript
61+
- icon: fontawesome/brands/angular
62+
link: 'https://angdev.ru/'
63+
name: Angular docs
64+
- icon: fontawesome/brands/react
65+
link: 'https://reactdev.ru/'
66+
name: React docs
67+
- icon: fontawesome/brands/node-js
68+
link: 'https://nodejsdev.ru/'
69+
name: Node.js docs
70+
- icon: fontawesome/brands/python
71+
link: 'https://py3dev.ru/'
72+
name: Python 3 docs
73+
- icon: fontawesome/solid/code
74+
link: 'https://xsltdev.ru/'
75+
name: XSLT docs
5876

5977
extra_css:
60-
- '/assets/stylesheets/styles.css'
78+
- '/assets/stylesheets/styles.css?2'

overrides/assets/stylesheets/styles.css

+9
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,12 @@ h3 {
155155
.layout .cell h3 .headerlink {
156156
display: none;
157157
}
158+
159+
.md-tabs__list li:last-child {
160+
font-weight: 700;
161+
position: absolute;
162+
right: 0;
163+
padding-left: 24px;
164+
background: url('/boosty-white.svg') left center / 22px
165+
22px no-repeat;
166+
}

0 commit comments

Comments
 (0)