-
Notifications
You must be signed in to change notification settings - Fork 906
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
Support Gitea #355
Comments
Gitea is written in Go, by the way ;) |
Anyone fancy taking this on? You'd need to update the config flags and then do a Gitea version (or update though it might get too Conditional Spaghetti) of this partial: |
There is already a PR #1310 to add Azure repos and I do have a working example for gitea. Anyone got an Opinion? |
Do you mean an universal API, or what exactly do you have in mind, categorically speaking? |
In #1310 the repo links are already seperated into different files per repo type, but each repo type has its own parameters If you changed that to: e.g.
you can have this in
This should give an idea how this could be done. Of course there needs to be some defaulting magic to not break existing configs for github. This will allow
In contrast to what is done in #1310 you can have only one repo type, but extensible, whereas in the PR you can define github_XXX and azure_XXX parameters. To be discussed: Should different repo_type for docs and project be supported? |
@ShalokShalom #1941 should give an impression of what I want to do. |
pleace correct me if you know a better description ...
currently docsy has integration for github (create issue, edit/create page, ...)
example:
the same feature for gitea would be nice
gitea issue: go-gitea/gitea#12303
The text was updated successfully, but these errors were encountered: