Skip to content

Commit 8e546bf

Browse files
committed
fix(docs): tweaking readme sections
1 parent ab424a5 commit 8e546bf

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727

2828
- **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!
2929

30+
## What's in this Document
31+
32+
- [What's in this Document](#whats-in-this-document)
3033
- [🚀 Get Up and Running in 5 Minutes](#-get-up-and-running-in-5-minutes)
3134
- [📖 CLI Reference](#-cli-reference)
3235
- [`deploy`](#deploy)
@@ -37,13 +40,11 @@
3740
- [Examples](#examples-1)
3841
- [Additional Steps](#additional-steps)
3942
- [Continuous Integration](#continuous-integration)
40-
- [Examples](#examples-2)
41-
- [GitHub Actions](#github-actions)
43+
- [GitHub Actions](#github-actions)
4244
- [👩‍🔬 Experimental Features](#-experimental-features)
4345
- [\_\_experimental_privateS3](#__experimental_privates3)
4446
- [👩‍💻 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)
4748
- [FAQ](#faq)
4849
- [License](#license)
4950

@@ -191,9 +192,7 @@ A minute or two after running this command, the deploy will "hang" while trying
191192

192193
Since Serverless UI is a command-line tool available via npm, it will work in almost any CI environment.
193194

194-
### Examples
195-
196-
#### GitHub Actions
195+
### GitHub Actions
197196

198197
> Note: Checkout the action in this repo for a live example https://github.com/JakePartusch/serverlessui/actions
199198

@@ -264,9 +263,7 @@ For existing serverless projects or those that may have additional CloudFormatio
264263
import { ServerlessUI, DomainCertificate } from '@serverlessui/construct;
265264
```
266265

267-
### Examples
268-
269-
#### Serverless UI Advanced Example
266+
### Serverless UI Advanced Example
270267

271268
For a full-featured example, check out:
272269
https://github.com/JakePartusch/serverlessui-advanced-example

0 commit comments

Comments
 (0)