File tree Expand file tree Collapse file tree 3 files changed +198
-1136
lines changed Expand file tree Collapse file tree 3 files changed +198
-1136
lines changed Original file line number Diff line number Diff line change 1212 "clear" : " docusaurus clear"
1313 },
1414 "dependencies" : {
15- "@docusaurus/core" : " 2.0.0-alpha.70 " ,
16- "@docusaurus/preset-classic" : " 2.0.0-alpha.71 " ,
15+ "@docusaurus/core" : " ^ 2.0.0-alpha.72 " ,
16+ "@docusaurus/preset-classic" : " ^ 2.0.0-alpha.72 " ,
1717 "@mdx-js/react" : " ^1.6.21" ,
1818 "clsx" : " ^1.1.1" ,
1919 "react" : " ^16.8.4" ,
Original file line number Diff line number Diff line change 3535 height : 24px ;
3636 display : flex;
3737 background-repeat : no-repeat;
38- background-image : url ("/experimenter-docs/ img/github.svg" );
38+ background-image : url ("/img/github.svg" );
3939}
4040
4141[data-theme = "dark" ] .header-github-link ::before {
42- background-image : url ("/experimenter-docs/ img/github-dark.svg" );
42+ background-image : url ("/img/github-dark.svg" );
4343}
4444
4545.menu__list a [href ^= "http://" ]: not ([href *= "localhost:3000" ]): after ,
4646.menu__list a [href ^= "https://" ]: not ([href *= "mozilla.github.io/experimenter-docs" ]): after
4747{
4848 content : "" ;
4949 background-repeat : no-repeat;
50- background-image : url ("/experimenter-docs/ img/external.svg" );
50+ background-image : url ("/img/external.svg" );
5151 display : block;
5252 min-width : 15px ;
5353 height : 15px ;
You can’t perform that action at this time.
0 commit comments