Codeberg/Community
60
387
Fork
You've already forked Community
12

Replace links on Codeberg to our own documentation where available #459

Closed
opened 2021年06月02日 07:38:21 +02:00 by Ghost · 7 comments

The SSH / GPG guide in the user setting section points to Github documentation even thought a page for adding SSH keys to one's account exists in the Codeberg documentation.

<!-- NOTE: If your issue is a security concern, please send an email to contact@codeberg.org (and if related to Gitea also to security@gitea.io) instead of opening a public issue. Thank you. Welcome to the Codeberg Community Tracker. This is the right place for bug reports, feature requests and feedback. It's the central place where we track progress and discuss, so please open issues here unless you are sure it's directly related to a specific Codeberg product and only some contributors there need to join the discussion. Easy rule: If you are unsure, report it here. When reporting bugs or asking for features in the software itself, please understand that Codeberg is a fork of Gitea. Please always check upstream (→ see FAQ) if your there is already an open issue. If not, you'd really help us if you could directly get in touch with the maintainers and open an issue here if you think a wider audience should know about that (e. g. when discussing hotfixes, backports or when discussing whether some feature should become part of Gitea or a Codeberg "add-on"). If you don't have a GitHub account, please mention this and we'll gladly forward your report to the Gitea maintainers. Thank you for reporting your findings and giving feedback on Codeberg. ## Some FAQ: ### What does upstream mean? Upstream refers to Gitea, the software Codeberg is built upon. If we ask you if you can report upstream, please visit https://github.com/go-gitea/gitea/issues and check for the bug there and report elsewise. It's usually good if the person interested in a feature or bugfix opens the request to react to questions and join the discussion. We would usually just fire the report, but won't find the time to properly react to that ... **If you do not have a GitHub account**, just tell us and we'll happily forward the report for you. ### I just noticed a typo in the sign_up / sing_up route when regis... No, this is not a typo, but intentional. It was a quick fix to avoid spammers targetting our instance and it actually worked out quite well to rename the route from sign_up to sing_up (few people notice, nice to see you have sharp eyes) ... we might have to take more effective countermeasures in the future, but for now we're actually quite good with that one ... ### How can I help? If you want to help improving Codeberg as a community home for software development, we'll gladly welcome your contribution. Check out the docs about improving Codeberg https://docs.codeberg.org/improving-codeberg/ and have a look at the open issues, especially those that are looking for contribution https://codeberg.org/Codeberg/Community/issues?state=open&labels=105 - some of them don't even require much coding knowledge. We are also happy if you forward bug reports to Gitea if the original author hasn't done that yet or hasn't got a GitHub account. --> The SSH / GPG guide in the user setting section points to Github documentation even thought a page for adding SSH keys to one's account exists in the Codeberg documentation.

See Codeberg/Documentation#91. Ideally I'd like to fix all currently open issues regarding the SSH article before we link it. Contributions are welcome!

See Codeberg/Documentation#91. Ideally I'd like to fix all currently open issues regarding the SSH article before we link it. Contributions are welcome!
fnetX changed title from (削除) Make SSH / GPG guide in the user setting section point to Codeberg's documentation of adding SSH keys. (削除ここまで) to Replace links on Codeberg to our own documentation where available 2021年06月02日 13:10:00 +02:00
Owner
Copy link

I wanted to look into this already. Currently, even Gitea is sometimes linking to GitHub's docs, although their own ones are more feature-complete now.

This makes sense both upstream and downstream, not sure if we should look into the former. But for Codeberg, we should change some links, most importantly "Help" from the user menu should point to our docs.

I wanted to look into this already. Currently, even Gitea is sometimes linking to GitHub's docs, although their own ones are more feature-complete now. This makes sense both upstream and downstream, not sure if we should look into the former. But for Codeberg, we should change some links, most importantly "Help" from the user menu should point to our docs.
Owner
Copy link

Not sure who pointed me to the thread and / or where this was mentioned, but I proposed to land this upstream: https://github.com/go-gitea/gitea/issues/15736

If this happens, we might want to revise the docs once more (Codeberg/Documentation#134) and maybe find a way to cover Gitea-features different to Codeberg (e.g. disabled stuff). Tiny stuff can be mentioned inline, whole disabled features could be moved into a "Your own Gitea" category or something ...

Let's wait what the upstream guys think, and decide for the next steps then.

Not sure who pointed me to the thread and / or where this was mentioned, but I proposed to land this upstream: https://github.com/go-gitea/gitea/issues/15736 If this happens, we might want to revise the docs once more (https://codeberg.org/Codeberg/Documentation/issues/134) and maybe find a way to cover Gitea-features different to Codeberg (e.g. disabled stuff). Tiny stuff can be mentioned inline, whole disabled features could be moved into a "Your own Gitea" category or something ... Let's wait what the upstream guys think, and decide for the next steps then.
Owner
Copy link

Roadmap:

  • evaluate which links in the Gitea templates still point non-CB-docs resources
  • find a way to welcome users of plain Gitea in our docs (e.g. a dedicated Gitea landing page)
  • replace links in the templates with pointers to our docs, upstream help should point to a Gitea landing page (either in our docs or theirs), Codeberg should point to our Getting started

After this, we can make sure to stay in sync with upstream and eventually find a way to make our Documentation content integrate nice with their own docs.

Roadmap: - [x] evaluate which links in the Gitea templates still point non-CB-docs resources - [ ] collect them in https://codeberg.org/Codeberg/Documentation/issues/134 - [ ] make sure they are covered - [ ] find a way to welcome users of plain Gitea in our docs (e.g. a dedicated Gitea landing page) - [ ] replace links in the templates with pointers to our docs, upstream help should point to a Gitea landing page (either in our docs or theirs), Codeberg should point to our Getting started After this, we can make sure to stay in sync with upstream and eventually find a way to make our Documentation content integrate nice with their own docs.

Locations of links that point to non-Codeberg Docs:

  • User settings
    • SSH keys
    • GPG keys
  • Migration
  • Navbar
    • Help (under profile and settings)
    • Help (when logged out)
  • Repo
    • New Repository

      A license governs what others can and can't do with your code. Not sure which one is right for your project? See Choose a license.

    • Empty Repo Quick Guide

      "Need help cloning? Visit Help."

    • Settings
      • Webhooks
Locations of links that point to non-Codeberg Docs: - User settings - SSH keys - GPG keys - Migration - Gitea access token (Codeberg/gitea#20) - Navbar - Help (under profile and settings) - Help (when logged out) - Repo - New Repository > A license governs what others can and can't do with your code. Not sure which one is right for your project? See [Choose a license.](https://choosealicense.com/) - Empty Repo Quick Guide > "Need help cloning? Visit [Help](http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository)." - Settings - Webhooks

Roadmap:

  • evaluate which links in the Gitea templates still point non-CB-docs resources
  • find a way to welcome users of plain Gitea in our docs (e.g. a dedicated Gitea landing page)
  • replace links in the templates with pointers to our docs, upstream help should point to a Gitea landing page (either in our docs or theirs), Codeberg should point to our Getting started

After this, we can make sure to stay in sync with upstream and eventually find a way to make our Documentation content integrate nice with their own docs.

So now what?
I'm still a little confused here..., Can we create our own (Specific) Docs and then do some pull requests to change the URL of the link that refers to our Docs?

> Roadmap: > - [x] evaluate which links in the Gitea templates still point non-CB-docs resources > - [ ] collect them in https://codeberg.org/Codeberg/Documentation/issues/134 > - [ ] make sure they are covered > - [ ] find a way to welcome users of plain Gitea in our docs (e.g. a dedicated Gitea landing page) > - [ ] replace links in the templates with pointers to our docs, upstream help should point to a Gitea landing page (either in our docs or theirs), Codeberg should point to our Getting started > > After this, we can make sure to stay in sync with upstream and eventually find a way to make our Documentation content integrate nice with their own docs. So now what? I'm still a little confused here..., Can we create our own (Specific) Docs and then do some pull requests to change the URL of the link that refers to our Docs?
Owner
Copy link

With the existence of Forgejo, it is in some places acceptable to link to the Forgejo docs IMHO.

With the existence of Forgejo, it is in some places acceptable to link to the Forgejo docs IMHO.
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Labels
Clear labels
accessibility
Reduces accessibility and is thus a "bug" for certain user groups on Codeberg.
bug
Something is not working the way it should. Does not concern outages.
bug
infrastructure
Errors evidently caused by infrastructure malfunctions or outages
Codeberg
This issue involves Codeberg's downstream modifications and settings and/or Codeberg's structures.
contributions welcome
Please join the discussion and consider contributing a PR!
docs
No bug, but an improvement to the docs or UI description will help
duplicate
This issue or pull request already exists
enhancement
New feature
infrastructure
Involves changes to the server setups, use `bug/infrastructure` for infrastructure-related user errors.
legal
An issue directly involving legal compliance
licence / ToS
involving questions about the ToS, especially licencing compliance
please chill
we are volunteers
Please consider editing your posts and remember that there is a human on the other side. We get that you are frustrated, but it's harder for us to help you this way.
public relations
Things related to Codeberg's external communication
question
More information is needed
question
user support
This issue contains a clearly stated problem. However, it is not clear whether we have to fix anything on Codeberg's end, but we're helping them fix it and/or find the cause.
s/Forgejo
Related to Forgejo. Please also check Forgejo's issue tracker.
s/Forgejo/migration
Migration related issues in Forgejo
s/Pages
Issues related to the Codeberg Pages feature
s/Weblate
Issue is related to the Weblate instance at https://translate.codeberg.org
s/Woodpecker
Woodpecker CI related issue
security
involves improvements to the sites security
service
Add a new service to the Codeberg ecosystem (instead of implementing into Forgejo)
upstream
An open issue or pull request to an upstream repository to fix this issue (partially or completely) exists (i.e. Forgejo, Weblate, etc.)
wontfix
Codeberg's current set of contributors are not planning to spend time on delegating this issue.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Codeberg/Community#459
Reference in a new issue
Codeberg/Community
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?