Giter Site home page Giter Site logo

fabric8-online-docs's Introduction

Documentation for Red Hat SaaS Offering for Developers

This is the Git repository for documentation related to Red Hat developer SaaS.

Repository Structure

The repository contains several "books", each of which is in its own directory. All book directories use the same layout.

Book Directories

Books are organized into folders. Each book’s folder contains:

  • common_content — symlink to shared-content directory

  • content/ — for content (.adoc files)

  • files/ — for downloadable files

  • images/ — for images

  • docinfo.xml — Docbook definitions for Pantheon

  • master.adoc — book root

Items in bold are mandatory, and the rest is optional.

Deploying the Documentation on OpenShift

$ export DOCS_VERSION=$(curl -L http://central.maven.org/maven2/io/fabric8/apps/fabric8-online-docs-app/maven-metadata.xml | grep '<latest' | cut -f2 -d">"|cut -f1 -d"<")

$ oc apply -f http://central.maven.org/maven2/io/fabric8/apps/fabric8-online-docs-app/$DOCS_VERSION/fabric8-online-docs-app-$DOCS_VERSION-openshift.yml

Building the Documentation

To build a book, cd into its directory and compile its master.adoc using either asciidoctor (for quick local previews) or ccutil (to see how the book builds and renders with Red hat branding).

Using AsciiDoctor

$ *cd _guide-directory_*
$ *asciidoctor --doctype=book --section-numbers --attribute=toc master.adoc*
$ *_www-browser-of-choice_ master.html*

Substitute <www-browser-of-choice> for whatever web browser you use.

Using ccutil

$ *cd _guide-directory_*
$ *ccutil compile --lang en-US --open*

This will automatically open the compiled guide in the default web browser.

Bug Tracking

Bugs and RFEs for Red Hat developer SaaS docs are tracked in the RHDEVDOCS project in the JBoss instance of JIRA at https://issues.jboss.org/browse/RHDEVDOCS.

fabric8-online-docs's People

Contributors

rawlingsj avatar mishaone avatar rkratky avatar

Watchers

James Cloos avatar Cipher Daemon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.