|
27 | 27 |
|
28 | 28 | - **Own your code** Skip the 3rd Party services — get all of the benefits and security of a hosted AWS application, without going through a middleman. Deploy to a new AWS account, or an existing account and get up and running in five minutes! |
29 | 29 |
|
| 30 | +## What's in this Document |
| 31 | + |
| 32 | +- [What's in this Document](#whats-in-this-document) |
30 | 33 | - [🚀 Get Up and Running in 5 Minutes](#-get-up-and-running-in-5-minutes) |
31 | 34 | - [📖 CLI Reference](#-cli-reference) |
32 | 35 | - [`deploy`](#deploy) |
|
37 | 40 | - [Examples](#examples-1) |
38 | 41 | - [Additional Steps](#additional-steps) |
39 | 42 | - [Continuous Integration](#continuous-integration) |
40 | | - - [Examples](#examples-2) |
41 | | - - [GitHub Actions](#github-actions) |
| 43 | + - [GitHub Actions](#github-actions) |
42 | 44 | - [👩🔬 Experimental Features](#-experimental-features) |
43 | 45 | - [\_\_experimental_privateS3](#__experimental_privates3) |
44 | 46 | - [👩💻 Advanced Use Cases](#-advanced-use-cases) |
45 | | - - [Examples](#examples-3) |
46 | | - - [Serverless UI Advanced Example](#serverless-ui-advanced-example) |
| 47 | + - [Serverless UI Advanced Example](#serverless-ui-advanced-example) |
47 | 48 | - [FAQ](#faq) |
48 | 49 | - [License](#license) |
49 | 50 |
|
@@ -191,9 +192,7 @@ A minute or two after running this command, the deploy will "hang" while trying |
191 | 192 |
|
192 | 193 | Since Serverless UI is a command-line tool available via npm, it will work in almost any CI environment. |
193 | 194 |
|
194 | | -### Examples |
195 | | - |
196 | | -#### GitHub Actions |
| 195 | +### GitHub Actions |
197 | 196 |
|
198 | 197 | > Note: Checkout the action in this repo for a live example https://github.com/JakePartusch/serverlessui/actions |
199 | 198 |
|
@@ -264,9 +263,7 @@ For existing serverless projects or those that may have additional CloudFormatio |
264 | 263 | import { ServerlessUI, DomainCertificate } from '@serverlessui/construct; |
265 | 264 | ``` |
266 | 265 |
|
267 | | -### Examples |
268 | | - |
269 | | -#### Serverless UI Advanced Example |
| 266 | +### Serverless UI Advanced Example |
270 | 267 |
|
271 | 268 | For a full-featured example, check out: |
272 | 269 | https://github.com/JakePartusch/serverlessui-advanced-example |
|
0 commit comments