Skip to content

LHinson/patternfly-org

 
 

Repository files navigation

Build Status

patternfly-org

The PatternFly Org is the source for the official documentation for PatternFly 3 and PatternFly 4.

Development Setup

Development setup requires yarn. If you do not already have yarn installed on your system, see https://yarnpkg.com/en/.

Build

Install the site dependencies and build it using yarn:

yarn install
yarn prebuild

The packages/patternfly-3 site is generated using Jekyll. The packages/patternfly-4 site is generated using Gatsby.

Live Reload Server

A local development server can be quickly fired up for PatternFly 3 or PatternFly 4 by using either of these commands:

yarn start:pf3
yarn start:pf4

Testing production build

You can test the full production build: yarn build yarn start:prod

Deploy

The site is deployed using GitHub pages to the patternfly/patternfly.github.io repository. A CNAME file is added to the root which associates the GitHub pages url with https://www.patternfly.org

About

PatternFly Org web site v2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 39.1%
  • HTML 33.9%
  • JavaScript 24.2%
  • TypeScript 2.4%
  • Ruby 0.2%
  • Shell 0.1%
  • Dockerfile 0.1%