Skip to content

Commit 7911d18

Browse files
authored
chore: Updated the config and logo size (#9)
1 parent 30e0b7a commit 7911d18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const config: Config = {
2323

2424
// GitHub pages deployment config.
2525
// If you aren't using GitHub pages, you don't need these.
26-
organizationName: "facebook", // Usually your GitHub org/user name.
27-
projectName: "docusaurus", // Usually your repo name.
26+
organizationName: "TangleML", // Usually your GitHub org/user name.
27+
projectName: "tangle", // Usually your repo name.
2828

2929
onBrokenLinks: "throw",
3030
onBrokenMarkdownLinks: "warn",
@@ -88,7 +88,7 @@ const config: Config = {
8888
'docs/component-development',
8989
'docs/reference',
9090
'docs/user-guide',
91-
91+
9292
],
9393
useAllContextsWithNoSearchContext: true,
9494
},
@@ -135,7 +135,7 @@ const config: Config = {
135135
],
136136
},
137137
],
138-
copyright: `Copyright © ${new Date().getFullYear()} Shopify. Built with Docusaurus.`,
138+
// copyright: `Copyright © ${new Date().getFullYear()} The Tangle authors.`,
139139
},
140140
prism: {
141141
theme: prismThemes.github,

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
/* Navbar logo styling */
109109
.navbar__logo {
110-
height: 2rem;
110+
height: 3rem;
111111
}
112112

113113
.navbar__title {

0 commit comments

Comments
 (0)