KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
styleguide
โ 86
Open GitHub โ
GitBook.com HTML/CSS Style Guide
Download README (.md)
Explore Similar Repositories
example-java-gradle
:
No description available.
svgeez
:
A Ruby gem for automatically generating an SVG sprite from a folder of SVG icons.
kubernetes-pod-chaos-monkey
:
Randomly delete pods in a given namespace
conversational-ui
:
Conversational interface web app example
metrofish
:
Swift, git-aware, space-conscious, powerline prompt. ๐
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
styleguide
?
Download (.md)
# GitBook Styleguide This repository contains all stylesheets and brandings for GitBook websites. Documentation is available at [styleguide.gitbook.com](http://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](http://lesscss.org/). #### `pages` The `pages` directory contains the source for the documentation, this one is build using [next](https://github.com/zeit/next.js) to provide live reloading when developing components.