fix(docs-infra): add hamburger button to CLI COMMANDS section (#28418)
Currently, when we navigate in the `CLI COMMANDS` section, the "hamburger button" isn't present because the class css `folder-cli` is missing. This PR add this class in order to show this button when we are in this section. PR Close #28418
This commit is contained in:
parent
227f7e44d6
commit
b87bf39eb4
|
@ -47,6 +47,7 @@ aio-shell.page-resources mat-toolbar.mat-toolbar {
|
|||
|
||||
// DOCS PAGES OVERRIDE: HAMBURGER
|
||||
aio-shell.folder-api mat-toolbar.mat-toolbar,
|
||||
aio-shell.folder-cli mat-toolbar.mat-toolbar,
|
||||
aio-shell.folder-docs mat-toolbar.mat-toolbar,
|
||||
aio-shell.folder-guide mat-toolbar.mat-toolbar,
|
||||
aio-shell.folder-tutorial mat-toolbar.mat-toolbar {
|
||||
|
|
Loading…
Reference in New Issue