-
Notifications
You must be signed in to change notification settings - Fork 43
Mission: Documentation Site
ID | Short Name |
---|---|
|
|
This mission provides a quick and easy way to create documentation or any static site and serve it up using Openshift.io. It allows users to write documentation using AsciiDoc, convert it to HTML, and host it as a static site using a microservice runtime.
Using AsciiDoc and Openshift.io to create a statically hosted site, such as a documentation site, as a microservice allows you to rapidly make changes while keeping your content in a portable, reusable format.
-
User navigates to
/docs/
using a web browser. -
User navigates to
/docs/getting-started.html
using a web browser. -
User updates content in
docs/getting-started/master.adoc
and pushes changes. -
User navigates to
/docs/getting-started.html
using a web browser to see updates. -
User adds a new page called
test-page
.$ scripts/addGuide.sh test-page
-
User push changes.
-
User navigates to
/docs/test-page.html
using a web browser.