All Projects → codefresh-io → docs.codefresh.io

codefresh-io / docs.codefresh.io

Licence: MIT license
Source for Codefresh documentation

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Twig
543 projects

docs.codefresh.io

Codefresh build status

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

Deploying

The site is automatically deployed when commits are merged/pushed in master, hosted at https://codefresh.io/docs/

Preview documentation locally with Docker (Recommended)

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

Preview documentation locally (Legacy method)

  1. Install Ruby, 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].