fixed and updated FAQ table of contents links (#13835)

* fixed and updated FAQ table of contents links, rewording one heading that wouldn't generate a working link

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
Holger Schmidt 2020-12-04 08:33:38 +01:00 committed by GitHub
parent 48a3bb7a32
commit 51d70024c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,42 +13,42 @@ menu:
identifier: "faq" identifier: "faq"
--- ---
# Frequently Asked Questions # Frequently Asked Questions <!-- omit in toc -->
This page contains some common questions and answers. This page contains some common questions and answers.
Also see [Support Options]({{< relref "doc/help/seek-help.en-us.md" >}}) Also see [Support Options]({{< relref "doc/help/seek-help.en-us.md" >}})
* [Difference between 1.x and 1.x.x downloads](#difference-between-1-x-and-1-x-x-downloads) - [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-gogs-github-etc-to-gitea) - [How to migrate from Gogs/GitHub/etc. to Gitea](#how-to-migrate-from-gogsgithubetc-to-gitea)
* [Where does Gitea store "x" file](#where-does-gitea-store-x-file) - [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) - [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) - [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) - [Active user vs login prohibited user](#active-user-vs-login-prohibited-user)
* [Setting up logging](#setting-up-logging) - [Setting up logging](#setting-up-logging)
* [What is Swagger?](#what-is-swagger) - [What is Swagger?](#what-is-swagger)
* [Adjusting your server for public/private use](#adjusting-your-server-for-public-private-use) - [Adjusting your server for public/private use](#adjusting-your-server-for-publicprivate-use)
* [Preventing spammers](#preventing-spammers) - [Preventing spammers](#preventing-spammers)
* [Only allow certain email domains](#only-allow-certain-email-domains) - [Only allow certain email domains](#only-allow-certain-email-domains)
* [Only allow/block certain OpenID providers](#only-allow-block-certain-openid-providers) - [Only allow/block certain OpenID providers](#only-allowblock-certain-openid-providers)
* [Issue only users](#issue-only-users) - [Issue only users](#issue-only-users)
* [Restricted users](#restricted-users) - [Restricted users](#restricted-users)
* [Enable Fail2ban](#enable-fail2ban) - [Enable Fail2ban](#enable-fail2ban)
* [Adding custom themes](#how-to-add-use-custom-themes) - [How to add/use custom themes](#how-to-adduse-custom-themes)
* [SSHD vs built-in SSH](#sshd-vs-built-in-ssh) - [SSHD vs built-in SSH](#sshd-vs-built-in-ssh)
* [Gitea is running slow](#gitea-is-running-slow) - [Gitea is running slow](#gitea-is-running-slow)
* [Can't create repositories/files](#cant-create-repositories-files) - [Can't create repositories/files](#cant-create-repositoriesfiles)
* [Translation is incorrect/how to add more translations](#translation-is-incorrect-how-to-add-more-translations) - [Translation is incorrect/how to add more translations](#translation-is-incorrecthow-to-add-more-translations)
* [Hooks aren't running](#hooks-aren-t-running) - [Hooks aren't running](#hooks-arent-running)
* [SSH Issues](#ssh-issues) - [SSH issues](#ssh-issues)
* [SSH Common Errors](#ssh-common-errors) - [SSH Common Errors](#ssh-common-errors)
* [Missing releases after migration repository with tags](#missing-releases-after-migrating-repository-with-tags) - [Missing releases after migrating repository with tags](#missing-releases-after-migrating-repository-with-tags)
* [LFS Issues](#lfs-issues) - [LFS Issues](#lfs-issues)
* [How can I create users before starting Gitea](#how-can-i-create-users-before-starting-gitea) - [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 I enable password reset](#how-can-i-enable-password-reset)
* [How can a user's password be changed](#how-can-a-user-s-password-be-changed) - [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) - [Why is my markdown broken](#why-is-my-markdown-broken)
* [Errors during upgrade on MySQL: Error 1118: Row size too large.](#upgrade-errors-with-mysql) - [Upgrade errors with MySQL](#upgrade-errors-with-mysql)
* [Why are emoji broken on MySQL](#why-are-emoji-broken-on-mysql) - [Why Are Emoji Broken On MySQL](#why-are-emoji-broken-on-mysql)
## Difference between 1.x and 1.x.x downloads ## Difference between 1.x and 1.x.x downloads
Version 1.7.x will be used for this example. Version 1.7.x will be used for this example.
@ -74,7 +74,7 @@ In order to migrate items such as issues, pull requests, etc. you will need to i
To migrate from Gitlab to Gitea, you can use this non-affiliated tool: To migrate from Gitlab to Gitea, you can use this non-affiliated tool:
https://github.com/loganinak/MigrateGitlabToGogs https://github.com/loganinak/MigrateGitlabToGogs
## Where does Gitea store "x" file ## Where does Gitea store what file
* WorkPath * WorkPath
* Environment variable `GITEA_WORK_DIR` * Environment variable `GITEA_WORK_DIR`
* Else binary location * Else binary location