From ebe2087845f6c08d8f7a3543bc380105efe9115c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 31 May 2023 01:22:57 +0300 Subject: [PATCH] docs(readme): add table of contents --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index 3217d97..d090683 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,43 @@ some text The public instance is available at [https://rustypaste.shuttleapp.rs](https://rustypaste.shuttleapp.rs) 🚀 + + +
+ Table of Contents + + + +- [Features](#features) +- [Installation](#installation) + - [From crates.io](#from-cratesio) + - [Arch Linux](#arch-linux) + - [Alpine Linux](#alpine-linux) + - [Binary releases](#binary-releases) + - [Build from source](#build-from-source) + - [Feature flags](#feature-flags) + - [Testing](#testing) + - [Unit tests](#unit-tests) + - [Test Fixtures](#test-fixtures) +- [Usage](#usage) + - [CLI](#cli) + - [Expiration](#expiration) + - [One shot files](#one-shot-files) + - [One shot URLs](#one-shot-urls) + - [URL shortening](#url-shortening) + - [Paste file from remote URL](#paste-file-from-remote-url) + - [Cleaning up expired files](#cleaning-up-expired-files) + - [Server](#server) + - [HTML Form](#html-form) + - [Docker](#docker) + - [Nginx](#nginx) + - [Contributing](#contributing) + - [License](#license) + + + +
+ ## Features - File upload & URL shortening & upload from URL