mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Disable native GitHub commits module
This commit is contained in:
parent
b1d677778b
commit
1ea30ee8e1
4 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,6 @@ import (
|
|||
"github.com/documize/community/domain/section/airtable"
|
||||
"github.com/documize/community/domain/section/code"
|
||||
"github.com/documize/community/domain/section/gemini"
|
||||
"github.com/documize/community/domain/section/github"
|
||||
"github.com/documize/community/domain/section/markdown"
|
||||
"github.com/documize/community/domain/section/papertrail"
|
||||
"github.com/documize/community/domain/section/plantuml"
|
||||
|
@ -33,7 +32,7 @@ import (
|
|||
func Register(rt *env.Runtime, s *domain.Store) {
|
||||
provider.Register("code", &code.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("gemini", &gemini.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("github", &github.Provider{Runtime: rt, Store: s})
|
||||
// provider.Register("github", &github.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("markdown", &markdown.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("papertrail", &papertrail.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("table", &table.Provider{Runtime: rt, Store: s})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue