|
| 1 | +baseURL = "/markdown" |
| 2 | +title = "Groupdocs API References" |
| 3 | +staticdir = 'content/sites/groupdocs/markdown/static' |
| 4 | +enableRobotsTXT = true |
| 5 | + |
| 6 | +# Hugo allows theme composition (and inheritance). The precedence is from left to right. |
| 7 | +theme = ["api-theme"] |
| 8 | + |
| 9 | + |
| 10 | +[params.menu] |
| 11 | +#zh = "groupdocs-zh" |
| 12 | +#ru = "groupdocs-ru" |
| 13 | +#ar = "groupdocs-ar" |
| 14 | +#cs = "groupdocs-cs" |
| 15 | +#de = "groupdocs-de" |
| 16 | +#el = "groupdocs-el" |
| 17 | +#es = "groupdocs-es" |
| 18 | +#fr = "groupdocs-fr" |
| 19 | +#hi = "groupdocs-hi" |
| 20 | +#hu = "groupdocs-hu" |
| 21 | +#id = "groupdocs-id" |
| 22 | +#it = "groupdocs-it" |
| 23 | +#ja = "groupdocs-ja" |
| 24 | +#ko = "groupdocs-ko" |
| 25 | +#nl = "groupdocs-nl" |
| 26 | +#pl = "groupdocs-pl" |
| 27 | +#pt = "groupdocs-pt" |
| 28 | +#sv = "groupdocs-sv" |
| 29 | +#th = "groupdocs-th" |
| 30 | +#tr = "groupdocs-tr" |
| 31 | +#vi = "groupdocs-vi" |
| 32 | +#zh-hant = "groupdocs-zht" |
| 33 | + |
| 34 | +defaultContentLang = 'en' |
| 35 | +[languages] |
| 36 | + [languages.en] |
| 37 | + contentDir = 'content/sites/groupdocs/markdown/english' |
| 38 | + languageName = 'English' |
| 39 | + languageCode = "en" |
| 40 | + flag = "flag-us" |
| 41 | + weight = 10 |
| 42 | +# [languages.ru] |
| 43 | +# contentDir = 'content/sites/groupdocs/markdown/russian' |
| 44 | +# languageName = 'Русский' |
| 45 | +# languageCode = "ru" |
| 46 | +# flag = "flag-ru" |
| 47 | +# weight = 11 |
| 48 | +# [languages.zh] |
| 49 | +# contentDir = 'content/sites/groupdocs/markdown/chinese' |
| 50 | +# languageName = "简体中文" |
| 51 | +# languageCode = "zh" |
| 52 | +# flag = "flag-cn" |
| 53 | +# weight = 12 |
| 54 | +# [languages.es] |
| 55 | +# contentDir = 'content/sites/groupdocs/markdown/spanish' |
| 56 | +# languageName = "Español" |
| 57 | +# languageCode = "es" |
| 58 | +# flag = "flag-es" |
| 59 | +# weight = 13 |
| 60 | +# [languages.de] |
| 61 | +# contentDir = 'content/sites/groupdocs/markdown/german' |
| 62 | +# languageName = "Deutsch" |
| 63 | +# languageCode = "de" |
| 64 | +# flag = "flag-de" |
| 65 | +# weight = 14 |
| 66 | +# [languages.fr] |
| 67 | +# contentDir = 'content/sites/groupdocs/markdown/french' |
| 68 | +# languageName = "Français" |
| 69 | +# languageCode = "fr" |
| 70 | +# flag = "flag-fr" |
| 71 | +# weight = 15 |
| 72 | +# [languages.sv] |
| 73 | +# contentDir = 'content/sites/groupdocs/markdown/swedish' |
| 74 | +# languageName = "Svenska" |
| 75 | +# languageCode = "sv" |
| 76 | +# flag = "flag-se" |
| 77 | +# weight = 16 |
| 78 | +# [languages.ar] |
| 79 | +# contentDir = 'content/sites/groupdocs/markdown/arabic' |
| 80 | +# languageName = "عربي" |
| 81 | +# languageCode = "ar" |
| 82 | +# flag = "flag-sa" |
| 83 | +# weight = 17 |
| 84 | +# [languages.it] |
| 85 | +# contentDir = 'content/sites/groupdocs/markdown/italian' |
| 86 | +# languageName = "Italiano" |
| 87 | +# languageCode = "it" |
| 88 | +# flag = "flag-it" |
| 89 | +# weight = 18 |
| 90 | +# [languages.tr] |
| 91 | +# contentDir = 'content/sites/groupdocs/markdown/turkish' |
| 92 | +# languageName = "Türkçe" |
| 93 | +# languageCode = "tr" |
| 94 | +# flag = "flag-tr" |
| 95 | +# weight = 19 |
| 96 | +# [languages.ja] |
| 97 | +# contentDir = 'content/sites/groupdocs/markdown/japanese' |
| 98 | +# languageName = "日本語" |
| 99 | +# languageCode = "ja" |
| 100 | +# flag = "flag-jp" |
| 101 | +# weight = 20 |
| 102 | +# [languages.hi] |
| 103 | +# contentDir = 'content/sites/groupdocs/markdown/indian' |
| 104 | +# languageName = "हिन्दी" |
| 105 | +# languageCode = "hi" |
| 106 | +# flag = "flag-in" |
| 107 | +# weight = 21 |
| 108 | +# [languages.ko] |
| 109 | +# contentDir = 'content/sites/groupdocs/markdown/korean' |
| 110 | +# languageName = " 한국인" |
| 111 | +# languageCode = "ko" |
| 112 | +# flag = "flag-kr" |
| 113 | +# weight = 22 |
| 114 | +# [languages.el] |
| 115 | +# contentDir = 'content/sites/groupdocs/markdown/greece' |
| 116 | +# languageName = " Ελληνικά" |
| 117 | +# languageCode = "el" |
| 118 | +# flag = "flag-gr" |
| 119 | +# weight = 23 |
| 120 | +# [languages.id] |
| 121 | +# contentDir = 'content/sites/groupdocs/markdown/indonesian' |
| 122 | +# languageName = "Indonesian" |
| 123 | +# languageCode = "id" |
| 124 | +# flag = "flag-id" |
| 125 | +# weight = 24 |
| 126 | +# [languages.nl] |
| 127 | +# contentDir = 'content/sites/groupdocs/markdown/netherlands' |
| 128 | +# languageName = "Nederlands" |
| 129 | +# languageCode = "nl" |
| 130 | +# flag = "flag-nl" |
| 131 | +# weight = 25 |
| 132 | + |
| 133 | +disableKinds = ["taxonomy", "taxonomyTerm"] |
| 134 | +ignoreFiles = ["(?i:readme.md)", '\.spin$'] |
| 135 | + |
| 136 | +# Image processing configuration. |
| 137 | +[imaging] |
| 138 | +resampleFilter = "CatmullRom" |
| 139 | +quality = 75 |
| 140 | +anchor = "smart" |
| 141 | + |
| 142 | +[services] |
| 143 | +[services.googleAnalytics] |
| 144 | +# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. |
| 145 | +# id = "UA-00000000-0" |
| 146 | + |
| 147 | +[markup] |
| 148 | + [markup.tableOfContents] |
| 149 | + endLevel = 2 |
| 150 | + ordered = true |
| 151 | + startLevel = 2 |
| 152 | + [markup.goldmark] |
| 153 | + [markup.goldmark.renderer] |
| 154 | + unsafe = true |
| 155 | + [markup.highlight] |
| 156 | + anchorLineNos = false |
| 157 | + codeFences = true |
| 158 | + guessSyntax = false |
| 159 | + hl_Lines = "" |
| 160 | + lineAnchors = "" |
| 161 | + lineNoStart = 1 |
| 162 | + lineNos = false |
| 163 | + lineNumbersInTable = true |
| 164 | + noClasses = false |
| 165 | + tabWidth = 4 |
| 166 | + |
| 167 | +# Everything below this are Site Params |
| 168 | + |
| 169 | +[params] |
| 170 | +copyright = "The groupdocs Authors" |
| 171 | +privacy_policy = "https://policies.google.com/privacy" |
| 172 | +topbar_search_active = false |
| 173 | +logo_rel_link = "" |
| 174 | + |
| 175 | +# Containerize Menu |
| 176 | +[params.containerize] |
| 177 | +menu = "groupdocs-en" |
| 178 | + |
| 179 | +[params.meta] |
| 180 | +msapplication_TileColor = "#2b5797" |
| 181 | +msapplication_config = "https://cms.admin.containerize.com/templates/groupdocs/images/browserconfig.xml" |
| 182 | +theme_color = "#ffffff" |
| 183 | +author = "Groupdocs" |
| 184 | + |
| 185 | +# Title of 404 page |
| 186 | +title_404_page = "404 - Page Not Found | groupdocs API References" |
| 187 | + |
| 188 | +# Open Grapgh settings |
| 189 | +title = "groupdocs API References" |
| 190 | +images = ["images/groupdocs-image-for-open-graph.jpg"] |
| 191 | +description = "Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms." |
| 192 | + |
| 193 | +# Specify a value here if your content directory is not in your repo's root directory |
| 194 | +# github_subdir = "" |
| 195 | + |
| 196 | +# Google Custom Search Engine ID. Remove or comment out to disable search. |
| 197 | +# gcs_engine_id = "011737558837375720776:fsdu1nryfng" |
| 198 | + |
| 199 | +# User interface configuration |
| 200 | +[params.ui] |
| 201 | +# Enable to show the side bar menu in its compact state. |
| 202 | +sidebar_menu_compact = true |
| 203 | +# Set to true to disable breadcrumb navigation. |
| 204 | +breadcrumb_disable = false |
| 205 | +# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) |
| 206 | +sidebar_search_disable = true |
| 207 | +# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar |
| 208 | +navbar_logo = false |
| 209 | +# Set to true to disable the About link in the site footer |
| 210 | +footer_about_disable = false |
| 211 | + |
| 212 | + |
| 213 | +[minify] |
| 214 | + disableCSS = false |
| 215 | + disableHTML = false |
| 216 | + disableJS = false |
| 217 | + disableJSON = false |
| 218 | + disableSVG = false |
| 219 | + disableXML = false |
| 220 | + minifyOutput = false |
| 221 | + [minify.tdewolff] |
| 222 | + [minify.tdewolff.css] |
| 223 | + decimals = -1 |
| 224 | + keepCSS2 = true |
| 225 | + [minify.tdewolff.html] |
| 226 | + keepConditionalComments = true |
| 227 | + keepDefaultAttrVals = true |
| 228 | + keepDocumentTags = true |
| 229 | + keepEndTags = true |
| 230 | + keepQuotes = false |
| 231 | + keepWhitespace = false |
| 232 | + [minify.tdewolff.js] |
| 233 | + [minify.tdewolff.json] |
| 234 | + [minify.tdewolff.svg] |
| 235 | + decimals = -1 |
| 236 | + [minify.tdewolff.xml] |
| 237 | + keepWhitespace = false |
| 238 | + |
| 239 | +[deployment] |
| 240 | +[[deployment.matchers]] |
| 241 | +# Set custom content type for /sitemap.xml |
| 242 | +#pattern = "^sitemap\\.xml$" |
| 243 | +#pattern = "^[a-z]\\.xml$" |
| 244 | +pattern = "^.+\\.(xml)$" |
| 245 | +contentType = "application/xml" |
| 246 | +gzip = true |
| 247 | +force = true |
| 248 | + |
| 249 | +[Taxonomies] |
0 commit comments