diff --git a/_includes/tutorial/hello-shiny.md b/_includes/tutorial/hello-shiny.md index 1388038e5..65e5cb547 100644 --- a/_includes/tutorial/hello-shiny.md +++ b/_includes/tutorial/hello-shiny.md @@ -1,3 +1,2 @@ -### Hello Shiny - +![Hello Shiny Screenshot](screenshots/hello-shiny.png) \ No newline at end of file diff --git a/_includes/tutorial/html-ui.md b/_includes/tutorial/html-ui.md index 09abfc712..a5cad3c72 100644 --- a/_includes/tutorial/html-ui.md +++ b/_includes/tutorial/html-ui.md @@ -1,3 +1,3 @@ -### HTML UI +![HTML UI Screenshot](screenshots/html-ui.png) diff --git a/_includes/tutorial/inputs-and-outputs.md b/_includes/tutorial/inputs-and-outputs.md index 7eb1433f4..830481382 100644 --- a/_includes/tutorial/inputs-and-outputs.md +++ b/_includes/tutorial/inputs-and-outputs.md @@ -2,3 +2,7 @@ ### Inputs & Outputs +![MPG Screenshot](screenshots/mpg-with-inputs.png) + + +![MPG Screenshot](screenshots/mpg-with-outputs.png) \ No newline at end of file diff --git a/_includes/tutorial/more-widgets.md b/_includes/tutorial/more-widgets.md index ea3bf2516..f9a0b79a6 100644 --- a/_includes/tutorial/more-widgets.md +++ b/_includes/tutorial/more-widgets.md @@ -1,2 +1,3 @@ -### More Widgets + +![More Widgets Screenshot](screenshots/more-widgets.png) diff --git a/_includes/tutorial/reactivity.md b/_includes/tutorial/reactivity.md index 944c6652b..5483e89bd 100644 --- a/_includes/tutorial/reactivity.md +++ b/_includes/tutorial/reactivity.md @@ -1,5 +1,5 @@ -### Reactivity +![Reactivity Screenshot](screenshots/reactivity.png) diff --git a/_includes/tutorial/shiny-text.md b/_includes/tutorial/shiny-text.md index 8b9cd237b..1687c93a6 100644 --- a/_includes/tutorial/shiny-text.md +++ b/_includes/tutorial/shiny-text.md @@ -1,3 +1,3 @@ -### Shiny Text +![Tabsets Screenshot](screenshots/shiny-text.png) diff --git a/_includes/tutorial/tabsets.md b/_includes/tutorial/tabsets.md index 039390c07..7c0ed8ec3 100644 --- a/_includes/tutorial/tabsets.md +++ b/_includes/tutorial/tabsets.md @@ -1,3 +1,4 @@ -### Tabsets + +![Tabsets Screenshot](screenshots/tabsets.png) diff --git a/_includes/tutorial/ui-and-server.md b/_includes/tutorial/ui-and-server.md index 1290bc233..97a1be083 100644 --- a/_includes/tutorial/ui-and-server.md +++ b/_includes/tutorial/ui-and-server.md @@ -1,3 +1,6 @@ ### UI & Server + + +![MPG Screenshot](screenshots/mpg-empty.png) diff --git a/tutorial/screenshots/hello-shiny.png b/tutorial/screenshots/hello-shiny.png new file mode 100644 index 000000000..278904bbb Binary files /dev/null and b/tutorial/screenshots/hello-shiny.png differ diff --git a/tutorial/screenshots/hello.png b/tutorial/screenshots/hello.png deleted file mode 100644 index 02f3a18e3..000000000 Binary files a/tutorial/screenshots/hello.png and /dev/null differ diff --git a/tutorial/screenshots/html-ui.png b/tutorial/screenshots/html-ui.png new file mode 100644 index 000000000..d8114b463 Binary files /dev/null and b/tutorial/screenshots/html-ui.png differ diff --git a/tutorial/screenshots/more-widgets.png b/tutorial/screenshots/more-widgets.png new file mode 100644 index 000000000..4b4819ea3 Binary files /dev/null and b/tutorial/screenshots/more-widgets.png differ diff --git a/tutorial/screenshots/mpg-empty.png b/tutorial/screenshots/mpg-empty.png new file mode 100644 index 000000000..b079b40d5 Binary files /dev/null and b/tutorial/screenshots/mpg-empty.png differ diff --git a/tutorial/screenshots/mpg-with-inputs.png b/tutorial/screenshots/mpg-with-inputs.png new file mode 100644 index 000000000..04ca80975 Binary files /dev/null and b/tutorial/screenshots/mpg-with-inputs.png differ diff --git a/tutorial/screenshots/mpg-with-outputs.png b/tutorial/screenshots/mpg-with-outputs.png new file mode 100644 index 000000000..e7f10ffd0 Binary files /dev/null and b/tutorial/screenshots/mpg-with-outputs.png differ diff --git a/tutorial/screenshots/reactivity.png b/tutorial/screenshots/reactivity.png new file mode 100644 index 000000000..592a4221c Binary files /dev/null and b/tutorial/screenshots/reactivity.png differ diff --git a/tutorial/screenshots/shiny-text.png b/tutorial/screenshots/shiny-text.png new file mode 100644 index 000000000..f3aacf840 Binary files /dev/null and b/tutorial/screenshots/shiny-text.png differ diff --git a/tutorial/screenshots/tabsets.png b/tutorial/screenshots/tabsets.png new file mode 100644 index 000000000..73bccb7ec Binary files /dev/null and b/tutorial/screenshots/tabsets.png differ