GitbookIO / styleguide

GitBook.com HTML/CSS Style Guide

Home Page:http://styleguide.gitbook.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitBook Styleguide

This repository contains all stylesheets and brandings for GitBook websites. Documentation is available at styleguide.gitbook.com.

How to test and build the documentation:

# Install node dependencies
$ npm i

# Build and serve the documentation
$ npm run docs:serve

Structure

src

The src directory contains source for React components.

less

The less directory contains the source for the stylesheets, built using less.

pages

The pages directory contains the source for the documentation, this one is build using next to provide live reloading when developing components.

About

GitBook.com HTML/CSS Style Guide

http://styleguide.gitbook.com

License:Apache License 2.0


Languages

Language:JavaScript 59.2%Language:CSS 40.4%Language:Shell 0.4%