-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathswanky.config.yaml
54 lines (52 loc) · 1.78 KB
/
swanky.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
title: Swanky Docs - Patterns Demo
repo: https://github.com/swanky-docs/swanky
version: 1.0.0
src: src
output: docs
theme: src/themes/demo-theme
snippets: src/snippets
serverPath: patterns.swanky-docs.org
sections:
- title: Foundation
content:
- src: src/content/foundation/01-overview.md
- title: 01 Colour Palette
src: src/content/foundation/02-colour-palette.md
- title: 02 Typography
src: src/content/foundation/03-typography.md
- title: 03 Grid
src: src/content/foundation/04-grid.md
- title: 04 Units
src: src/content/foundation/05-units.md
- title: Angular
bootstrap:
- src/config/bootstrap/angular.bootstrap.js
content:
- src: src/content/angular-components/docs/card-overview.md
- title: <strong>1.1</strong> Card Component
src: src/content/angular-components/card/card.js
preprocessor:
swanky-processor-jsdoc:
framework: angular
liveEdit: true
- title: <strong>1.2</strong> Card Header
src: src/content/angular-components/card/card-header.js
preprocessor:
swanky-processor-jsdoc:
framework: angular
liveEdit: true
- title: 1.3 Card Accessibility
src: src/content/angular-components/docs/card-accessibility.md
- title: React
bootstrap:
- src/config/bootstrap/react.bootstrap.js
content:
- src: src/content/react-components/docs/card-overview.md
- title: <strong>1.1</strong> Card Component
src: src/content/react-components/Card/index.js
preprocessor:
swanky-processor-jsdoc:
framework: react
liveEdit: true
- title: 1.3 Card Accessibility
src: src/content/react-components/docs/card-accessibility.md