@@ -9,11 +9,19 @@ const projectName = "developer-experience";
99
1010const config : Config = {
1111 title : "Cardano Developer Experience" ,
12- tagline : "Your comprehensive guide to building on Cardano " ,
13- favicon : "img/favicon.ico " ,
12+ tagline : "Community-driven developer experience initiatives at Intersect MBO " ,
13+ favicon : "img/favicon.png " ,
1414 // GitHub Pages adds a trailing slash by default that I don't want
1515 trailingSlash : false ,
1616
17+ // Add Google Fonts
18+ stylesheets : [
19+ {
20+ href : 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap' ,
21+ type : 'text/css' ,
22+ } ,
23+ ] ,
24+
1725 // Set the production url of your site here
1826 url : 'https://devex.intersectmbo.org' ,
1927 // Set the /<baseUrl>/ pathname under which your site is served
@@ -56,10 +64,10 @@ const config: Config = {
5664 // Replace with your project's social card
5765 image : "img/docusaurus-social-card.jpg" ,
5866 navbar : {
59- title : "Cardano DevEx " ,
67+ title : "Developer Experience " ,
6068 logo : {
6169 alt : "Intersect MBO Logo" ,
62- src : "img/OSO-image_modified.PNG " ,
70+ src : "img/intersect-logo.png " ,
6371 } ,
6472 items : [
6573 {
@@ -68,58 +76,93 @@ const config: Config = {
6876 position : "left" ,
6977 label : "Documentation" ,
7078 } ,
79+ {
80+ type : "dropdown" ,
81+ label : "Resources" ,
82+ position : "left" ,
83+ items : [
84+ {
85+ label : "Getting Started" ,
86+ to : "/docs/getting-started" ,
87+ } ,
88+ {
89+ label : "How-to Guides" ,
90+ to : "/docs/how-to-guide/beginner" ,
91+ } ,
92+ {
93+ label : "Working Groups" ,
94+ to : "/docs/working-group/q1-2025" ,
95+ } ,
96+ ] ,
97+ } ,
7198 {
7299 href : "https://github.com/IntersectMBO/developer-experience" ,
73100 label : "GitHub" ,
74101 position : "right" ,
75102 } ,
76- // {
77- // href: "https://discord.com/channels/1136727663583698984/1250047836339306526 ",
78- // label: "Discord ",
79- // position: "right",
80- // },
103+ {
104+ href : "https://intersectmbo.org " ,
105+ label : "Intersect MBO " ,
106+ position : "right" ,
107+ } ,
81108 ] ,
82109 } ,
83110 footer : {
84111 style : "dark" ,
85112 links : [
86113 {
87- title : "Docs " ,
114+ title : "Documentation " ,
88115 items : [
89116 {
90- label : "Documentation " ,
117+ label : "Getting Started " ,
91118 to : "/docs/getting-started" ,
92119 } ,
120+ {
121+ label : "How-to Guides" ,
122+ to : "/docs/how-to-guide/beginner" ,
123+ } ,
124+ {
125+ label : "Working Groups" ,
126+ to : "/docs/working-group/q1-2025" ,
127+ } ,
93128 ] ,
94129 } ,
95130 {
96- title : "Community " ,
131+ title : "Intersect Ecosystem " ,
97132 items : [
98- // {
99- // label: "Discord",
100- // href: "https://discordapp.com/invite/docusaurus",
101- // },
102- // {
103- // label: "X",
104- // href: "https://x.com/docusaurus",
105- // },
133+ {
134+ label : "Intersect MBO" ,
135+ href : "https://intersectmbo.org" ,
136+ } ,
137+ {
138+ label : "Cardano Foundation" ,
139+ href : "https://cardanofoundation.org" ,
140+ } ,
141+ {
142+ label : "IOG" ,
143+ href : "https://iohk.io" ,
144+ } ,
106145 ] ,
107146 } ,
108147 {
109- title : "More " ,
148+ title : "Resources " ,
110149 items : [
111- // {
112- // label: "Blog",
113- // to: "/blog",
114- // },
115150 {
116- label : "GitHub" ,
151+ label : "GitHub Repository " ,
117152 href : "https://github.com/IntersectMBO/developer-experience" ,
118153 } ,
154+ {
155+ label : "Community Resources" ,
156+ to : "/docs/resources/community" ,
157+ } ,
158+ {
159+ label : "Tools & APIs" ,
160+ to : "/docs/resources/tools" ,
161+ } ,
119162 ] ,
120163 } ,
121164 ] ,
122- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc . Built with Docusaurus.` ,
165+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Intersect MBO . Built with Docusaurus.` ,
123166 } ,
124167 prism : {
125168 theme : prismThemes . github ,
0 commit comments