@@ -24,21 +24,28 @@ const config: Config = {
2424
2525 customFields : {
2626 educatesProject : {
27- projectGitHubUrl : "https://github.com/educates/educates-training-platform" ,
28- contributingUrl : "https://github.com/educates/educates-training-platform/blob/develop/CONTRIBUTING.md" ,
27+ projectGitHubUrl :
28+ "https://github.com/educates/educates-training-platform" ,
29+ projectSlackUrl : "https://kubernetes.slack.com/archives/C05UWT4SKRV" ,
30+ contributingUrl :
31+ "https://github.com/educates/educates-training-platform/blob/develop/CONTRIBUTING.md" ,
2932 sponsorshipUrl : "https://github.com/sponsors/educates" ,
33+ downloadsUrl :
34+ "https://github.com/educates/educates-training-platform/releases" ,
3035 descriptionTitle : "Interactive Training Platform" ,
31- description : "The Educates project provides a system for hosting interactive workshop environments in Kubernetes,"
32- + "or on top of a local container runtime. It can be used for self paced or supervised workshops."
33- + "It can also be useful where you need to package up demos of applications hosted in Kubernetes "
34- + "or a local container runtime." ,
36+ description :
37+ "The Educates project provides a system for hosting interactive workshop environments in Kubernetes, " +
38+ "or on top of a local container runtime. It can be used for self paced or supervised workshops. " +
39+ "It can also be useful where you need to package up demos of applications hosted in Kubernetes " +
40+ "or a local container runtime." ,
3541 screenshot : "/img/screenshot.png" ,
3642 youtubeUrl : "https://www.youtube.com/@EducatesTrainingPlatform" ,
37- }
43+ } ,
3844 } ,
3945
4046 onBrokenLinks : "throw" ,
4147 onBrokenMarkdownLinks : "warn" ,
48+ onBrokenAnchors : "warn" ,
4249
4350 markdown : {
4451 mermaid : true ,
@@ -119,7 +126,7 @@ const config: Config = {
119126 // Replace with your project's social card
120127 image : "img/logo.svg" ,
121128 colorMode : {
122- defaultMode : ' light' ,
129+ defaultMode : " light" ,
123130 disableSwitch : true ,
124131 respectPrefersColorScheme : false ,
125132 } ,
@@ -138,15 +145,38 @@ const config: Config = {
138145 src : "img/logo.svg" ,
139146 } ,
140147 items : [
141- { to : '/#use-cases' , label : 'Use Cases' , position : 'left' } ,
142- { to : '/#features' , label : 'Features' , position : 'left' } ,
143- { to : '/#team' , label : 'Team' , position : 'left' } ,
144- // { to: '/#references', label: 'References', position: 'left' },
145- { to : '/#pricing' , label : 'Pricing' , position : 'left' } ,
146- { to : '/getting-started-guides' , label : 'Getting Started' , position : 'left' } ,
147- { to : '/blog' , label : 'Blog' , position : 'left' } ,
148- { href : 'https://docs.educates.dev' , label : 'Docs' , position : 'left' } ,
149- { href : 'https://github.com/educates/educates-training-platform' , label : 'GitHub' , position : 'right' } ,
148+ {
149+ type : "dropdown" ,
150+ label : "Project" ,
151+ position : "left" ,
152+ items : [
153+ { to : "/#use-cases" , label : "Use Cases" } ,
154+ { to : "/#features" , label : "Features" } ,
155+ { to : "/#team" , label : "Team" } ,
156+ // { to: '/#references', label: 'References', position: 'left' },
157+ { to : "/#pricing" , label : "Pricing" } ,
158+ { to : "/#featured-content" , label : "Featured Content" } ,
159+ ] ,
160+ } ,
161+ { to : "/downloads" , label : "Downloads" , position : "left" } ,
162+ {
163+ type : "dropdown" ,
164+ label : "Guides" ,
165+ position : "left" ,
166+ items : [
167+ { to : "/getting-started-guides" , label : "Getting Started" } ,
168+ { to : "/getting-started-guides/setup" , label : "Setup" } ,
169+ { to : "/getting-started-guides/about" , label : "About" } ,
170+ { to : "/getting-started-guides/authoring" , label : "Authoring" } ,
171+ ] ,
172+ } ,
173+ { to : "/blog" , label : "Blog" , position : "left" } ,
174+ { href : "https://docs.educates.dev" , label : "Docs" , position : "right" } ,
175+ {
176+ href : "https://github.com/educates/educates-training-platform" ,
177+ label : "GitHub" ,
178+ position : "right" ,
179+ } ,
150180 // { href: '/login', label: 'Login / Sign Up', position: 'right', className: 'navbar-login-button' },
151181 ] ,
152182 } ,
@@ -161,11 +191,13 @@ const config: Config = {
161191 { label : "Team" , to : "/#team" } ,
162192 // { label: "References", to: "/#references" },
163193 { label : "Pricing" , to : "/#pricing" } ,
194+ { label : "Downloads" , to : "/downloads" } ,
164195 ] ,
165196 } ,
166197 {
167198 title : "Docs" ,
168199 items : [
200+ { label : "Featured Content" , to : "/#featured-content" } ,
169201 { label : "Blog" , to : "/blog" } ,
170202 {
171203 label : "Getting Started Guides" ,
0 commit comments