|
| 1 | + |
| 2 | +baseURL = "https://d2iq-labs.github.io/capi-runtime-extensions" |
| 3 | +title = "CAPI Runtime Extensions | D2iQ Labs" |
| 4 | + |
| 5 | +enableRobotsTXT = true |
| 6 | + |
| 7 | +# Will give values to .Lastmod etc. |
| 8 | +enableGitInfo = true |
| 9 | + |
| 10 | +# Language settings |
| 11 | +contentDir = "content" |
| 12 | + |
| 13 | +disableKinds = ["taxonomy", "term", "RSS"] |
| 14 | + |
| 15 | +# Configure how URLs look like per section. |
| 16 | +[permalinks] |
| 17 | +blog = "/:section/:year/:month/:day/:slug/" |
| 18 | + |
| 19 | +## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday |
| 20 | +[blackfriday] |
| 21 | +plainIDAnchors = true |
| 22 | +hrefTargetBlank = true |
| 23 | +angledQuotes = false |
| 24 | +latexDashes = true |
| 25 | + |
| 26 | +# Image processing configuration. |
| 27 | +[imaging] |
| 28 | +resampleFilter = "CatmullRom" |
| 29 | +quality = 75 |
| 30 | +anchor = "Smart" |
| 31 | + |
| 32 | +[services] |
| 33 | +[services.googleAnalytics] |
| 34 | +# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. |
| 35 | +# id = "UA-00000000-0" |
| 36 | + |
| 37 | +[markup] |
| 38 | + [markup.goldmark] |
| 39 | + [markup.goldmark.extensions] |
| 40 | + typographer = false |
| 41 | + [markup.goldmark.renderer] |
| 42 | + unsafe = true |
| 43 | + [markup.highlight] |
| 44 | + # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html |
| 45 | + style = "tango" |
| 46 | + # Uncomment if you want your chosen highlight style used for code blocks without a specified language |
| 47 | + # guessSyntax = "true" |
| 48 | + |
| 49 | +# Everything below this are Site Params |
| 50 | + |
| 51 | +# Comment out if you don't want the "print entire section" link enabled. |
| 52 | +[outputs] |
| 53 | +section = ["HTML", "print"] |
| 54 | + |
| 55 | +[params] |
| 56 | +copyright = "D2iQ, Inc." |
| 57 | +# privacy_policy = "https://policies.google.com/privacy" |
| 58 | + |
| 59 | +# First one is picked as the Twitter card image if not set on page. |
| 60 | +# images = ["images/project-illustration.png"] |
| 61 | + |
| 62 | +# Menu title if your navbar has a versions selector to access old versions of your site. |
| 63 | +# This menu appears only if you have at least one [params.versions] set. |
| 64 | +version_menu = "Releases" |
| 65 | + |
| 66 | +# Flag used in the "version-banner" partial to decide whether to display a |
| 67 | +# banner on every page indicating that this is an archived version of the docs. |
| 68 | +# Set this flag to "true" if you want to display the banner. |
| 69 | +archived_version = false |
| 70 | + |
| 71 | +# The version number for the version of the docs represented in this doc set. |
| 72 | +# Used in the "version-banner" partial to display a version number for the |
| 73 | +# current doc set. |
| 74 | +version = "0.0" |
| 75 | + |
| 76 | +# A link to latest version of the docs. Used in the "version-banner" partial to |
| 77 | +# point people to the main doc site. |
| 78 | +url_latest_version = "https://example.com" |
| 79 | + |
| 80 | +# Repository configuration (URLs for in-page links to opening issues and suggesting changes) |
| 81 | +# The links work despite our URL being GitLab not GitHub. |
| 82 | +github_repo = "https://github.com/d2iq-labs/capi-runtime-extensions" |
| 83 | +# An optional link to a related project repo. For example, the sibling repository where your product code lives. |
| 84 | +# The links work despite our URL being GitLab not GitHub. |
| 85 | + |
| 86 | +# Specify a value here if your content directory is not in your repo's root directory |
| 87 | +github_subdir = "docs" |
| 88 | + |
| 89 | +# Uncomment this if you have a newer GitHub repo with "main" as the default branch, |
| 90 | +# or specify a new value if you want to reference another branch in your GitHub links |
| 91 | +github_branch= "main" |
| 92 | + |
| 93 | +# Google Custom Search Engine ID. Remove or comment out to disable search. |
| 94 | +# gcs_engine_id = "d72aa9b2712488cc3" |
| 95 | + |
| 96 | +# Enable Algolia DocSearch |
| 97 | +algolia_docsearch = false |
| 98 | + |
| 99 | +# Enable Lunr.js offline search |
| 100 | +offlineSearch = true |
| 101 | + |
| 102 | +# Enable syntax highlighting and copy buttons on code blocks with Prism |
| 103 | +# Default "Chroma" syntax highlighter has no dot support, so use Prism instead |
| 104 | +prism_syntax_highlighting = true |
| 105 | + |
| 106 | +# User interface configuration |
| 107 | +[params.ui] |
| 108 | +# Enable to show the side bar menu in its compact state. |
| 109 | +sidebar_menu_compact = true |
| 110 | +# Set to true to disable breadcrumb navigation. |
| 111 | +breadcrumb_disable = false |
| 112 | +# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) |
| 113 | +sidebar_search_disable = false |
| 114 | +# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar |
| 115 | +navbar_logo = false |
| 116 | +# Set to true to disable the About link in the site footer |
| 117 | +footer_about_disable = false |
| 118 | + |
| 119 | +# We have almost 200 attributes; don't truncate the sidebar to max 50 contents. |
| 120 | +sidebar_menu_truncate = 1000 |
| 121 | + |
| 122 | +# Sidebar generation is slow otherwise |
| 123 | +sidebar_cache_limit = 100 |
| 124 | + |
| 125 | +ul_show = 2 |
| 126 | + |
| 127 | +# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events. |
| 128 | +# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set. |
| 129 | +# If you want this feature, but occasionally need to remove the "Feedback" section from a single page, |
| 130 | +# add "hide_feedback: true" to the page's front matter. |
| 131 | +[params.ui.feedback] |
| 132 | +enable = true |
| 133 | +# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful). |
| 134 | +yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.' |
| 135 | +no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.' |
| 136 | + |
| 137 | +# Adds a reading time to the top of each doc. |
| 138 | +# If you want this feature, but occasionally need to remove the Reading time from a single page, |
| 139 | +# add "hide_readingtime: true" to the page's front matter |
| 140 | +[params.ui.readingtime] |
| 141 | +enable = false |
| 142 | + |
| 143 | +[params.links] |
| 144 | +[[params.links.user]] |
| 145 | + name ="Twitter" |
| 146 | + url = "https://twitter.com/d2iq_eng" |
| 147 | + icon = "fab fa-twitter" |
| 148 | + desc = "Follow us on Twitter to get the latest news!" |
| 149 | +# Developer relevant links. These will show up on right side of footer and in the community page if you have one. |
| 150 | +[[params.links.developer]] |
| 151 | + name = "GitHub" |
| 152 | + url = "https://github.com/d2iq-labs/capi-runtime-extensions" |
| 153 | + icon = "fab fa-github" |
| 154 | + desc = "Development takes place here!" |
| 155 | + |
| 156 | +[[menu.main]] |
| 157 | +name = "GitHub" |
| 158 | +weight = 50 |
| 159 | +pre = "<i class='fab fa-github'></i>" |
| 160 | +url = "https://github.com/d2iq-labs/capi-runtime-extensions" |
| 161 | + |
| 162 | +[params.taxonomy] |
| 163 | + |
| 164 | +[module] |
| 165 | + proxy = "direct" |
| 166 | + [[module.imports]] |
| 167 | + path = "github.com/google/docsy" |
| 168 | + [[module.imports]] |
| 169 | + path = "github.com/google/docsy/dependencies" |
0 commit comments