|
| 1 | +baseURL = "/" |
| 2 | +enableRobotsTXT = true |
| 3 | +enableInlineShortcodes = true |
| 4 | +enableGitInfo = true |
| 5 | +defaultContentLanguage = "en" |
| 6 | +defaultContentLanguageInSubdir = false |
| 7 | +enableMissingTranslationPlaceholders = true |
| 8 | +pygmentsCodeFences = true |
| 9 | +pygmentsUseClasses = false |
| 10 | +pygmentsUseClassic = false |
| 11 | +pygmentsStyle = "tango" |
| 12 | + |
| 13 | +[module] |
| 14 | +proxy = "direct" |
| 15 | + |
| 16 | + [module.hugoVersion] |
| 17 | + extended = true |
| 18 | + min = "0.110.0" |
| 19 | + |
| 20 | + [[module.imports]] |
| 21 | + path = "github.com/google/docsy" |
| 22 | + disable = false |
| 23 | + |
| 24 | + [[module.imports.mounts]] |
| 25 | + source = "assets" |
| 26 | + target = "assets" |
| 27 | + |
| 28 | + [[module.imports.mounts]] |
| 29 | + source = "node_modules/bootstrap" |
| 30 | + target = "assets/vendor/bootstrap" |
| 31 | + |
| 32 | + [[module.imports.mounts]] |
| 33 | + source = "node_modules/@fortawesome/fontawesome-free" |
| 34 | + target = "assets/vendor/Font-Awesome" |
| 35 | + |
| 36 | + [[module.imports.mounts]] |
| 37 | + source = "i18n" |
| 38 | + target = "i18n" |
| 39 | + |
| 40 | + [[module.imports.mounts]] |
| 41 | + source = "layouts" |
| 42 | + target = "layouts" |
| 43 | + |
| 44 | + [[module.imports.mounts]] |
| 45 | + source = "static" |
| 46 | + target = "static" |
| 47 | + |
| 48 | + [[module.imports.mounts]] |
| 49 | + source = "data" |
| 50 | + target = "data" |
| 51 | + |
| 52 | + [[module.imports.mounts]] |
| 53 | + source = "node_modules/@fortawesome/fontawesome-free/webfonts" |
| 54 | + target = "static/webfonts" |
| 55 | + |
| 56 | + [[module.imports]] |
| 57 | + path = "github.com/google/docsy/dependencies" |
| 58 | + disable = false |
| 59 | + |
| 60 | + [[module.mounts]] |
| 61 | + source = "content/en" |
| 62 | + target = "content" |
| 63 | + |
| 64 | +[permalinks] |
| 65 | +blog = "/:section/:year/:month/:day/:slug/" |
| 66 | + |
| 67 | +[blackfriday] |
| 68 | +plainIDAnchors = true |
| 69 | +hrefTargetBlank = true |
| 70 | +angledQuotes = false |
| 71 | +latexDashes = true |
| 72 | + |
| 73 | +[imaging] |
| 74 | +resampleFilter = "CatmullRom" |
| 75 | +quality = 75 |
| 76 | +anchor = "smart" |
| 77 | + |
| 78 | +[services.googleAnalytics] |
| 79 | +id = "UA-79996712-5" |
| 80 | + |
| 81 | +[languages.en] |
| 82 | +description = "Commit. Deploy. Repeat. Continuous Deployment at any scale, for all developers." |
| 83 | +languageName = "English" |
| 84 | +weight = 1 |
| 85 | + |
| 86 | +[markup.goldmark.renderer] |
| 87 | +unsafe = true |
| 88 | + |
| 89 | +[[menu.main]] |
| 90 | +name = "CD-as-a-Service" |
| 91 | +weight = 2 |
| 92 | +url = "/cd-as-a-service/" |
| 93 | + |
| 94 | +[[menu.main]] |
| 95 | +name = "Armory CD" |
| 96 | +weight = 3 |
| 97 | +url = "/continuous-deployment/" |
| 98 | + |
| 99 | +[[menu.main]] |
| 100 | +name = "Scale Agent" |
| 101 | +weight = 4 |
| 102 | +url = "/scale-agent/" |
| 103 | + |
| 104 | +[[menu.main]] |
| 105 | +name = "Support" |
| 106 | +weight = 5 |
| 107 | +url = "https://support.armory.io/" |
| 108 | + |
| 109 | +[[menu.main]] |
| 110 | +name = "Blog" |
| 111 | +weight = 6 |
| 112 | +url = "https://www.armory.io/blog/" |
| 113 | + |
| 114 | +[[menu.main]] |
| 115 | +name = "Armory.io" |
| 116 | +weight = 7 |
| 117 | +url = "https://www.armory.io/" |
| 118 | + |
| 119 | +[[menu.main]] |
| 120 | +name = "Contribute" |
| 121 | +weight = 10 |
| 122 | +url = "/contribute/" |
| 123 | + |
| 124 | +[params] |
| 125 | +deploy-engine-plugin-version = "0.16.8" |
| 126 | +armory-version = "2.28.x" |
| 127 | +matching-oss-version-exact = "1.27.0" |
| 128 | +mysql-version = "5.7; AWS Aurora" |
| 129 | +postgresql-version = "10+" |
| 130 | +armory-version-exact = "2.28.0" |
| 131 | +halyard-armory-version = "1.12.1" |
| 132 | +kubesvc-version = "1.0.33" |
| 133 | +operator-extended-crd-version = "v1alpha2" |
| 134 | +operator-oss-crd-version = "v1alpha2" |
| 135 | +opa-server-version = "0.28.0" |
| 136 | +copyright = "Armory Inc." |
| 137 | +privacy_policy = "https://www.armory.io/privacy-policy/" |
| 138 | +terms_of_service = "https://www.armory.io/terms-of-service/" |
| 139 | +terms_and_conditions = "https://www.armory.io/terms-and-conditions/" |
| 140 | +cdaas_banner = false |
| 141 | +version_menu = "Armory CD v2.28" |
| 142 | +archived_version = false |
| 143 | +version = "2.28.0" |
| 144 | +url_latest_version = "https://docs.armory.io/continuous-deployment/" |
| 145 | +github_repo = "https://github.com/armory/docs/" |
| 146 | +github_branch = "master" |
| 147 | +algolia_docsearch = false |
| 148 | +offlineSearch = true |
| 149 | +offlineSearchMaxResults = 50 |
| 150 | +offlineSearchSummaryLength = 200 |
| 151 | +prism_syntax_highlighting = true |
| 152 | + |
| 153 | +[params.kubesvc-plugin] |
| 154 | +agent_plug_latest-3 = "0.8.66" |
| 155 | +agent_plug_latest_spin-3 = "2.25.x (1.25.x)" |
| 156 | +agent_plug_latest-2 = "0.9.81" |
| 157 | +agent_plug_latest_spin-2 = "2.26.x (1.26.x)" |
| 158 | +agent_plug_latest-1 = "0.10.65" |
| 159 | +agent_plug_latest_spin-1 = "2.27.x (1.27.x)" |
| 160 | +agent_plug_latest = "0.11.27" |
| 161 | +agent_plug_latest_spin = "2.28.x (1.28.x)" |
| 162 | + |
| 163 | +[params.ui] |
| 164 | +sidebar_menu_compact = true |
| 165 | +sidebar_menu_foldable = true |
| 166 | +sidebar_cache_limit = 10 |
| 167 | +breadcrumb_disable = false |
| 168 | +sidebar_search_disable = false |
| 169 | +navbar_logo = true |
| 170 | +footer_about_disable = false |
| 171 | + |
| 172 | +[params.ui.feedback] |
| 173 | +enable = true |
| 174 | +yes = "Thank you for letting us know!" |
| 175 | +no = 'Sorry to hear that. Please <a href="https://github.com/armory/docs/issues/new">tell us how we can improve</a>.' |
| 176 | + |
| 177 | +[params.ui.readingtime] |
| 178 | +enable = false |
| 179 | + |
| 180 | +[params.mermaid] |
| 181 | +theme = "forest" |
| 182 | +enable = true |
| 183 | + |
| 184 | +[[params.links.user]] |
| 185 | +name = "Email Armory" |
| 186 | + |
| 187 | +icon = "fa fa-envelope" |
| 188 | +desc = "Discussion and help from your fellow users" |
| 189 | + |
| 190 | +[[params.links.user]] |
| 191 | +name = "Twitter" |
| 192 | +url = "https://twitter.com/cloudarmory" |
| 193 | +icon = "fab fa-twitter" |
| 194 | +desc = "Follow us on Twitter to get the latest news!" |
| 195 | + |
| 196 | +[[params.links.user]] |
| 197 | +name = "RSS" |
| 198 | +url = "https://docs.armory.io/index.xml" |
| 199 | +icon = "fas fa-rss" |
| 200 | +desc = "Follow us on RSS to get the latest docs updates!" |
| 201 | + |
| 202 | +[[params.links.developer]] |
| 203 | +name = "GitHub" |
| 204 | +url = "https://github.com/armory/docs/" |
| 205 | +icon = "fab fa-github" |
| 206 | +desc = "Docs repository" |
| 207 | + |
| 208 | +[[params.links.developer]] |
| 209 | +name = "Slack" |
| 210 | +url = "https://join.spinnaker.io/" |
| 211 | +icon = "fab fa-slack" |
| 212 | +desc = "Chat with Armory users and developers in the Spinnaker Slack" |
| 213 | + |
| 214 | + [[params.versions]] |
| 215 | + version = "Armory CD v2.27" |
| 216 | + githubbranch = "v2.27" |
| 217 | + url = "https://v2-27.docs.armory.io/docs/" |
| 218 | + |
| 219 | + [[params.versions]] |
| 220 | + version = "Armory CD v2.26" |
| 221 | + githubbranch = "v2.26" |
| 222 | + url = "https://v2-26.docs.armory.io/docs/" |
0 commit comments