adds last few files before removal of blog posts from this repo

adds ability to flag pages as "alwaysHidden"
This commit is contained in:
Rosia E Evans 2023-10-13 10:57:11 +01:00
parent 9966927e5c
commit 8cfcf1a721
20 changed files with 83 additions and 29 deletions

View file

@ -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