@@ -72,6 +72,7 @@ const config = {
7272 alt : 'Blockly Logo' ,
7373 src : 'images/logo.svg' ,
7474 srcDark : 'images/blockly-dark-theme-logo.png' ,
75+ href : 'https://www.blockly.com/' ,
7576 } ,
7677 items : [
7778 {
@@ -116,20 +117,60 @@ const config = {
116117 position : 'left' ,
117118 } ,
118119 {
119- type : 'docSidebar' ,
120- label : 'Codelabs' ,
121- sidebarId : 'codelabsSidebar' ,
120+ type : 'dropdown' ,
121+ label : 'Tutorial' ,
122122 position : 'left' ,
123+ items : [
124+ {
125+ label : 'Codelabs' ,
126+ to : '/codelabs/' ,
127+ } ,
128+ {
129+ label : 'Samples' ,
130+ href : 'https://raspberrypifoundation.github.io/blockly-samples/' ,
131+ } ,
132+ ] ,
123133 } ,
124134 {
125- label : 'Samples' ,
126- href : 'https://raspberrypifoundation.github.io/blockly-samples/' ,
127- position : 'right' ,
135+ type : 'dropdown' ,
136+ label : 'Summits' ,
137+ position : 'left' ,
138+ items : [
139+ {
140+ label : 'Session Catalog' ,
141+ href : 'https://blockly.com/summit/home' ,
142+ } ,
143+ {
144+ label : 'Summit 2026' ,
145+ href : 'https://blockly.com/summit/2026/home' ,
146+ } ,
147+ ] ,
148+ } ,
149+ {
150+ label : 'Team' ,
151+ href : 'https://blockly.com/team' ,
152+ position : 'left' ,
153+ } ,
154+ {
155+ type : 'dropdown' ,
156+ label : 'Accessibility' ,
157+ position : 'left' ,
158+ items : [
159+ {
160+ label : 'Accessibility' ,
161+ href : 'https://blockly.com/accessibility' ,
162+ } ,
163+ {
164+ label : 'Projects and partnerships' ,
165+ href : 'https://blockly.com/accessibility-projects' ,
166+ } ,
167+ ] ,
128168 } ,
129169 {
130170 label : 'GitHub' ,
131171 href : 'https://github.com/raspberrypifoundation/blockly' ,
132172 position : 'right' ,
173+ className : 'navbar__item--show-external-icon' ,
133174 } ,
134175 ] ,
135176 } ,
0 commit comments