Consisely describe the issue
Issue
The Community page /community currently displays meeting minutes in a modal under Older meeting details. Previously, individual meeting notes were available at URLs such as: https://podman.io/community/meeting/notes/2021-04-06/
These URLs now return 404, although the same meeting notes are still available through the modal on the Community page. This make the notes sharing little harder , users can not share the notes directly , instead they have to instruct some one how to navigate through pages or have to manually copy the whole markdown which is problematic.
Feature
Restore individual, directly accessible URLs for community meeting notes so that existing links and bookmarks continue to work.
For example:
/community/meeting/notes/2021-04-06/ should display the April 6, 2021 meeting notes instead of returning 404. The Meeting Minutes links on the Community page should also point to the corresponding meeting-note pages.
Approach
Using Docusaurus to generate individual pages/routes from the existing meeting-note Markdown files, and update the Community page to link to those pages instead of displaying the notes only in a modal.
Existing meeting-note URLs should be preserved or redirected where necessary.
Related issue : #315 .
This problem was commented in #315 issue but was not much descriptive.
Upload screenshots or screen recordings
LLM Policy
Consisely describe the issue
Issue
The Community page
/communitycurrently displays meeting minutes in a modal under Older meeting details. Previously, individual meeting notes were available at URLs such as:https://podman.io/community/meeting/notes/2021-04-06/These URLs now return 404, although the same meeting notes are still available through the modal on the Community page. This make the notes sharing little harder , users can not share the notes directly , instead they have to instruct some one how to navigate through pages or have to manually copy the whole markdown which is problematic.
Feature
Restore individual, directly accessible URLs for community meeting notes so that existing links and bookmarks continue to work.
For example:
/community/meeting/notes/2021-04-06/should display the April 6, 2021 meeting notes instead of returning 404. The Meeting Minutes links on the Community page should also point to the corresponding meeting-note pages.Approach
Using Docusaurus to generate individual pages/routes from the existing meeting-note Markdown files, and update the Community page to link to those pages instead of displaying the notes only in a modal.
Existing meeting-note URLs should be preserved or redirected where necessary.
Related issue : #315 .
This problem was commented in #315 issue but was not much descriptive.
Upload screenshots or screen recordings
LLM Policy