Skip to content

Faker93FG/docs.codefresh.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs.codefresh.io

Codefresh build status

This site is build with Jekyll. Documentation content is written in Markdown format located in './docs'

Deploying

The site is automatically deployed when commits land in master, hosted by at https://codefresh.io/docs/

Running documentation locally

  1. Install Ruby and bundler, jekyll and other Ruby dependencies with bundle install.
  2. Run npm install to install Node.js dependencies.
  3. Run npm run css (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
  4. From the root directory, run npm run docs-serve-dev in the command line.
  5. Open http://localhost:19002 in your browser, and voila.

Running documentation locally with Docker

  1. Install docker-compose
  2. Run docker-compose up
  3. Open http://localhost:3131 in your browser, and voila!

About

Source for Codefresh documentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 43.4%
  • HTML 33.2%
  • JavaScript 9.9%
  • Twig 9.8%
  • Ruby 3.3%
  • Dockerfile 0.4%