forked from ryantimpe/brickr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
34 lines (32 loc) · 745 Bytes
/
_pkgdown.yml
File metadata and controls
34 lines (32 loc) · 745 Bytes
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
destination: docs
url: http://brickr.org
reference:
- title: Mosaics
desc: Create a LEGO mosaic from an image
contents:
- build_mosaic
- image_to_mosaic
- title: 3D Models
desc: Build 3D models from various inputs
contents:
- starts_with("bricks_")
- build_bricks
- title: Bricks IRL
desc: Helper functions to create bricks and build them IRL.
contents:
- build_colors
- build_instructions
- starts_with("build_pieces")
- build_themes
articles:
- title: Mosaics
desc: Creating mosaics from images.
contents:
- mosaics
- title: 3D Models
desc: Creating 3D LEGO models.
contents:
- models-from-tables
- models-from-program
- models-from-other
- models-piece-type