Skip to content

Commit bb2f900

Browse files
committed
docs: update title and description
1 parent 070010d commit bb2f900

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Document</title>
5+
<title>Testground</title>
66
<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.">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
99

1010
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@3/dist/docsify-themeable/style.min.css" type="text/css">
@@ -49,7 +49,8 @@
4949
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
5050
<script>
5151
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">',
5354
repo: 'testground/testground',
5455
loadSidebar: 'SUMMARY.md',
5556
loadNavbar: 'NAV.md',

0 commit comments

Comments
 (0)