File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 107107
108108/* Navbar logo styling */
109109.navbar__logo {
110- height : 2 rem ;
110+ height : 3 rem ;
111111}
112112
113113.navbar__title {
You can’t perform that action at this time.
0 commit comments