As a Developer, I want the documentation of this monorepo to be visible and accessible so that I can quickly locate the information I need.
Description
In #1735, we have identified that we want to publish the Sage Monorepo docs in Markdown format with MkDocs/MkDocs Material.
The goal of this story is to create a GitHub workflow that builds and publish the Markdown files with MkDocs to GitHub Pages. The files to consider are:
docs/*.md
apps/**/README.md
libs/**/README.md
README.md
An example of GitHub workflow is provided by the Trivy project here:
What projects is this story for?
No response
As a user, I want
As a Developer, I want the documentation of this monorepo to be visible and accessible so that I can quickly locate the information I need.
Description
In #1735, we have identified that we want to publish the Sage Monorepo docs in Markdown format with MkDocs/MkDocs Material.
The goal of this story is to create a GitHub workflow that builds and publish the Markdown files with MkDocs to GitHub Pages. The files to consider are:
docs/*.md
apps/**/README.md
libs/**/README.md
README.md
An example of GitHub workflow is provided by the Trivy project here:
Acceptance criteria
Tasks
No response
Anything else?
No response
Have you linked this story to a GitHub Project?