Skip to content

Allow tagging documents with specific projects #11

@keogami

Description

@keogami

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions