1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08: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

@ -27,7 +27,7 @@ func (*Provider) Meta() provider.TypeMeta {
section.ID = "4f6f2b02-8397-483d-9bb9-eea1fef13304"
section.Title = "Code"
section.Description = "Formatted code samples supporting 50+ languages"
section.Description = "Formatted code snippets"
section.ContentType = "code"
section.Order = 9997

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

View file

@ -28,7 +28,7 @@ func (*Provider) Meta() provider.TypeMeta {
section.ID = "1470bb4a-36c6-4a98-a443-096f5658378b"
section.Title = "Markdown"
section.Description = "CommonMark based markdown content with preview"
section.Description = "CommonMark based content"
section.ContentType = "markdown"
section.Order = 9998

View file

@ -27,7 +27,7 @@ func (*Provider) Meta() provider.TypeMeta {
section.ID = "81a2ea93-2dfc-434d-841e-54b832492c92"
section.Title = "Tabular"
section.Description = "Rows, columns and formatting for tabular data"
section.Description = "Rows, columns for tabular data"
section.ContentType = "table"
section.Order = 9996

View file

@ -27,7 +27,7 @@ func (*Provider) Meta() provider.TypeMeta {
section.ID = "0f024fa0-d017-4bad-a094-2c13ce6edad7"
section.Title = "Rich Text"
section.Description = "WYSIWYG editing with cut-paste image support"
section.Description = "Rich text WYSIWYG"
section.ContentType = "wysiwyg"
section.Order = 9999