New Documentation Site with Markdown Docs #39
smashedr
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
These docs are written in plain text using Markdown, built with VitePress, and deployed to GitHub Pages.
Editing the docs with the live preview is super easy and intuitive. All you have to do is clone the project, install it and run dev. Instructions are on the README.md and CONTRIBUTING.md respectively.
Building and deploying is also super simple. All my VitePress sites use this exact same workflow: https://github.com/cssnr/stack-deploy-docs/blob/master/.github/workflows/pages.yaml
This is the first documentation site I have written for a GitHub Action and I already like it. It is easier to write and browse compared to a GitHub README.md.
Feature Showcase
I added a StackTable.vue custom component to show a comparison of all the available actions on the marketplace.
Why VitePress
For more information, read the What is VitePress? doc on vitepress.dev.
More VitePress
Some other VitePress sites I have authored, including a VitePress Plugin.
TLDR? Let me know if you have any feedback on the new docs site: https://docker-deploy.cssnr.com/
Feel free to post any questions or suggestions on this thread...
Beta Was this translation helpful? Give feedback.
All reactions