Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

PatternFly Elements Documentation

Welcome to the main repository for our documentation!

We're using Hugo, a static HTML and CSS website generator, and Github Pages.

Quick-start

Install Hugo, build, and watch for files locally.

Install Hugo with homebrew

brew install hugo

Build your static assets

hugo

Watch for files locally

cd docs && hugo server -D

Preview the docs

http://localhost:1313/patternfly-elements/

Deploy!

Build and pull in any updates before running the deploy script.

./deploy.sh