All Projects → travis-ci → Docs Travis Ci Com

travis-ci / Docs Travis Ci Com

The Travis CI Documentation

Labels

Projects that are alternatives of or similar to Docs Travis Ci Com

Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (-11.24%)
Mutual labels:  scss
Bootstrap Expo
Beautiful and inspiring uses of Bootstrap.
Stars: ✭ 464 (-6.83%)
Mutual labels:  scss
Libsass Python
A straightforward binding of libsass for Python. Compile Sass/SCSS in Python with no Ruby stack at all!
Stars: ✭ 484 (-2.81%)
Mutual labels:  scss
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (-10.04%)
Mutual labels:  scss
Progress Tracker
A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.
Stars: ✭ 461 (-7.43%)
Mutual labels:  scss
Darkness
Dark Themes for Popular Websites
Stars: ✭ 467 (-6.22%)
Mutual labels:  scss
Hugo Theme Zzo
Make a blog with hugo zzo theme!
Stars: ✭ 438 (-12.05%)
Mutual labels:  scss
Neat
Neat is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 4,506 (+804.82%)
Mutual labels:  scss
Functions
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 463 (-7.03%)
Mutual labels:  scss
Ngx Starter Kit
🅰️ Angular 🚀 NestJS 🐒 Starter Kit
Stars: ✭ 479 (-3.82%)
Mutual labels:  scss
Ios
Shadowrocket 小火箭最新版在线安装, 共享Shadowrocket 小火箭账号,苹果手机SS/SSR/V2Ray客户端
Stars: ✭ 455 (-8.63%)
Mutual labels:  scss
Lemonade
simple flexible grid
Stars: ✭ 457 (-8.23%)
Mutual labels:  scss
Tufte Jekyll
Minimal Jekyll blog styled to resemble the look and layout of Edward Tufte's books
Stars: ✭ 468 (-6.02%)
Mutual labels:  scss
Open Color
Color scheme for UI design.
Stars: ✭ 4,512 (+806.02%)
Mutual labels:  scss
Vscode Live Sass Compiler
Compile Sass or Scss file to CSS at realtime with live browser reload feature.
Stars: ✭ 488 (-2.01%)
Mutual labels:  scss
Purplemine2
A free Redmine theme for modern browsers
Stars: ✭ 440 (-11.65%)
Mutual labels:  scss
Gutenberg
Modern framework to print the web correctly.
Stars: ✭ 4,425 (+788.55%)
Mutual labels:  scss
Bleak
Ghost Theme
Stars: ✭ 497 (-0.2%)
Mutual labels:  scss
A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (-1%)
Mutual labels:  scss
Mailtolink
A quick and easy way to generate markup for mailto links without having to worry about the annoying formatting.
Stars: ✭ 478 (-4.02%)
Mutual labels:  scss

About this repository Build Status

This is the documentation site for Travis CI! (https://docs.travis-ci.com/)

How to contribute

Fork the repository, read the rest of this README file and make some changes. Once you're done with your changes send a pull request. Thanks!

How to check your edit before sending PR

You can inspect how your edits will be reflected by the documentation site. Either by clicking on the Netlify preview link in your Pull Request or building the docs locally.

Install dependencies

  1. Make sure you have Ruby and RubyGems installed.

  2. Install bundler:

    $ gem install bundler
    
  3. Install application dependencies:

    $ bundle install --binstubs
    

Generate documentation

Run

$ ./bin/jekyll build

Run application server

You are now ready to start your documentation site, using Jekyll or Puma. For documentation edits, Jekyll is sufficient.

Starting and inspecting edits with Jekyll

  1. Run Jekyll server:

    $ ./bin/jekyll serve
    
  2. Open localhost:4000 in your browser.

Starting and inspecting edits with Puma

For more programmatical PRs (such as handling webhooks notification via POST), Puma is necessary.

  1. Run Puma server:

    $ ./bin/puma
    
  2. Open localhost:9292 in your browser.

API V2 documentation

API V2 (and 2.1) documentation is maintained in slate/source and is generated at build time from source.

License

Distributed under the MIT license; the same as other Travis CI projects.

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].