1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
This commit is contained in:
checktheroads
2020-02-25 11:01:05 -07:00
parent fc938a00fe
commit db2c72d7e4
5 changed files with 55 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ const githubURL = "https://github.com/checktheroads/hyperglass";
module.exports = {
title: "hyperglass",
tagline: "documentation for the modern network looking glass",
tagline: "the network looking glass that tries to make the internet better.",
url: "https://hyperglass.io",
baseUrl: "/",
favicon: "img/favicon.ico",
@@ -49,12 +49,12 @@ module.exports = {
title: "Community",
items: [
{
label: "Stack Overflow",
href: "https://stackoverflow.com/questions/tagged/docusaurus"
label: "Gitter",
href: "https://gitter.im/hyperglass"
},
{
label: "Discord",
href: "https://discordapp.com/invite/docusaurus"
label: "Keybase",
href: "https://keybase.io/team/hyperglass"
}
]
},