Skip to content

Commit

Permalink
New way of hiding an .md file
Browse files Browse the repository at this point in the history
  • Loading branch information
david-broman committed Mar 9, 2024
1 parent 2db150a commit f5d2e6a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

sidebar_class_name: hidden

# CorePPL Tutorial

In this tutorial, you will learn how to:
Expand Down
10 changes: 10 additions & 0 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
* and scoped locally.
*/


/*
Use the following line in your .md file, if you don't want to see it in the menu
sidebar_class_name: hidden
*/
.hidden {
display: none !important;
}


.heroBanner {
padding: 4rem 0;
text-align: center;
Expand Down

0 comments on commit f5d2e6a

Please sign in to comment.