Skip to content

Commit

Permalink
Embed videos, link out to related docs for all sections
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Jan 9, 2025
1 parent 9f66169 commit fd1d2e0
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions source/content/tldr.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,61 @@ Sometimes our documentation feels overwhelming. Here's the summary version.

## Site Creation

<Youtube src="1xGhhi6iGgw" title="Creating a Site on Pantheon - the TL;DR Version" />

https://www.youtube.com/watch?v=1xGhhi6iGgw
It can be overwhelming to switch to a new platform like Pantheon. There's a ton of documentation. Do you have to read it all? Can you just try it out? Yes, you can! And after getting the TL;DR version of making a new site, you should be ready to jump in too.

It can be overwhelming to switch to a new platform like Pantheon. There's a ton of documentation. Do you have to read it all? Can you just try it out? Yes, you can! And after getting the TL;DR version of making a new site, you should be ready to jump in too. Read more about creating a free sandbox site here: https://docs.pantheon.io/add-site-dashboard
[Read more about creating a free sandbox site here](/add-site-dashboard).





## Workflow

https://www.youtube.com/watch?v=gId4Yb5Qevk
<Youtube src="gId4Yb5Qevk" title="Pantheon's Workflow - the TL;DR Version" />

[Read more about Pantheon's Workflow here](/pantheon-workflow).



## Workspaces, Sites, and Teams - the TL;DR Version

https://www.youtube.com/watch?v=kP4cfkY5sGw
<Youtube src="kP4cfkY5sGw" title="Workspaces, Sites, and Teams - the TL;DR Version" />

Wow, there's a lot of detail in this section of Pantheon's documentation. But the TL;DR is pretty simple. Your websites go in a workspace. Then, you give people access either at the level of the whole workspace (and therefore all sites within it) or you're granting access to individual sites.

[Read more about Workspaces, Sites, and Teams here](/guides/account-mgmt/workspace-sites-teams).


## Updating DNS to Connect a Domain Name to Pantheon - the TL;DR Version

<Youtube src="ZJ3HaGJ8KAk" title="Updating DNS to Connect a Domain Name to Pantheon - the TL;DR Version" />


Updating DNS can be scary. Depending on your team, the importance of your site, and the complexity of your site, all this preparation for going live might be a huge and long effort. Or maybe you just need some clear docs specific to your registrar. That's what this doc walks you through.
Updating DNS can be scary. Depending on your team, the importance of your site, and the complexity of your site, all this preparation for going live might be a huge and long effort. Or maybe you just need some clear docs specific to your registrar.

[That's what this doc walks you through.](/guides/launch/domains/)


## How to Use Quicksilver Hooks to Improve your Workflow - TL;DR Version

https://www.youtube.com/watch?v=kXKDEpOm_6w
<Youtube src="kXKDEpOm_6w" title="Quicksilver Hooks - the TL;DR Version" />


Website operations get more efficient with automation. TL;DR, Pantheon's hook system for building out automation is called Quicksilver. If you want to run scripts in response to each deployment or each creation of a Multidev environment, you declare that in your pantheon.yml file. Now you're automatically posting to Slack so that your co-workers stay in the loop with each deployment.

Website operations get more efficient with automation. TL;DR, Pantheon's hook system for building out automation is called Quicksilver. If you want to run scripts in response to each deployment or each creation of a Multidev environment, you declare that in your pantheon.yml file. Now you're automatically posting to Slack so that your co-workers stay in the loop with each deployment. That's what this doc explains.
[That's what this doc explains.](/guides/quicksilver/hooks)



## Terminus: Pantheon's CLI - the TL;DR Version

https://www.youtube.com/watch?v=Gy_sUqhTa3M
<Youtube src="Gy_sUqhTa3M" title="Terminus: Pantheon's CLI - the TL;DR Version" />


Using the command line in general can be intimidating. Tools like Pantheon's CLI, Terminus, are more approachable when you know they're mostly just an alternative way to do all the things you might do in the browser-based dashboard. And on the command line, you get the option of building custom Bash scripts if that's your part of your process.

Using the command line in general can be intimidating. Tools like Pantheon's CLI, Terminus, are more approachable when you know they're mostly just an alternative way to do all the things you might do in the browser-based dashboard. And on the command line, you get the option of building custom Bash scripts if that's your part of your process. To get more than the TL;DR read about Terminus here.
[To get more than the TL;DR read about Terminus here.](/terminus)


0 comments on commit fd1d2e0

Please sign in to comment.