File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < title > Document </ title >
5
+ < title > Testground </ title >
6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
7
- < meta name ="description " content ="Description ">
7
+ < meta name ="description " content ="Testground is a platform for testing, benchmarking, and simulating distributed and p2p systems at scale. ">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0 ">
9
9
10
10
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify-darklight-theme@3/dist/docsify-themeable/style.min.css " type ="text/css ">
49
49
< script src ="//cdn.jsdelivr.net/npm/docsify-edit-on-github "> </ script >
50
50
< script >
51
51
window . $docsify = {
52
- name : '<img class="light-only" src="assets/logo-light-theme.svg"><img class="dark-only" src="assets/logo-dark-theme.svg">' ,
52
+ name : '<img class="light-only" src="assets/logo-light-theme.svg">' +
53
+ '<img class="dark-only" src="assets/logo-dark-theme.svg">' ,
53
54
repo : 'testground/testground' ,
54
55
loadSidebar : 'SUMMARY.md' ,
55
56
loadNavbar : 'NAV.md' ,
You can’t perform that action at this time.
0 commit comments