File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ const config = {
5454 autoModeGroup : {
5555 label : 'Amazon EKS Essentials' ,
5656 items : [
57- { to : '/docs/fastpaths/setup' , label : 'Intro' } ,
57+ { to : '/docs/fastpaths/' , label : 'Intro' } ,
58+ { to : '/docs/fastpaths/setup' , label : 'Setup' } ,
59+ { to : '/docs/fastpaths/navigating' , label : 'Navigating the labs' } ,
5860 { to : '/docs/fastpaths/developer' , label : 'Developer' } ,
5961 { to : '/docs/fastpaths/operator' , label : 'Operator' } ,
6062 ] ,
Original file line number Diff line number Diff line change 276276
277277/* Hide navbar items on desktop - they're in secondary nav */
278278.navbar__item {
279- flex-grow : 1 ;
280- flex-shrink : 1 ;
281- padding : 0 0 px ;
282- font-size : clamp ( 0.8 em , 1.2 vw , 1 em );
283- white-space : nowrap ;
284- text-overflow : ellipsis ;
279+ display : none ;
280+ }
281+
282+ /* Show navbar items only in mobile sidebar */
283+ .navbar-sidebar .navbar__item {
284+ display : block ;
285285}
286286
287287.navbar__items--right .dropdown--right {
You can’t perform that action at this time.
0 commit comments