File tree Expand file tree Collapse file tree 5 files changed +1217
-1087
lines changed Expand file tree Collapse file tree 5 files changed +1217
-1087
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ The page will automatically reload if you make changes to the code. You will see
147
147
148
148
Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit.
149
149
150
- [ Read more about testing] ( https://facebook.github.io/create-react-app/docs/ running-tests) .
150
+ [ Read more about testing] ( running-tests.md ) .
151
151
152
152
### ` npm run build ` or ` yarn build `
153
153
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const siteConfig = {
21
21
path : '../docs' ,
22
22
sidebarPath : require . resolve ( './sidebars.json' ) ,
23
23
editUrl :
24
- 'https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/ ' ,
24
+ 'https://github.com/facebook/create-react-app/edit/master/docusaurus/website ' ,
25
25
showLastUpdateAuthor : true ,
26
26
showLastUpdateTime : true ,
27
27
} ,
Original file line number Diff line number Diff line change 6
6
"deploy" : " docusaurus deploy"
7
7
},
8
8
"dependencies" : {
9
- "@docusaurus/core" : " ^2.0.0-alpha.30 " ,
10
- "@docusaurus/preset-classic" : " ^2.0.0-alpha.30 " ,
9
+ "@docusaurus/core" : " ^2.0.0-alpha.39 " ,
10
+ "@docusaurus/preset-classic" : " ^2.0.0-alpha.39 " ,
11
11
"classnames" : " ^2.2.6" ,
12
12
"react" : " ^16.11.0" ,
13
13
"react-dom" : " ^16.11.0"
Original file line number Diff line number Diff line change 7
7
--ifm-color-primary-lighter : rgb (83 , 224 , 197 );
8
8
--ifm-color-primary-lightest : rgb (132 , 233 , 214 );
9
9
}
10
+
11
+ @media screen and (max-width : 996px ) {
12
+ : root {
13
+ --ifm-font-size-base : 15px ;
14
+ }
15
+ }
16
+
17
+ @media screen and (min-width : 997px ) {
18
+ : root {
19
+ --ifm-font-size-base : 17px ;
20
+ }
21
+ }
22
+
23
+ .docusaurus-highlight-code-line {
24
+ background-color : rgb (72 , 77 , 91 );
25
+ display : block;
26
+ margin : 0 calc (-1 * var (--ifm-pre-padding ));
27
+ padding : 0 var (--ifm-pre-padding );
28
+ }
You can’t perform that action at this time.
0 commit comments