-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
60 lines (55 loc) · 1.26 KB
/
_pkgdown.yml
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
55
56
57
58
59
60
template:
package: quillt
development:
mode: auto
home:
strip_header: false
navbar:
title: ~
type: default
structure:
left: [setting-up, examples, articles, reference]
# right: [examples, github]
components:
home: ~
examples:
text: Layout Examples
href: articles/layout-examples.html
setting-up:
text: Defining a layout
href: articles/defining-a-layout.html
reference:
text: Reference
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/rstudio/gridlayout
destination: docs
reference:
- title: Layouts
desc: >
Setup `gridlayout` containers
- contents:
- grid_page
- grid_container
- use_gridlayout_rmd
- title: Content containers
desc: >
Place content on the grid.
- contents:
- starts_with("grid_card")
- grid_card_plot
- grid_nested
- card_plot_output
- grid_place
- title: Working with gridlayout objects
desc: >
Functions for creating, editing, or generating content with `gridlayout` objects. For advanced use-cases.
- contents:
- new_gridlayout
- md_to_gridlayout
- get_elements
- get_element_ids
- to_md
- to_matrix
- to_css