blob: 53bd0bda2a456d907bac81f46362e42fd0fb5e75 [file] [log] [blame]
/*
* AUTOGENERATED - DON'T EDIT
* Your edits in this file will be overwritten in the next build!
* Modify the docusaurus.config.js file at your site's root instead.
*/
export default {
"title": "Apache StreamPipes",
"tagline": "Self-Service Data Analytics",
"url": "https://streampipes.apache.org",
"baseUrl": "/",
"organizationName": "apache",
"projectName": "streampipes-docs",
"scripts": [
"/js/matomo.js",
"/js/jquery-3.3.1.min.js",
"/js/buttons.js",
"/js/slick.min.js",
"/js/custom.js",
"/js/clipboard.min.js",
"/js/code-block-buttons.js"
],
"stylesheets": [
"/css/slick.min.css",
"/css/slick-theme.min.css",
"/css/fonts.css",
"/css/admonition.css",
"/css/custom.css",
"/css/code-block-buttons.css",
"/css/all.min.css"
],
"favicon": "img/favicon.png",
"customFields": {
"disableHeaderTitle": true,
"repoUrl": "https://github.com/apache/streampipes"
},
"onBrokenLinks": "log",
"onBrokenMarkdownLinks": "log",
"presets": [
[
"@docusaurus/preset-classic",
{
"docs": {
"showLastUpdateAuthor": true,
"showLastUpdateTime": true,
"path": "../docs",
"sidebarPath": "./sidebars.json"
},
"blog": {
"path": "blog"
},
"theme": {
"customCss": "./src/css/customTheme.css"
}
}
]
],
"plugins": [
[
"@docusaurus/plugin-client-redirects",
{
"fromExtensions": [
"html"
]
}
]
],
"themeConfig": {
"navbar": {
"title": "Apache StreamPipes",
"logo": {
"src": "img/sp-logo-color-docs.png"
},
"items": [
{
"to": "docs/user-guide-introduction",
"label": "Documentation",
"position": "left"
},
{
"to": "blog",
"label": "Blog",
"position": "left"
},
{
"to": "docs/faq-common-problems",
"label": "FAQ",
"position": "left"
},
{
"type": "docsVersionDropdown",
"position": "left",
"dropdownItemsAfter": [
{
"to": "/versions",
"label": "All versions"
}
],
"dropdownActiveClassDisabled": true,
"dropdownItemsBefore": []
}
],
"hideOnScroll": false
},
"announcementBar": {
"id": "query",
"backgroundColor": "var(--color-primary)",
"textColor": "white",
"content": "🤔 Apache StreamPipes 0.92.0 is available! ⭐️",
"isCloseable": true
},
"image": "img/favicon.png",
"footer": {
"links": [],
"copyright": "Copyright © 2019 - 2023 The Apache Software Foundation",
"logo": {
"src": "img/sp-logo-color.png"
},
"style": "light"
},
"colorMode": {
"defaultMode": "light",
"disableSwitch": false,
"respectPrefersColorScheme": false
},
"docs": {
"versionPersistence": "localStorage",
"sidebar": {
"hideable": false,
"autoCollapseCategories": false
}
},
"metadata": [],
"prism": {
"additionalLanguages": [],
"theme": {
"plain": {
"color": "#bfc7d5",
"backgroundColor": "#292d3e"
},
"styles": [
{
"types": [
"comment"
],
"style": {
"color": "rgb(105, 112, 152)",
"fontStyle": "italic"
}
},
{
"types": [
"string",
"inserted"
],
"style": {
"color": "rgb(195, 232, 141)"
}
},
{
"types": [
"number"
],
"style": {
"color": "rgb(247, 140, 108)"
}
},
{
"types": [
"builtin",
"char",
"constant",
"function"
],
"style": {
"color": "rgb(130, 170, 255)"
}
},
{
"types": [
"punctuation",
"selector"
],
"style": {
"color": "rgb(199, 146, 234)"
}
},
{
"types": [
"variable"
],
"style": {
"color": "rgb(191, 199, 213)"
}
},
{
"types": [
"class-name",
"attr-name"
],
"style": {
"color": "rgb(255, 203, 107)"
}
},
{
"types": [
"tag",
"deleted"
],
"style": {
"color": "rgb(255, 85, 114)"
}
},
{
"types": [
"operator"
],
"style": {
"color": "rgb(137, 221, 255)"
}
},
{
"types": [
"boolean"
],
"style": {
"color": "rgb(255, 88, 116)"
}
},
{
"types": [
"keyword"
],
"style": {
"fontStyle": "italic"
}
},
{
"types": [
"doctype"
],
"style": {
"color": "rgb(199, 146, 234)",
"fontStyle": "italic"
}
},
{
"types": [
"namespace"
],
"style": {
"color": "rgb(178, 204, 214)"
}
},
{
"types": [
"url"
],
"style": {
"color": "rgb(221, 221, 221)"
}
}
]
},
"magicComments": [
{
"className": "theme-code-block-highlighted-line",
"line": "highlight-next-line",
"block": {
"start": "highlight-start",
"end": "highlight-end"
}
}
]
},
"tableOfContents": {
"minHeadingLevel": 2,
"maxHeadingLevel": 3
}
},
"baseUrlIssueBanner": true,
"i18n": {
"defaultLocale": "en",
"path": "i18n",
"locales": [
"en"
],
"localeConfigs": {}
},
"onDuplicateRoutes": "warn",
"staticDirectories": [
"static"
],
"themes": [],
"headTags": [],
"clientModules": [],
"titleDelimiter": "|",
"noIndex": false,
"markdown": {
"mermaid": false
}
};