-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
90 lines (70 loc) · 6.18 KB
/
config.toml
File metadata and controls
90 lines (70 loc) · 6.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
baseURL = "https://docs.groupdocs.cloud/"
languageCode = "en-us"
title = "Documentation"
theme = "ace-documentation"
disableKinds = ["RSS", "sitemap", "categories", "tags", "taxonomy", "taxonomyTerm"]
# (Optional) Set this to true to enable 'Last Modified by' date and git author
# information on 'doc' type pages.
enableGitInfo = true
# Markup configure section
# See https://gohugo.io/getting-started/configuration-markup/
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 4
ordered = false
[markup.highlight]
style = "github"
[outputs]
home = [ "HTML", "JSON", "SITEMAP"]
section = [ "HTML" ]
page = [ "HTML" ]
[outputFormats.SITEMAP]
MediaType = "application/xml"
BaseName = "product-sitemap"
IsHTML = false
IsPlainText = true
noUgly = true
Rel = "sitemap"
[Params]
google_tag_manager_id = "GTM-T42TVBC"
contentDir = "content"
sitemapMax = 49999
disableSearch = false
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
GitHubRepo = 'https://github.com/groupdocs/docs'
# Enable 'Edit this page' links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'GitHubRepo' param.
GitHubEditPath = 'edit/master' #https://github.com/groupdocs/docs/blob/master/content/docs/annotation-net/getting-started/supported-document-formats.md
GitHubDateFormat = 'January 2, 2006'
ProductFamilies = [
{ Key = "total", Name = "GroupDocs.Total", Description = "Manipulate documents from within your own desktop solutions and web apps without requiring any other commercial products." },
{ Key = "annotation", Name = "GroupDocs.Annotation", Description = "Powerful document annotator component that helps you to boost your applications with document annotation, commenting and collaboration features." },
{ Key = "comparison", Name = "GroupDocs.Comparison", Description = "Document comparison API that detects document text, styling and formating changes quickly and with a high accuracy." },
{ Key = "conversion", Name = "GroupDocs.Conversion", Description = "Huge conversion API that supports over 7400 document conversion pairs. With innumerous conversion options you will get hight quality result fast." },
{ Key = "editor", Name = "GroupDocs.Editor", Description = "Modern document editor API that allows you to edit various documents inside your applications without additional software installed." },
{ Key = "merger", Name = "GroupDocs.Merger", Description = "Powerful API to merge PDF, Word, Excel, PowerPoint documents and many other formats, move, reorder or remove document pages in different ways and with flexible options." },
{ Key = "signature", Name = "GroupDocs.Signature", Description = "Outstanding electronic signature API that allows you to esign your documents with digital certificate, image, text and hand-written signatures, QR-Code or BarCodes and many more!" },
{ Key = "viewer", Name = "GroupDocs.Viewer", Description = "Excellent file viewer component that empowers your C#, ASP.NET ?and other .NET-based applications with document viewing features across more than 100+ supported file formats!" },
{ Key = "metadata", Name = "GroupDocs.Metadata", Description = "Native .NET API to dynamically read, write, edit and remove meta information from Microsoft Office, PDF, Multimedia, images and various other file formats." },
{ Key = "parser", Name = "GroupDocs.Parser", Description = "Parse, extract images, raw & formatted text with metadata and perform a lot of operations with it using APIs which work on all popular platforms and supported file formats." },
{ Key = "watermark", Name = "GroupDocs.Watermark", Description = "Watermark manipulation APIs for creating, removing, smart searching, edit locking, and performing other powerful operations across all popular platforms and supported file formats." },
{ Key = "assembly", Name = "GroupDocs.Assembly", Description = "Automate your document generation process with cross platform automation assembly APIs to boost productivity and accuracy" },
{ Key = "classification", Name = "GroupDocs.Classification", Description = "Build custom applications to perform documents and text categorization operations using different taxonomies within your applications." },
{ Key = "translation", Name = "GroupDocs.Translation", Description = "Accurately translate text and business documents created in Microsoft Word and Excel file formats into other languages across popular platforms." },
{ Key = "rewriter", Name = "GroupDocs.Rewriter", Description = "Paraphrase documents in various formats and plain text using Cloud-based solution with Machine Learning approaches." },
]
MoreServices = [
{ Name = "API Reference", CssClass = "fas fa-book", Href = "https://apireference.groupdocs.cloud" },
{ Name = "Code Samples", CssClass = "fas fa-code", Href = "https://groupdocscloud.github.io" },
{ Name = "Live Demos", CssClass = "fas fa-desktop", Href = "https://groupdocsapp.github.io" },
{ Name = "Free Consulting", CssClass = "fas fa-headset", Href = "https://groupdocs-free-consulting.github.io" },
{ Name = "Free Support", CssClass = "fas fa-user", Href = "https://forum.groupdocs.cloud" }
]
[Params.Sitemap]
changeFreq = "weekly"
priority = 0.5