mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 03:52:25 -05:00
[docs] change ID links in ToC to match goldmark parser behavior (#4223)
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl> # Description I'm not sure if this should be handled this way, but some of the TOC links don't work on Forgejo due to, I guess, the Markdown parser behavior. This, however, makes them not work on GitHub ## Checklist - [x] I/we have read the [GoToSocial contribution guidelines](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/CONTRIBUTING.md). - [ ] I/we have discussed the proposed changes already, either in an issue on the repository, or in the Matrix chat. - [x] I/we have not leveraged AI to create the proposed changes. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4223 Co-authored-by: Nicole Mikołajczyk <git@mkljczk.pl> Co-committed-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
01e3765268
commit
bd4fe7081e
3 changed files with 9 additions and 9 deletions
|
|
@ -18,11 +18,11 @@ These contribution guidelines were adapted from / inspired by those of Gitea (ht
|
||||||
- [Docker](#docker)
|
- [Docker](#docker)
|
||||||
- [With GoReleaser](#with-goreleaser)
|
- [With GoReleaser](#with-goreleaser)
|
||||||
- [Manually](#manually)
|
- [Manually](#manually)
|
||||||
- [Stylesheet / Web dev](#stylesheet--web-dev)
|
- [Stylesheet / Web dev](#stylesheet-web-dev)
|
||||||
- [Live Reloading](#live-reloading)
|
- [Live Reloading](#live-reloading)
|
||||||
- [Project Structure](#project-structure)
|
- [Project Structure](#project-structure)
|
||||||
- [Finding your way around the code](#finding-your-way-around-the-code)
|
- [Finding your way around the code](#finding-your-way-around-the-code)
|
||||||
- [Style / Linting / Formatting](#style--linting--formatting)
|
- [Style / Linting / Formatting](#style-linting-formatting)
|
||||||
- [Testing](#testing)
|
- [Testing](#testing)
|
||||||
- [Standalone Testrig with Pinafore](#standalone-testrig-with-pinafore)
|
- [Standalone Testrig with Pinafore](#standalone-testrig-with-pinafore)
|
||||||
- [Running automated tests](#running-automated-tests)
|
- [Running automated tests](#running-automated-tests)
|
||||||
|
|
@ -31,7 +31,7 @@ These contribution guidelines were adapted from / inspired by those of Gitea (ht
|
||||||
- [CLI Tests](#cli-tests)
|
- [CLI Tests](#cli-tests)
|
||||||
- [Federation](#federation)
|
- [Federation](#federation)
|
||||||
- [Updating Swagger docs](#updating-swagger-docs)
|
- [Updating Swagger docs](#updating-swagger-docs)
|
||||||
- [CI/CD configuration](#cicd-configuration)
|
- [CI/CD configuration](#ci-cd-configuration)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
|
|
@ -182,7 +182,7 @@ Normally, these processes are handled by Drone (see CI/CD above). However, you c
|
||||||
|
|
||||||
To do this, first [install GoReleaser](https://goreleaser.com/install/).
|
To do this, first [install GoReleaser](https://goreleaser.com/install/).
|
||||||
|
|
||||||
Then install Node and Yarn as described in [Stylesheet / Web dev](#stylesheet--web-dev).
|
Then install Node and Yarn as described in [Stylesheet / Web dev](#stylesheet-web-dev).
|
||||||
|
|
||||||
Finally, to create a snapshot build, do:
|
Finally, to create a snapshot build, do:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ Here's a screenshot of the instance landing page! Check out the project's [offic
|
||||||
- [Rich text formatting](#rich-text-formatting)
|
- [Rich text formatting](#rich-text-formatting)
|
||||||
- [Themes and custom CSS](#themes-and-custom-css)
|
- [Themes and custom CSS](#themes-and-custom-css)
|
||||||
- [Easy to run](#easy-to-run)
|
- [Easy to run](#easy-to-run)
|
||||||
- [Safety + security features](#safety--security-features)
|
- [Safety + security features](#safety-security-features)
|
||||||
- [Various federation modes](#various-federation-modes)
|
- [Various federation modes](#various-federation-modes)
|
||||||
- [OIDC integration](#oidc-integration)
|
- [OIDC integration](#oidc-integration)
|
||||||
- [Backend-first design](#backend-first-design)
|
- [Backend-first design](#backend-first-design)
|
||||||
|
|
@ -51,7 +51,7 @@ Here's a screenshot of the instance landing page! Check out the project's [offic
|
||||||
- [Stable Releases](#stable-releases)
|
- [Stable Releases](#stable-releases)
|
||||||
- [Snapshot Releases](#snapshot-releases)
|
- [Snapshot Releases](#snapshot-releases)
|
||||||
- [Docker](#docker)
|
- [Docker](#docker)
|
||||||
- [Binary release .tar.gz](#binary-release-targz)
|
- [Binary release .tar.gz](#binary-release-tar-gz)
|
||||||
- [From Source](#from-source)
|
- [From Source](#from-source)
|
||||||
- [Third-party Packaging](#third-party-packaging)
|
- [Third-party Packaging](#third-party-packaging)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
|
|
@ -61,7 +61,7 @@ Here's a screenshot of the instance landing page! Check out the project's [offic
|
||||||
- [Image Attribution and Licensing](#image-attribution-and-licensing)
|
- [Image Attribution and Licensing](#image-attribution-and-licensing)
|
||||||
- [Team](#team)
|
- [Team](#team)
|
||||||
- [Special Thanks](#special-thanks)
|
- [Special Thanks](#special-thanks)
|
||||||
- [Sponsorship + Funding](#sponsorship--funding)
|
- [Sponsorship + Funding](#sponsorship-funding)
|
||||||
- [Crowdfunding](#crowdfunding)
|
- [Crowdfunding](#crowdfunding)
|
||||||
- [Corporate Sponsorship](#corporate-sponsorship)
|
- [Corporate Sponsorship](#corporate-sponsorship)
|
||||||
- [NLnet](#nlnet)
|
- [NLnet](#nlnet)
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,10 @@ Big thank you to all of our [Open Collective](https://opencollective.com/gotosoc
|
||||||
- [Beta Aims](#beta-aims)
|
- [Beta Aims](#beta-aims)
|
||||||
- [Timeline](#timeline)
|
- [Timeline](#timeline)
|
||||||
- [Mid 2023](#mid-2023)
|
- [Mid 2023](#mid-2023)
|
||||||
- [Mid/late 2023](#midlate-2023)
|
- [Mid/late 2023](#mid-late-2023)
|
||||||
- [Early 2024](#early-2024)
|
- [Early 2024](#early-2024)
|
||||||
- [BETA milestone](#beta-milestone)
|
- [BETA milestone](#beta-milestone)
|
||||||
- [Remainder 2024 - early 2025](#remainder-2024---early-2025)
|
- [Remainder 2024 - early 2025](#remainder-2024-early-2025)
|
||||||
- [On the way out of BETA to STABLE RELEASE](#on-the-way-out-of-beta-to-stable-release)
|
- [On the way out of BETA to STABLE RELEASE](#on-the-way-out-of-beta-to-stable-release)
|
||||||
- [Wishlist](#wishlist)
|
- [Wishlist](#wishlist)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue