-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path_pkgdown.yml
54 lines (48 loc) · 1.16 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
url: https://rstudio.github.io/sortable
template:
bootstrap: 5
bootswatch: cerulean
reference:
- title: Learnr question types
desc: New question types for learnr tutorials
contents:
- starts_with("question")
- title: Widgets
desc: These functions create htmlwidgets with drag-and-drop behaviour
contents:
- rank_list
- bucket_list
- add_rank_list
- title: Access the SortableJS library
desc: Lower level access to the SortableJS library
contents:
- starts_with("sortable_js")
- sortable_options
- is_sortable_options
- chain_js_events
- title: Shiny functions
desc: Using sortable functions inside a Shiny app
contents:
- render_sortable
- sortable_output
- update_rank_list
- update_bucket_list
- title: Package documentation
desc: ~
contents:
- sortable
tutorials:
- name: tutorial_question_rank
title: Using ranking questions in learnr
url: https://andrie-de-vries.shinyapps.io/sortable_tutorial_question_rank/
articles:
- title: Getting started
contents:
- built_in
- using_custom_css
- title: Take control of `sortable.js`
contents:
- understanding_sortable_js
- novel_solutions
- cloning
- updating_rank_list