diff options
author | 6543 <6543@obermui.de> | 2020-12-08 04:52:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 23:52:26 -0500 |
commit | 6bdcacd73b403354aa180bfada7236038d9712b1 (patch) | |
tree | 831f00e67434304c75561df0f163b1ca51c5c157 /docs/content/doc/help/faq.en-us.md | |
parent | e7938c9c44384e044afba14d5a86b1ba32520dd3 (diff) | |
download | gitea-6bdcacd73b403354aa180bfada7236038d9712b1.tar.gz gitea-6bdcacd73b403354aa180bfada7236038d9712b1.zip |
Added Table of Contents to long documentation pages (#13890)
* Redo #13836 with new shortcode
(https://gitea.com/gitea/theme/pulls/90)
* add Api Usage
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs/content/doc/help/faq.en-us.md')
-rw-r--r-- | docs/content/doc/help/faq.en-us.md | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index eb8efcd429..9c7211937b 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -18,37 +18,7 @@ menu: This page contains some common questions and answers. Also see [Support Options]({{< relref "doc/help/seek-help.en-us.md" >}}) -- [Difference between 1.x and 1.x.x downloads](#difference-between-1x-and-1xx-downloads) -- [How to migrate from Gogs/GitHub/etc. to Gitea](#how-to-migrate-from-gogsgithubetc-to-gitea) -- [Where does Gitea store what file](#where-does-gitea-store-what-file) -- [Not seeing a clone URL or the clone URL being incorrect](#not-seeing-a-clone-url-or-the-clone-url-being-incorrect) -- [Custom Templates not loading or working incorrectly](#custom-templates-not-loading-or-working-incorrectly) -- [Active user vs login prohibited user](#active-user-vs-login-prohibited-user) -- [Setting up logging](#setting-up-logging) -- [What is Swagger?](#what-is-swagger) -- [Adjusting your server for public/private use](#adjusting-your-server-for-publicprivate-use) - - [Preventing spammers](#preventing-spammers) - - [Only allow certain email domains](#only-allow-certain-email-domains) - - [Only allow/block certain OpenID providers](#only-allowblock-certain-openid-providers) - - [Issue only users](#issue-only-users) - - [Restricted users](#restricted-users) - - [Enable Fail2ban](#enable-fail2ban) -- [How to add/use custom themes](#how-to-adduse-custom-themes) -- [SSHD vs built-in SSH](#sshd-vs-built-in-ssh) -- [Gitea is running slow](#gitea-is-running-slow) -- [Can't create repositories/files](#cant-create-repositoriesfiles) -- [Translation is incorrect/how to add more translations](#translation-is-incorrecthow-to-add-more-translations) -- [Hooks aren't running](#hooks-arent-running) -- [SSH issues](#ssh-issues) - - [SSH Common Errors](#ssh-common-errors) -- [Missing releases after migrating repository with tags](#missing-releases-after-migrating-repository-with-tags) -- [LFS Issues](#lfs-issues) -- [How can I create users before starting Gitea](#how-can-i-create-users-before-starting-gitea) -- [How can I enable password reset](#how-can-i-enable-password-reset) -- [How can a user's password be changed](#how-can-a-users-password-be-changed) -- [Why is my markdown broken](#why-is-my-markdown-broken) -- [Upgrade errors with MySQL](#upgrade-errors-with-mysql) -- [Why Are Emoji Broken On MySQL](#why-are-emoji-broken-on-mysql) +{{< toc >}} ## Difference between 1.x and 1.x.x downloads Version 1.7.x will be used for this example. |