1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00

new doc sidebar add section -- initial commit

This commit is contained in:
Harvey Kandola 2016-10-05 15:44:44 -07:00
parent 20f9272d46
commit 003fbacd32
24 changed files with 1322 additions and 112 deletions

View file

@ -20,8 +20,8 @@ import (
"io/ioutil"
"net/http"
"github.com/documize/community/core/section/provider"
"github.com/documize/community/core/log"
"github.com/documize/community/core/section/provider"
)
// Provider represents Gemini
@ -33,7 +33,7 @@ func (*Provider) Meta() provider.TypeMeta {
section := provider.TypeMeta{}
section.ID = "23b133f9-4020-4616-9291-a98fb939735f"
section.Title = "Gemini"
section.Description = "Display work items and tickets from workspaces"
section.Description = "Work items and tickets"
section.ContentType = "gemini"
return section