Skip to content

Commit

Permalink
demo sidebar rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pingfan-hu committed Feb 26, 2025
1 parent 6c61142 commit 9977191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ website:
href: demos/random-labels.qmd
- text: "Random Labels Preset"
href: demos/random-labels-preset.qmd
- text: "Leaflet Map"
- text: "Custom Leaflet Map"
href: demos/custom-leaflet-map.qmd
- text: "Plotly Chart"
- text: "Custom Plotly Chart"
href: demos/custom-plotly-chart.qmd

format:
Expand Down
5 changes: 2 additions & 3 deletions demos.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Brief description of each demo:
| <i class="fa fa-balance-scale" aria-hidden="true"></i> | conjoint-tables<br>[Access Demo](https://surveydown2.shinyapps.io/conjoint2/) | A demo of a choice-based conjoint survey using a table layout for the choice questions. |
| <i class="fa fa-random" aria-hidden="true"></i> | random-labels<br>[Access Demo](https://surveydown.shinyapps.io/random/) | A demo of how to implement [random labels](manual/reactivity.html#randomizing-question-labels). |
| <i class="fa fa-shuffle" aria-hidden="true"></i> | random-labels-preset<br>[Access Demo](https://surveydown2.shinyapps.io/random2/) | A demo of how to implement [predefined random labels](manual/reactivity.html#pre-defined-randomization). |
| <i class="fa fa-chart-line" aria-hidden="true"></i> | reactive-plot | A demo of how to implement a reactive plot (a summary plot of all prior response data updated in real time). |
| <i class="fa fa-up-right-from-square" aria-hidden="true"></i> | external-redirect | A demo of how to implement external redirection links in your survey. |
| <i class="fa fa-map-location-dot" aria-hidden="true"></i> | custom-leaflet-map<br>[Access Demo](https://surveydown2.shinyapps.io/leaflet/) | A demo of how to implement a custom leaflet map in your survey using the [`sd_question_custom()`](manual/custom-questions.html) function. |
| <i class="fa fa-chart-line" aria-hidden="true"></i> | custom-plotly-chart<br>[Access Demo](https://surveydown2.shinyapps.io/plotly/) | A demo of how to implement a custom plotly chart in your survey using the [`sd_question_custom()`](manual/custom-questions.html) function. |

| <i class="fa fa-up-right-from-square" aria-hidden="true"></i> | external-redirect | A demo of how to implement external redirection links in your survey. |
| <i class="fa fa-chart-line" aria-hidden="true"></i> | reactive-plot | A demo of how to implement a reactive plot (a summary plot of all prior response data updated in real time). |

0 comments on commit 9977191

Please sign in to comment.