You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/docs
Giteabot 65020fdf7f
Enable markdownlint `no-duplicate-header` (#27500) (#27506)
Backport #27500 by @silverwind

Duplicate headers in a single Markdown document are problemlematic
because the auto-generated links won't be stable. Enable this rule with
no exceptions which is also the default of `markdownlint`. For example:

```md
# A
## Example
# B
## Example
```
Docasaurus will generated `example` and `example-1` links for this. If
the first heading is altered, the link `example` will unexpectedly move
to the second example heading.

Ref: https://github.com/go-gitea/gitea/pull/27461#discussion_r1347987659

Co-authored-by: silverwind <me@silverwind.io>
1 year ago
..
content Enable markdownlint `no-duplicate-header` (#27500) (#27506) 1 year ago
scripts Run hugo via `go run` and lock its version (#22206) 2 years ago
static Support `.git-blame-ignore-revs` file (#26395) 1 year ago
.gitignore Support Issue forms and PR forms (#20987) 3 years ago
LICENSE Import docs into main repository (#2874) 7 years ago
README.md Docusaurus-ify (#26051) 2 years ago
README_ZH.md Docusaurus-ify (#26051) 2 years ago

README.md

Gitea: Docs

Join the chat at https://img.shields.io/discord/322538954119184384.svg

These docs are ingested by our docs repo.

Authors

License

This project is under the Apache-2.0 License. See the LICENSE file for the full license text.

Copyright (c) 2016 The Gitea Authors <https://gitea.io>