002: Initial mkdocs plugin design
Status¶
Accepted
Based on: 001
Extended by: 003, 004, and 005.
Context¶
Taking 001 as a starting point, we want to define the processes that the mkdocs plugin need to have to fulfill the desired requirements.
Proposals¶
The plugin will consist on the following phases:
- Select the changes that need to be recorded.
- Create the newsletter articles from those changes.
- Build the MkDocs nav with the newsletter articles
- Decide which changes need to be notified
- Send the notifications:
- Update the RSS
- Send the email.
Decision¶
Implement the only proposal.