From 38d5721ab057ec3ba9d02248c584a298f933a385 Mon Sep 17 00:00:00 2001 From: Jerry Ng Date: Thu, 9 Jun 2022 08:01:38 +0800 Subject: [PATCH] docs: add overview --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ccc21d6..b2f56f2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,19 @@ This is a proof of concept (POC) of how one builds an actual URL shortener servi [Read more...](https://jerrynsh.com/i-built-my-own-tiny-url/) +## Overview + +- [Overview](#overview) +- [Requirements](#requirements) +- [Setup](#setup) + - [Installation](#installation) + - [Creating KV](#creating-kv) +- [Optional: CI/CD](#optional-cicd) +- [Usage](#usage) +- [Deployment](#deployment) +- [Contributing](#contributing) + - [Steps](#steps) + ## Requirements - Get a [Cloudflare](https://www.cloudflare.com/) account