-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Getting started on Landing page * certification to learning * Apply Prettier formatting * starting on tldr page * Apply Prettier formatting * Embed videos, link out to related docs for all sections * Add tldr to submenu get started * tldr update * nav update * landing update --------- Co-authored-by: Pantheon Bot <[email protected]> Co-authored-by: Rachel Whitton <[email protected]>
- Loading branch information
1 parent
7751b26
commit a35b09f
Showing
6 changed files
with
142 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Documentation Tl;DR | ||
description: Sometimes our Documentation feels overwhelming. Here's the summary version. | ||
reviewed: "2025-01-08" | ||
contenttype: [doc] | ||
innav: [true] | ||
audience: [development] | ||
product: [--] | ||
integration: [--] | ||
--- | ||
|
||
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" /> | ||
|
||
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](/add-site-dashboard). | ||
|
||
## Development Workflow | ||
|
||
<Youtube src="gId4Yb5Qevk" title="Pantheon's Workflow - the TL;DR Version" /> | ||
|
||
Code goes up. Content comes down. That's the TL;DR of Pantheon's workflow. You can work on your site in a Multidev environment, then merge that code into the Dev environment. And when you're ready to go live, you can push that code to the Test environment. And then to Live. | ||
|
||
[Read more about Pantheon's Workflow here](/pantheon-workflow). | ||
|
||
## Workspaces, Sites, and Teams | ||
|
||
<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 | ||
|
||
<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.](/guides/launch/domains/) | ||
|
||
|
||
## How to Use Quicksilver Hooks to Improve your Workflow | ||
|
||
<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. | ||
|
||
[That's what this doc explains.](/guides/quicksilver/hooks) | ||
|
||
## Terminus: Pantheon's CLI | ||
|
||
<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. | ||
|
||
[To get more than the TL;DR read about Terminus here.](/terminus) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters