From 4382448dfc1a56acbed5cd77915920cd1ee49175 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Tue, 2 Jul 2024 21:31:47 +0100 Subject: [PATCH] add a ToC to manual --- docs/manual.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/docs/manual.md b/docs/manual.md index ec3dd14..b88a441 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -6,6 +6,50 @@ SPDX-License-Identifier: CC-BY-4.0 # User Manual +## Table of Contents + +- [Version](#version) + - [Print the application version](#print-the-application-version) +- [Authentication](#authentication) + - [Logging into an account](#logging-into-an-account) + - [Switch between accounts](#switch-between-accounts) + - [See the account that you are currently logged in as](#see-the-account-that-you-are-currently-logged-in-as) +- [Accounts](#accounts) + - [View your own account](#view-your-own-account) + - [View an account](#view-an-account) + - [Follow an account](#follow-an-account) + - [Unfollow an account](#unfollow-an-account) + - [Block an account](#block-an-account) + - [Unblock an account](#unblock-an-account) + - [View blocked accounts](#view-blocked-accounts) + - [Mute an account](#mute-an-account) + - [Unmute an account](#unmute-an-account) + - [View muted accounts](#view-muted-accounts) +- [Statuses](#statuses) + - [View a status](#view-a-status) + - [Create a status](#create-a-status) + - [Delete a status](#delete-a-status) + - [Boost (Repost) a status](#boost-repost-a-status) + - [Un-boost (Un-repost) a status](#un-boost-un-repost-a-status) + - [Like a status](#like-a-status) + - [Unlike a status](#unlike-a-status) +- [Polls](#polls) + - [View a poll](#view-a-poll) + - [Vote in a poll](#vote-in-a-poll) +- [Timelines](#timelines) +- [Lists](#lists) + - [Create a list](#create-a-list) + - [View a list of your lists](#view-a-list-of-your-lists) + - [View a specific list](#view-a-specific-list) + - [Edit a list](#edit-a-list) + - [Delete a list](#delete-a-list) + - [Add accounts to a list](#add-accounts-to-a-list) + - [Remove accounts from a list](#remove-accounts-from-a-list) +- [Bookmarks](#bookmarks) + - [View your bookmarks](#view-your-bookmarks) + - [Add a status to your bookmarks](#add-a-status-to-your-bookmarks) + - [Remove a status from your bookmarks](#remove-a-status-from-your-bookmarks) + ## Version ### Print the application version