Right now, the documents do not encode which project they belong to. The only way to distinguish between documents is using the title in the frontmatter.
However many documents such as the Project Charter and Event Schedule will have the same name and can only be discriminated by which project they belong to.
The documents should allow getting tagged by the project like so:
---
layout: base.njk
title: Project Charter
project: Boolviz
---
content of the charter
The project should be shown on the actual document. And the documents related to the same project should be grouped together on the main page.
## Blog
- Project Charter
- Launch Data
## Boolviz
- Project Charter
- Launch Data
Right now, the documents do not encode which project they belong to. The only way to distinguish between documents is using the title in the frontmatter.
However many documents such as the
Project CharterandEvent Schedulewill have the same name and can only be discriminated by which project they belong to.The documents should allow getting tagged by the project like so:
The
projectshould be shown on the actual document. And the documents related to the same project should be grouped together on the main page.