Skip to content

Commit

Permalink
Merge pull request #298 from rstudio/guide-rework
Browse files Browse the repository at this point in the history
Guide rework
  • Loading branch information
mmarchetti authored Jul 14, 2021
2 parents 12064eb + 5015877 commit 1f2049c
Show file tree
Hide file tree
Showing 16 changed files with 418 additions and 305 deletions.
16 changes: 16 additions & 0 deletions docs/docs/additional.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Additional Resources

User Guide resources:

- [API Keys](http://docs.rstudio.com/connect/user/api-keys)
- [Jupyter Notebooks](https://docs.rstudio.com/connect/user/#jupyter-notebooks)
- [Publishing for the first time](https://docs.rstudio.com/connect/user/git-backed/#git-backed-publishing)

How-to Guide:

- For a step-by-step guide for creating and publishing a new Jupyter Notebook to
RStudio Connect, view our [How To Publish a Jupyter Notebook to RStudio Connect](https://docs.rstudio.com/how-to-guides/users/basic/publish-jupyter-notebook/).

Video tutorial:

<script src="https://fast.wistia.com/embed/medias/6llkei8zjy.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%; border: 1px solid #f1f1f1;"><div class="wistia_embed wistia_async_6llkei8zjy videoFoam=true" style="height:100%;position:relative;width:100%"><div class="wistia_swatch" style="height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity 200ms;width:100%;"><img src="https://fast.wistia.com/embed/medias/6llkei8zjy/swatch" style="filter:blur(5px);height:100%;object-fit:contain;width:100%;" alt="" aria-hidden="true" onload="this.parentNode.style.opacity=1;" /></div></div></div></div>
9 changes: 9 additions & 0 deletions docs/docs/collaboration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Collaboration

To collaborate with others, add them as collaborators in RStudio Connect. During
publishing, they should provide their API key and will be able to choose a
content location to publish to if the notebook title is the same.

Additionally, you may share notebooks if appropriate.

For additional information, please see the [Collaboration](https://docs.rstudio.com/connect/user/publishing/#publishing-collaboration) section of the RStudio Connect User Guide.
23 changes: 19 additions & 4 deletions docs/docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@
background-color: #4c83b6;
}

.md-footer-nav {
background-color: #fff;
color: #000;
.md-footer {
background-color: #fff !important;
color: #000 !important;
}

.md-footer-nav__direction {
.md-footer__direction {
color: #000;
font-size: .65rem;
}
Expand All @@ -119,6 +119,11 @@
font-weight: 400;
}

.md-footer-nav {
background-color: #fff;
color: #000;
}

.md-typeset .tabbed-set>label {
font-size: .64rem !important;
}
Expand Down Expand Up @@ -365,7 +370,17 @@ figure.driver-card {
list-style-type: square;
}

/* Image Styles
*/

img.border {
border: solid 2px #f1f1f1;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
display: block !important;
}

/* Admonition and details */
.md-typeset .admonition,
Expand Down
Binary file added docs/docs/images/add-files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/docs/images/git-backed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/docs/images/rstudio-logo.png
Binary file not shown.
45 changes: 45 additions & 0 deletions docs/docs/images/rstudio-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1f2049c

Please sign in to comment.