DEV Community

Cover image for Deploy your Slate doc tool in Github in 1 minute
chenge
chenge

Posted on

2

Deploy your Slate doc tool in Github in 1 minute

My sample: https://chenge.github.io/slate/

Publishing Your Docs to GitHub Pages

Publishing your API documentation couldn't be more simple.

Make sure you're working on a fork in your own account, not our original repo: git remote show origin.
Commit your changes to the markdown source: git commit -a -m "Update index.md"
Push the markdown source changes to GitHub: git push
Run ./deploy.sh

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay