adds last few files before removal of blog posts from this repo
adds ability to flag pages as "alwaysHidden"
This commit is contained in:
parent
9966927e5c
commit
8cfcf1a721
20 changed files with 83 additions and 29 deletions
|
@ -11,7 +11,8 @@
|
|||
|
||||
struct FileFlags
|
||||
{
|
||||
bool hidden;
|
||||
bool hidden; // removes page from navbar when hidePages option is set
|
||||
bool alwaysHidden; // page will never be added to navbar, good for files you want to keep but only link to
|
||||
};
|
||||
|
||||
class FlagReader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue