mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
31 lines
729 B
Markdown
31 lines
729 B
Markdown
---
|
|
title: Styleguide
|
|
section: styleguide
|
|
search_exclude: true
|
|
menu:
|
|
- ['Logo', 'logo']
|
|
- ['Colors', 'colors']
|
|
- ['Typography', 'typography']
|
|
- ['Elements', 'elements']
|
|
- ['Components', 'components']
|
|
- ['Setup & Installation', 'setup']
|
|
- ['Markdown Reference', 'markdown']
|
|
- ['Project Structure', 'structure']
|
|
- ['Editorial', 'editorial']
|
|
sidebar:
|
|
- label: Styleguide
|
|
items:
|
|
- text: ''
|
|
url: '/styleguide'
|
|
- label: Resources
|
|
items:
|
|
- text: Website Source
|
|
url: https://github.com/explosion/spacy/tree/master/website
|
|
- text: Contributing Guide
|
|
url: https://github.com/explosion/spaCy/blob/master/CONTRIBUTING.md
|
|
---
|
|
|
|
import Readme from 'README.md'
|
|
|
|
<Readme />
|