8000 GitHub - bobfuru/docs-builder: Maintains the pipeline for building docs.openshift.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bobfuru/docs-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs Builder

Docker Repository on Quay

Provides the build pipeline necessary for building and serving the OpenShift documentation at docs.openshift.com and docs.okd.io.

Deployment

$ oc new-app template.yaml

Deployment Parameters

docs.openshift.com

$ oc new-app template.yaml \
    -p NAME=docs-openshift-com \
    -p PACKAGE=commercial \
    -p APPLICATION_DOMAIN=docs.openshift.com \
    -p BUILD_REPO=https://github.com/openshift/openshift-docs.git \
    -p BUILD_BRANCH=main

docs.okd.io

$ oc new-app template.yaml \
    -p NAME=docs-okd-io \
    -p PACKAGE=community \
    -p APPLICATION_DOMAIN=docs.okd.io \
    -p BUILD_REPO=https://github.com/openshift/openshift-docs.git \
    -p BUILD_BRANCH=main \
    -p READINESS_DELAY=90

About

Maintains the pipeline for building docs.openshift.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.0%
  • Dockerfile 13.0%
0