ckadner / caikit_website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Caikit documentation

This repository contains the assets for building the Caikit documentation website. We welcome contributions from the community to improve and expand our documentation.

Building the Caikit website locally

The Caikit website is built with the Just the Docs Jekyll theme.

Prerequisites

Building and previewing the Caikit website locally

  1. From the command line, change your working directory to the root directory of the website repository: cd <path>/<to>/website.
  2. Run bundle install.
  3. Run bundle exec jekyll serve to build the website.
  4. Preview the site in a browser at localhost:4000.

Contributing to the Caikit documentation

First, check out our contributing guide to learn how to contribute to Caikit. The Caikit documentation follows the same general guidelines as the greater Caikit project.

To contribute to this repository, you'll use the Fork and Pull model common in many open source repositories. For details on this process, check out The GitHub Workflow Guide from Kubernetes.

  1. Fork this repository.
  2. Make any edits or contributions in your local copy of the repository. The doc files for the website are in the website/docs directory.
  3. Create a pull request from your fork to the upstream repository.

After you create your pull request, a Caikit doc maintainer will review the change and, if necessary, provide actionable feedback in a timely fashion. Work with your reviewer to make any requested modifications to the pull request. Once the request is approved, a Caikit doc maintainer will merge it to add your contribution to the documentation.

About

License:Apache License 2.0


Languages

Language:JavaScript 78.7%Language:HTML 18.4%Language:SCSS 1.7%Language:Ruby 1.3%