Skip to content

Commit df454b1

Browse files
author
github-actions
committed
Deployed fb6c258 to develop with MkDocs 1.6.0 and mike 2.1.1
1 parent 9245e20 commit df454b1

File tree

22 files changed

+838
-139
lines changed

22 files changed

+838
-139
lines changed

develop/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

develop/about/changelog/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

develop/about/code/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

develop/about/docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

develop/about/license/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

develop/assets/css/admonition.css

Lines changed: 69 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,160 +1,161 @@
11
[data-md-color-scheme="slate"] {
2-
--admonition-border-color: transparent;
3-
--admonition-expanded-border-color: rgba(255, 255, 255, 0.1);
4-
--note-bg-color: rgba(43, 110, 98, 0.2);
5-
--terminal-bg-color: #0c0c0c;
6-
--terminal-title-bg-color: #000;
7-
--deep-dive-bg-color: rgba(43, 52, 145, 0.2);
8-
--you-will-learn-bg-color: #353a45;
9-
--pitfall-bg-color: rgba(182, 87, 0, 0.2);
2+
--admonition-border-color: transparent;
3+
--admonition-expanded-border-color: rgba(255, 255, 255, 0.1);
4+
--note-bg-color: rgba(43, 110, 98, 0.2);
5+
--terminal-bg-color: #0c0c0c;
6+
--terminal-title-bg-color: #000;
7+
--deep-dive-bg-color: rgba(43, 52, 145, 0.2);
8+
--you-will-learn-bg-color: #353a45;
9+
--pitfall-bg-color: rgba(182, 87, 0, 0.2);
1010
}
1111
[data-md-color-scheme="default"] {
12-
--admonition-border-color: rgba(0, 0, 0, 0.08);
13-
--admonition-expanded-border-color: var(--admonition-border-color);
14-
--note-bg-color: rgb(244, 251, 249);
15-
--terminal-bg-color: rgb(64, 71, 86);
16-
--terminal-title-bg-color: rgb(35, 39, 47);
17-
--deep-dive-bg-color: rgb(243, 244, 253);
18-
--you-will-learn-bg-color: rgb(246, 247, 249);
19-
--pitfall-bg-color: rgb(254, 245, 231);
12+
--admonition-border-color: rgba(0, 0, 0, 0.08);
13+
--admonition-expanded-border-color: var(--admonition-border-color);
14+
--note-bg-color: rgb(244, 251, 249);
15+
--terminal-bg-color: rgb(64, 71, 86);
16+
--terminal-title-bg-color: rgb(35, 39, 47);
17+
--deep-dive-bg-color: rgb(243, 244, 253);
18+
--you-will-learn-bg-color: rgb(246, 247, 249);
19+
--pitfall-bg-color: rgb(254, 245, 231);
2020
}
2121

2222
.md-typeset details,
2323
.md-typeset .admonition {
24-
border-color: var(--admonition-border-color) !important;
25-
box-shadow: none;
24+
border-color: var(--admonition-border-color) !important;
25+
box-shadow: none;
2626
}
2727

2828
.md-typeset :is(.admonition, details) {
29-
margin: 0.55em 0;
29+
margin: 0 0;
3030
}
3131

3232
.md-typeset .admonition {
33-
font-size: 0.7rem;
33+
font-size: 0.7rem;
3434
}
3535

3636
.md-typeset .admonition:focus-within,
3737
.md-typeset details:focus-within {
38-
box-shadow: none !important;
38+
box-shadow: none !important;
3939
}
4040

4141
.md-typeset details[open] {
42-
border-color: var(--admonition-expanded-border-color) !important;
42+
border-color: var(--admonition-expanded-border-color) !important;
4343
}
4444

4545
/*
4646
Admonition: "summary"
4747
React Name: "You will learn"
4848
*/
4949
.md-typeset .admonition.summary {
50-
background: var(--you-will-learn-bg-color);
51-
padding: 0.8rem 1.4rem;
52-
border-radius: 0.8rem;
50+
background: var(--you-will-learn-bg-color);
51+
padding: 0.8rem 1.4rem;
52+
border-radius: 0.8rem;
5353
}
5454

5555
.md-typeset .summary .admonition-title {
56-
font-size: 1rem;
57-
background: transparent;
58-
padding-left: 0.6rem;
59-
padding-bottom: 0;
56+
font-size: 1rem;
57+
background: transparent;
58+
padding-left: 0.6rem;
59+
padding-bottom: 0;
6060
}
6161

6262
.md-typeset .summary .admonition-title:before {
63-
display: none;
63+
display: none;
6464
}
6565

6666
.md-typeset .admonition.summary {
67-
border-color: #ffffff17 !important;
67+
border-color: #ffffff17 !important;
6868
}
6969

7070
/*
7171
Admonition: "abstract"
7272
React Name: "Note"
7373
*/
7474
.md-typeset .admonition.abstract {
75-
background: var(--note-bg-color);
76-
padding: 0.8rem 1.4rem;
77-
border-radius: 0.8rem;
75+
background: var(--note-bg-color);
76+
padding: 0.8rem 1.4rem;
77+
border-radius: 0.8rem;
7878
}
7979

8080
.md-typeset .abstract .admonition-title {
81-
font-size: 1rem;
82-
background: transparent;
83-
padding-bottom: 0;
84-
color: rgb(68, 172, 153);
81+
font-size: 1rem;
82+
background: transparent;
83+
padding-bottom: 0;
84+
color: rgb(68, 172, 153);
8585
}
8686

8787
.md-typeset .abstract .admonition-title:before {
88-
font-size: 1.1rem;
89-
background: rgb(68, 172, 153);
88+
font-size: 1.1rem;
89+
background: rgb(68, 172, 153);
9090
}
9191

9292
/*
9393
Admonition: "warning"
9494
React Name: "Pitfall"
9595
*/
9696
.md-typeset .admonition.warning {
97-
background: var(--pitfall-bg-color);
98-
padding: 0.8rem 1.4rem;
99-
border-radius: 0.8rem;
97+
background: var(--pitfall-bg-color);
98+
padding: 0.8rem 1.4rem;
99+
border-radius: 0.8rem;
100100
}
101101

102102
.md-typeset .warning .admonition-title {
103-
font-size: 1rem;
104-
background: transparent;
105-
padding-bottom: 0;
106-
color: rgb(219, 125, 39);
103+
font-size: 1rem;
104+
background: transparent;
105+
padding-bottom: 0;
106+
color: rgb(219, 125, 39);
107107
}
108108

109109
.md-typeset .warning .admonition-title:before {
110-
font-size: 1.1rem;
111-
background: rgb(219, 125, 39);
110+
font-size: 1.1rem;
111+
background: rgb(219, 125, 39);
112112
}
113113

114114
/*
115115
Admonition: "info"
116116
React Name: "Deep Dive"
117117
*/
118118
.md-typeset .admonition.info {
119-
background: var(--deep-dive-bg-color);
120-
padding: 0.8rem 1.4rem;
121-
border-radius: 0.8rem;
119+
background: var(--deep-dive-bg-color);
120+
padding: 0.8rem 1.4rem;
121+
border-radius: 0.8rem;
122122
}
123123

124124
.md-typeset .info .admonition-title {
125-
font-size: 1rem;
126-
background: transparent;
127-
padding-bottom: 0;
128-
color: rgb(136, 145, 236);
125+
font-size: 1rem;
126+
background: transparent;
127+
padding-bottom: 0;
128+
color: rgb(136, 145, 236);
129129
}
130130

131131
.md-typeset .info .admonition-title:before {
132-
font-size: 1.1rem;
133-
background: rgb(136, 145, 236);
132+
font-size: 1.1rem;
133+
background: rgb(136, 145, 236);
134134
}
135135

136136
/*
137137
Admonition: "example"
138138
React Name: "Terminal"
139139
*/
140140
.md-typeset .admonition.example {
141-
background: var(--terminal-bg-color);
142-
border-radius: 0.4rem;
143-
overflow: hidden;
144-
border: none;
141+
background: var(--terminal-bg-color);
142+
border-radius: 0.4rem;
143+
overflow: hidden;
144+
border: none;
145+
margin: 0.5rem 0;
145146
}
146147

147148
.md-typeset .example .admonition-title {
148-
background: var(--terminal-title-bg-color);
149-
color: rgb(246, 247, 249);
149+
background: var(--terminal-title-bg-color);
150+
color: rgb(246, 247, 249);
150151
}
151152

152153
.md-typeset .example .admonition-title:before {
153-
background: rgb(246, 247, 249);
154+
background: rgb(246, 247, 249);
154155
}
155156

156157
.md-typeset .admonition.example code {
157-
background: transparent;
158-
color: #fff;
159-
box-shadow: none;
158+
background: transparent;
159+
color: #fff;
160+
box-shadow: none;
160161
}

develop/dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ misconfigurations
3939
backhaul
4040
sublicense
4141
broadcasted
42+
hello_world
43+
my_template

develop/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

develop/learn/add-reactpy-to-a-django-project/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

develop/learn/your-first-component/index.html

Lines changed: 16 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)