Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify doc links to use paths relative to doc folder (#24979) #25000

Merged
merged 5 commits into from
May 30, 2023

Commits on May 30, 2023

  1. Unify doc links to use paths relative to doc folder (go-gitea#24979)

    Changes:
    
    1. Use uniform links types relative to doc folder (start with `doc/`)
    2. According to [docusaurus
    links](https://docusaurus.io/docs/markdown-features/links), if `<a>` is
    used, the `href` is resolved as URL location, but not file location. So
    need to use `[text]({{< relref "path" >}})` instead.
    HesterG committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2f1a577 View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    HesterG committed May 30, 2023
    Configuration menu
    Copy the full SHA
    00cc74e View commit details
    Browse the repository at this point in the history
  3. remove unnecessary

    HesterG committed May 30, 2023
    Configuration menu
    Copy the full SHA
    638ac70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dc657e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be47f28 View commit details
    Browse the repository at this point in the history