🔖 v0.7.2

Tag version v0.7.2
This commit is contained in:
Thomas Camlong
2022-06-25 17:47:07 +02:00
parent 7c421cc52f
commit f21004e944
82 changed files with 5564 additions and 2 deletions
@@ -0,0 +1,4 @@
{
"name": "@cmfcmf/docusaurus-search-local",
"id": "default"
}
+5
View File
@@ -0,0 +1,5 @@
This folder stores temp files that Docusaurus' client bundler accesses.
DO NOT hand-modify files in this folder because they will be overwritten in the
next build. You can clear all build artifacts (including this folder) with the
`docusaurus clear` command.
+7
View File
@@ -0,0 +1,7 @@
export default [
require('/Users/ajna/Documents/GitHub/homarr/node_modules/infima/dist/css/default/default.css'),
require('/Users/ajna/Documents/GitHub/homarr/node_modules/@docusaurus/theme-classic/lib/prism-include-languages'),
require('/Users/ajna/Documents/GitHub/homarr/node_modules/@docusaurus/theme-classic/lib/admonitions.css'),
require('/Users/ajna/Documents/GitHub/homarr/node_modules/@docusaurus/theme-classic/lib/nprogress'),
require('/Users/ajna/Documents/GitHub/homarr/src/css/custom.css'),
];
+7
View File
@@ -0,0 +1,7 @@
{
"cmfcmf/d-s-l.searchBar.placeholder": "Search...",
"cmfcmf/d-s-l.searchBar.noResults": "No results found.",
"cmfcmf/d-s-l.searchBar.clearButtonTitle": "Clear",
"cmfcmf/d-s-l.searchBar.detachedCancelButtonText": "Cancel",
"cmfcmf/d-s-l.searchBar.submitButtonTitle": "Submit"
}
@@ -0,0 +1,69 @@
{
"blogPosts": [
{
"id": "documentation-migration",
"metadata": {
"permalink": "/blog/documentation-migration",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2022-06-22-documentation.md",
"source": "@site/blog/2022-06-22-documentation.md",
"title": "Migration of Documentation",
"description": "We are happy to announce that the documentation of Homarr has been migrated to Docusaurus - An opensource documentation tool.",
"date": "2022-06-22T00:00:00.000Z",
"formattedDate": "June 22, 2022",
"tags": [
{
"label": "documentation",
"permalink": "/blog/tags/documentation"
},
{
"label": "migration",
"permalink": "/blog/tags/migration"
}
],
"readingTime": 1.01,
"truncated": false,
"authors": [
{
"name": "Ajnart",
"title": "Owner",
"url": "https://github.com/ajnart",
"image_url": "https://avatars.githubusercontent.com/u/49837342?v=4",
"imageURL": "https://avatars.githubusercontent.com/u/49837342?v=4"
},
{
"name": "Manicraft1001",
"title": "Contributor",
"url": "https://github.com/manuel-rw",
"image_url": "https://avatars.githubusercontent.com/u/30572287?v=4",
"imageURL": "https://avatars.githubusercontent.com/u/30572287?v=4"
}
],
"frontMatter": {
"slug": "documentation-migration",
"title": "Migration of Documentation",
"authors": [
{
"name": "Ajnart",
"title": "Owner",
"url": "https://github.com/ajnart",
"image_url": "https://avatars.githubusercontent.com/u/49837342?v=4",
"imageURL": "https://avatars.githubusercontent.com/u/49837342?v=4"
},
{
"name": "Manicraft1001",
"title": "Contributor",
"url": "https://github.com/manuel-rw",
"image_url": "https://avatars.githubusercontent.com/u/30572287?v=4",
"imageURL": "https://avatars.githubusercontent.com/u/30572287?v=4"
}
],
"tags": [
"documentation",
"migration"
]
}
},
"content": "We are happy to announce that the documentation of Homarr has been migrated to Docusaurus - An opensource documentation tool.\nThe documentation has been re-written partly and includes now many animations, guides and additional crucial information.\n\nWe are still figuring things out and highly depend on your feedback.\n\n## Why we migrated\n\nThe default Github Wiki feature is decent - but very confusing to read.\nOur possibilites for searching the documentation in the Wiki are highly limited.\nAdditionally, Users are unable to contribute to the documentation if they have not sufficient permissions.\n\nWe could not review any chanegs made to the documentation. This is why we migrated to Docusaurus.\n\n## How you can contribute\n\nThe documentation will soon be merged into the master branch of Homarr.\nYou'll find a ``doc/`` directory in the root of Homarr.\nWe'll obviously not include this in our Docker images.\nIn the future, everyone may modify the documentation by creating a pull request.\nAfter we've reviewed your changes, we'll merge your PR and this documentation will automatically update.\n\n## TL;DR\n\nThe documentation on GitHub Wiki will soon disappear. It will be replaced with this Docusaurus-powered website. You'll find much more information here with higher detail and searchability."
}
]
}
@@ -0,0 +1,9 @@
{
"permalink": "/blog",
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 1,
"blogDescription": "Blog",
"blogTitle": "Blog"
}
@@ -0,0 +1,9 @@
{
"title": "Recent posts",
"items": [
{
"title": "Migration of Documentation",
"permalink": "/blog/documentation-migration"
}
]
}
@@ -0,0 +1,9 @@
{
"permalink": "/blog/tags/documentation",
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 1,
"blogDescription": "Blog",
"blogTitle": "Blog"
}
@@ -0,0 +1,6 @@
{
"label": "documentation",
"permalink": "/blog/tags/documentation",
"allTagsPath": "/blog/tags",
"count": 1
}
@@ -0,0 +1,9 @@
{
"permalink": "/blog/tags/migration",
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 1,
"blogDescription": "Blog",
"blogTitle": "Blog"
}
@@ -0,0 +1,6 @@
{
"label": "migration",
"permalink": "/blog/tags/migration",
"allTagsPath": "/blog/tags",
"count": 1
}
@@ -0,0 +1,12 @@
[
{
"label": "documentation",
"permalink": "/blog/tags/documentation",
"count": 1
},
{
"label": "migration",
"permalink": "/blog/tags/migration",
"count": 1
}
]
@@ -0,0 +1,4 @@
{
"name": "docusaurus-plugin-content-blog",
"id": "default"
}
@@ -0,0 +1,61 @@
{
"permalink": "/blog/documentation-migration",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2022-06-22-documentation.md",
"source": "@site/blog/2022-06-22-documentation.md",
"title": "Migration of Documentation",
"description": "We are happy to announce that the documentation of Homarr has been migrated to Docusaurus - An opensource documentation tool.",
"date": "2022-06-22T00:00:00.000Z",
"formattedDate": "June 22, 2022",
"tags": [
{
"label": "documentation",
"permalink": "/blog/tags/documentation"
},
{
"label": "migration",
"permalink": "/blog/tags/migration"
}
],
"readingTime": 1.01,
"truncated": false,
"authors": [
{
"name": "Ajnart",
"title": "Owner",
"url": "https://github.com/ajnart",
"image_url": "https://avatars.githubusercontent.com/u/49837342?v=4",
"imageURL": "https://avatars.githubusercontent.com/u/49837342?v=4"
},
{
"name": "Manicraft1001",
"title": "Contributor",
"url": "https://github.com/manuel-rw",
"image_url": "https://avatars.githubusercontent.com/u/30572287?v=4",
"imageURL": "https://avatars.githubusercontent.com/u/30572287?v=4"
}
],
"frontMatter": {
"slug": "documentation-migration",
"title": "Migration of Documentation",
"authors": [
{
"name": "Ajnart",
"title": "Owner",
"url": "https://github.com/ajnart",
"image_url": "https://avatars.githubusercontent.com/u/49837342?v=4",
"imageURL": "https://avatars.githubusercontent.com/u/49837342?v=4"
},
{
"name": "Manicraft1001",
"title": "Contributor",
"url": "https://github.com/manuel-rw",
"image_url": "https://avatars.githubusercontent.com/u/30572287?v=4",
"imageURL": "https://avatars.githubusercontent.com/u/30572287?v=4"
}
],
"tags": [
"documentation",
"migration"
]
}
}
@@ -0,0 +1,4 @@
{
"name": "docusaurus-plugin-content-docs",
"id": "default"
}
@@ -0,0 +1,25 @@
{
"unversionedId": "about",
"id": "about",
"title": "About Homarr",
"description": "Homarr",
"source": "@site/docs/about.md",
"sourceDirName": ".",
"slug": "/about",
"permalink": "/docs/about",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/about.md",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"title": "About Homarr",
"sidebar_position": 1,
"hide_title": true
},
"sidebar": "tutorialSidebar",
"next": {
"title": "Installation",
"permalink": "/docs/quick-start/"
}
}
@@ -0,0 +1,24 @@
{
"unversionedId": "advanced-features/custom-icons",
"id": "advanced-features/custom-icons",
"title": "Custom Icons for Services",
"description": "How are icons requested?",
"source": "@site/docs/advanced-features/custom-icons.md",
"sourceDirName": "advanced-features",
"slug": "/advanced-features/custom-icons",
"permalink": "/docs/advanced-features/custom-icons",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/advanced-features/custom-icons.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Dark Mode",
"permalink": "/docs/customizations/dark-mode"
},
"next": {
"title": "Environment Variables",
"permalink": "/docs/advanced-features/environment-variables"
}
}
@@ -0,0 +1,24 @@
{
"unversionedId": "advanced-features/environment-variables",
"id": "advanced-features/environment-variables",
"title": "Environment Variables",
"description": "Homarr supports multiple environment variables. These can be set as either Linux env or Docker env. (Env is used to abbreviate environment variables.)",
"source": "@site/docs/advanced-features/environment-variables.md",
"sourceDirName": "advanced-features",
"slug": "/advanced-features/environment-variables",
"permalink": "/docs/advanced-features/environment-variables",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/advanced-features/environment-variables.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Custom Icons for Services",
"permalink": "/docs/advanced-features/custom-icons"
},
"next": {
"title": "Integrations",
"permalink": "/docs/advanced-features/integrations"
}
}
@@ -0,0 +1,24 @@
{
"unversionedId": "advanced-features/integrations",
"id": "advanced-features/integrations",
"title": "Integrations",
"description": "Homarr natively integrates with your services. Here is a list of all supported services.",
"source": "@site/docs/advanced-features/integrations.md",
"sourceDirName": "advanced-features",
"slug": "/advanced-features/integrations",
"permalink": "/docs/advanced-features/integrations",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/advanced-features/integrations.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Environment Variables",
"permalink": "/docs/advanced-features/environment-variables"
},
"next": {
"title": "Key Shortcuts",
"permalink": "/docs/advanced-features/key-shortcuts"
}
}
@@ -0,0 +1,24 @@
{
"unversionedId": "advanced-features/key-shortcuts",
"id": "advanced-features/key-shortcuts",
"title": "Key Shortcuts",
"description": "Homarr offers you key shortcuts for better productivity.",
"source": "@site/docs/advanced-features/key-shortcuts.md",
"sourceDirName": "advanced-features",
"slug": "/advanced-features/key-shortcuts",
"permalink": "/docs/advanced-features/key-shortcuts",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/advanced-features/key-shortcuts.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Integrations",
"permalink": "/docs/advanced-features/integrations"
},
"next": {
"title": "Multiple Configurations",
"permalink": "/docs/advanced-features/multiple-configurations"
}
}
@@ -0,0 +1,24 @@
{
"unversionedId": "advanced-features/multiple-configurations",
"id": "advanced-features/multiple-configurations",
"title": "Multiple Configurations",
"description": "Homarr allows the usage of multiple configs.",
"source": "@site/docs/advanced-features/multiple-configurations.md",
"sourceDirName": "advanced-features",
"slug": "/advanced-features/multiple-configurations",
"permalink": "/docs/advanced-features/multiple-configurations",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/advanced-features/multiple-configurations.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Key Shortcuts",
"permalink": "/docs/advanced-features/key-shortcuts"
},
"next": {
"title": "FAQ",
"permalink": "/docs/community/frequently-asked-questions"
}
}
@@ -0,0 +1,52 @@
{
"unversionedId": "community/donate",
"id": "community/donate",
"title": "Donations",
"description": "Help us maintain Homarr",
"source": "@site/docs/community/donate.md",
"sourceDirName": "community",
"slug": "/community/donate",
"permalink": "/docs/community/donate",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/community/donate.md",
"tags": [
{
"label": "Support",
"permalink": "/docs/tags/support"
},
{
"label": "Maintenance",
"permalink": "/docs/tags/maintenance"
},
{
"label": "Donate",
"permalink": "/docs/tags/donate"
},
{
"label": "Help",
"permalink": "/docs/tags/help"
}
],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_label": "Donate",
"sidebar_position": 3,
"description": "Help us maintain Homarr",
"tags": [
"Support",
"Maintenance",
"Donate",
"Help"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Getting in Touch",
"permalink": "/docs/community/get-in-touch"
},
"next": {
"title": "License",
"permalink": "/docs/community/license"
}
}
@@ -0,0 +1,51 @@
{
"unversionedId": "community/frequently-asked-questions",
"id": "community/frequently-asked-questions",
"title": "Frequently Asked Questions",
"description": "Can I install Homarr on a Raspberry Pi?",
"source": "@site/docs/community/frequently-asked-questions.md",
"sourceDirName": "community",
"slug": "/community/frequently-asked-questions",
"permalink": "/docs/community/frequently-asked-questions",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/community/frequently-asked-questions.md",
"tags": [
{
"label": "Support",
"permalink": "/docs/tags/support"
},
{
"label": "Help",
"permalink": "/docs/tags/help"
},
{
"label": "FAQ",
"permalink": "/docs/tags/faq"
},
{
"label": "Frequently Asked Questions",
"permalink": "/docs/tags/frequently-asked-questions"
}
],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_label": "FAQ",
"sidebar_position": 1,
"tags": [
"Support",
"Help",
"FAQ",
"Frequently Asked Questions"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Multiple Configurations",
"permalink": "/docs/advanced-features/multiple-configurations"
},
"next": {
"title": "Getting in Touch",
"permalink": "/docs/community/get-in-touch"
}
}
@@ -0,0 +1,47 @@
{
"unversionedId": "community/get-in-touch",
"id": "community/get-in-touch",
"title": "Get In Touch with Us",
"description": "Still have a question? Click here!",
"source": "@site/docs/community/get-in-touch.md",
"sourceDirName": "community",
"slug": "/community/get-in-touch",
"permalink": "/docs/community/get-in-touch",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/community/get-in-touch.md",
"tags": [
{
"label": "Support",
"permalink": "/docs/tags/support"
},
{
"label": "Help",
"permalink": "/docs/tags/help"
},
{
"label": "Discord",
"permalink": "/docs/tags/discord"
}
],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_label": "Getting in Touch",
"sidebar_position": 2,
"description": "Still have a question? Click here!",
"tags": [
"Support",
"Help",
"Discord"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "FAQ",
"permalink": "/docs/community/frequently-asked-questions"
},
"next": {
"title": "Donate",
"permalink": "/docs/community/donate"
}
}
@@ -0,0 +1,23 @@
{
"unversionedId": "community/license",
"id": "community/license",
"title": "License",
"description": "Homarr is licensed under MIT.",
"source": "@site/docs/community/license.md",
"sourceDirName": "community",
"slug": "/community/license",
"permalink": "/docs/community/license",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/community/license.md",
"tags": [],
"version": "current",
"sidebarPosition": 6,
"frontMatter": {
"sidebar_position": 6
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Donate",
"permalink": "/docs/community/donate"
}
}
@@ -0,0 +1,50 @@
{
"unversionedId": "customizations/custom-background",
"id": "customizations/custom-background",
"title": "Custom Background",
"description": "To add a custom Homarr background, open the settings at the top right and click on the Tab \"Customization\".",
"source": "@site/docs/customizations/custom-background.md",
"sourceDirName": "customizations",
"slug": "/customizations/custom-background",
"permalink": "/docs/customizations/custom-background",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/customizations/custom-background.md",
"tags": [
{
"label": "Customization",
"permalink": "/docs/tags/customization"
},
{
"label": "Design",
"permalink": "/docs/tags/design"
},
{
"label": "Background",
"permalink": "/docs/tags/background"
},
{
"label": "Custom",
"permalink": "/docs/tags/custom"
}
],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_position": 3,
"tags": [
"Customization",
"Design",
"Background",
"Custom"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Custom Colors",
"permalink": "/docs/customizations/custom-colors"
},
"next": {
"title": "Customize your Search Engine",
"permalink": "/docs/customizations/custom-search-engine"
}
}
@@ -0,0 +1,45 @@
{
"unversionedId": "customizations/custom-colors",
"id": "customizations/custom-colors",
"title": "Custom Colors",
"description": "Homarr lets you customize the colors to adapt to your preferences.",
"source": "@site/docs/customizations/custom-colors.md",
"sourceDirName": "customizations",
"slug": "/customizations/custom-colors",
"permalink": "/docs/customizations/custom-colors",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/customizations/custom-colors.md",
"tags": [
{
"label": "Customization",
"permalink": "/docs/tags/customization"
},
{
"label": "Design",
"permalink": "/docs/tags/design"
},
{
"label": "Colors",
"permalink": "/docs/tags/colors"
}
],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2,
"tags": [
"Customization",
"Design",
"Colors"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Overview of Customizations",
"permalink": "/docs/customizations/"
},
"next": {
"title": "Custom Background",
"permalink": "/docs/customizations/custom-background"
}
}
@@ -0,0 +1,48 @@
{
"unversionedId": "customizations/custom-search-engine",
"id": "customizations/custom-search-engine",
"title": "Customize your Search Engine",
"description": "Select a Search Engine",
"source": "@site/docs/customizations/custom-search-engine.md",
"sourceDirName": "customizations",
"slug": "/customizations/custom-search-engine",
"permalink": "/docs/customizations/custom-search-engine",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/customizations/custom-search-engine.md",
"tags": [
{
"label": "Customization",
"permalink": "/docs/tags/customization"
},
{
"label": "Design",
"permalink": "/docs/tags/design"
},
{
"label": "Background",
"permalink": "/docs/tags/background"
},
{
"label": "Custom",
"permalink": "/docs/tags/custom"
}
],
"version": "current",
"frontMatter": {
"tags": [
"Customization",
"Design",
"Background",
"Custom"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Custom Background",
"permalink": "/docs/customizations/custom-background"
},
"next": {
"title": "Customize Page Title",
"permalink": "/docs/customizations/custom-title"
}
}
@@ -0,0 +1,48 @@
{
"unversionedId": "customizations/custom-title",
"id": "customizations/custom-title",
"title": "Customize Page Title",
"description": "You can change the page title to whatever you like.",
"source": "@site/docs/customizations/custom-title.md",
"sourceDirName": "customizations",
"slug": "/customizations/custom-title",
"permalink": "/docs/customizations/custom-title",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/customizations/custom-title.md",
"tags": [
{
"label": "Customization",
"permalink": "/docs/tags/customization"
},
{
"label": "Design",
"permalink": "/docs/tags/design"
},
{
"label": "Title",
"permalink": "/docs/tags/title"
},
{
"label": "Custom",
"permalink": "/docs/tags/custom"
}
],
"version": "current",
"frontMatter": {
"tags": [
"Customization",
"Design",
"Title",
"Custom"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Customize your Search Engine",
"permalink": "/docs/customizations/custom-search-engine"
},
"next": {
"title": "Dark Mode",
"permalink": "/docs/customizations/dark-mode"
}
}
@@ -0,0 +1,24 @@
{
"unversionedId": "customizations/dark-mode",
"id": "customizations/dark-mode",
"title": "Dark Mode",
"description": "Homarr has a Dark Mode built-in, which is much more comforting to your eyes.",
"source": "@site/docs/customizations/dark-mode.md",
"sourceDirName": "customizations",
"slug": "/customizations/dark-mode",
"permalink": "/docs/customizations/dark-mode",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/customizations/dark-mode.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Customize Page Title",
"permalink": "/docs/customizations/custom-title"
},
"next": {
"title": "Custom Icons for Services",
"permalink": "/docs/advanced-features/custom-icons"
}
}
@@ -0,0 +1,42 @@
{
"unversionedId": "customizations/index",
"id": "customizations/index",
"title": "Overview of Customizations",
"description": "Overview of Homarr customizations",
"source": "@site/docs/customizations/index.md",
"sourceDirName": "customizations",
"slug": "/customizations/",
"permalink": "/docs/customizations/",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/customizations/index.md",
"tags": [
{
"label": "Customization",
"permalink": "/docs/tags/customization"
},
{
"label": "Design",
"permalink": "/docs/tags/design"
}
],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_label": "Overview of Customizations",
"sidebar_position": 1,
"description": "Overview of Homarr customizations",
"tags": [
"Customization",
"Design"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Making your own Modules",
"permalink": "/docs/modules/making-own-module"
},
"next": {
"title": "Custom Colors",
"permalink": "/docs/customizations/custom-colors"
}
}
@@ -0,0 +1,24 @@
{
"unversionedId": "modules/built-in-modules/index",
"id": "modules/built-in-modules/index",
"title": "Built-In Modules for Homarr",
"description": "Homarr offers a collection of different Modules, which help you expand and personalize your experience.",
"source": "@site/docs/modules/built-in-modules/index.md",
"sourceDirName": "modules/built-in-modules",
"slug": "/modules/built-in-modules/",
"permalink": "/docs/modules/built-in-modules/",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/modules/built-in-modules/index.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Overview of Modules",
"permalink": "/docs/modules/"
},
"next": {
"title": "📆 Calendar Module",
"permalink": "/docs/modules/built-in-modules/module-calendar"
}
}
@@ -0,0 +1,56 @@
{
"unversionedId": "modules/built-in-modules/module-calendar",
"id": "modules/built-in-modules/module-calendar",
"title": "📆 Calendar Module",
"description": "Explanation of the Calendar Module",
"source": "@site/docs/modules/built-in-modules/module-calendar.md",
"sourceDirName": "modules/built-in-modules",
"slug": "/modules/built-in-modules/module-calendar",
"permalink": "/docs/modules/built-in-modules/module-calendar",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/modules/built-in-modules/module-calendar.md",
"tags": [
{
"label": "Modules",
"permalink": "/docs/tags/modules"
},
{
"label": "Time",
"permalink": "/docs/tags/time"
},
{
"label": "Date",
"permalink": "/docs/tags/date"
},
{
"label": "Calendar",
"permalink": "/docs/tags/calendar"
},
{
"label": "Integration",
"permalink": "/docs/tags/integration"
}
],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1,
"description": "Explanation of the Calendar Module",
"tags": [
"Modules",
"Time",
"Date",
"Calendar",
"Integration"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Built-In Modules for Homarr",
"permalink": "/docs/modules/built-in-modules/"
},
"next": {
"title": "☔ Weather Module",
"permalink": "/docs/modules/built-in-modules/module-weather"
}
}
@@ -0,0 +1,44 @@
{
"unversionedId": "modules/built-in-modules/module-clock",
"id": "modules/built-in-modules/module-clock",
"title": "🕓 Clock Module",
"description": "Explanation of the Clock Module",
"source": "@site/docs/modules/built-in-modules/module-clock.md",
"sourceDirName": "modules/built-in-modules",
"slug": "/modules/built-in-modules/module-clock",
"permalink": "/docs/modules/built-in-modules/module-clock",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/modules/built-in-modules/module-clock.md",
"tags": [
{
"label": "Modules",
"permalink": "/docs/tags/modules"
},
{
"label": "Time",
"permalink": "/docs/tags/time"
},
{
"label": "Localization",
"permalink": "/docs/tags/localization"
}
],
"version": "current",
"frontMatter": {
"description": "Explanation of the Clock Module",
"tags": [
"Modules",
"Time",
"Localization"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "☔ Weather Module",
"permalink": "/docs/modules/built-in-modules/module-weather"
},
"next": {
"title": "🔍 Search Module",
"permalink": "/docs/modules/built-in-modules/module-search"
}
}
@@ -0,0 +1,24 @@
{
"unversionedId": "modules/built-in-modules/module-search",
"id": "modules/built-in-modules/module-search",
"title": "🔍 Search Module",
"description": "The Search module will add a search bar on the top right of your page. It can also be opened using the key shortcuts.",
"source": "@site/docs/modules/built-in-modules/module-search.md",
"sourceDirName": "modules/built-in-modules",
"slug": "/modules/built-in-modules/module-search",
"permalink": "/docs/modules/built-in-modules/module-search",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/modules/built-in-modules/module-search.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "🕓 Clock Module",
"permalink": "/docs/modules/built-in-modules/module-clock"
},
"next": {
"title": "🚀 Torrent Module",
"permalink": "/docs/modules/built-in-modules/module-torrent"
}
}
@@ -0,0 +1,24 @@
{
"unversionedId": "modules/built-in-modules/module-torrent",
"id": "modules/built-in-modules/module-torrent",
"title": "🚀 Torrent Module",
"description": "The torrent module uses integrations to display a list of torrents with their name, download and upload speed and progress. It supports displaying the progress from many download clients concurrently.",
"source": "@site/docs/modules/built-in-modules/module-torrent.md",
"sourceDirName": "modules/built-in-modules",
"slug": "/modules/built-in-modules/module-torrent",
"permalink": "/docs/modules/built-in-modules/module-torrent",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/modules/built-in-modules/module-torrent.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "🔍 Search Module",
"permalink": "/docs/modules/built-in-modules/module-search"
},
"next": {
"title": "Making your own Modules",
"permalink": "/docs/modules/making-own-module"
}
}
@@ -0,0 +1,50 @@
{
"unversionedId": "modules/built-in-modules/module-weather",
"id": "modules/built-in-modules/module-weather",
"title": "☔ Weather Module",
"description": "The Weather Module uses your location to display the current, highest and lowest temperature. The Module uses open-meteo.com to retrieve weather data.",
"source": "@site/docs/modules/built-in-modules/module-weather.md",
"sourceDirName": "modules/built-in-modules",
"slug": "/modules/built-in-modules/module-weather",
"permalink": "/docs/modules/built-in-modules/module-weather",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/modules/built-in-modules/module-weather.md",
"tags": [
{
"label": "Modules",
"permalink": "/docs/tags/modules"
},
{
"label": "Weather",
"permalink": "/docs/tags/weather"
},
{
"label": "Geolocation",
"permalink": "/docs/tags/geolocation"
},
{
"label": "Forecast",
"permalink": "/docs/tags/forecast"
}
],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1,
"tags": [
"Modules",
"Weather",
"Geolocation",
"Forecast"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "📆 Calendar Module",
"permalink": "/docs/modules/built-in-modules/module-calendar"
},
"next": {
"title": "🕓 Clock Module",
"permalink": "/docs/modules/built-in-modules/module-clock"
}
}
@@ -0,0 +1,39 @@
{
"unversionedId": "modules/index",
"id": "modules/index",
"title": "Overview of Modules",
"description": "Overview of Homarr Modules",
"source": "@site/docs/modules/index.md",
"sourceDirName": "modules",
"slug": "/modules/",
"permalink": "/docs/modules/",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/modules/index.md",
"tags": [
{
"label": "Modules",
"permalink": "/docs/tags/modules"
},
{
"label": "Design",
"permalink": "/docs/tags/design"
}
],
"version": "current",
"frontMatter": {
"description": "Overview of Homarr Modules",
"tags": [
"Modules",
"Design"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Manage Services",
"permalink": "/docs/quick-start/manage-services"
},
"next": {
"title": "Built-In Modules for Homarr",
"permalink": "/docs/modules/built-in-modules/"
}
}
@@ -0,0 +1,42 @@
{
"unversionedId": "modules/making-own-module",
"id": "modules/making-own-module",
"title": "Making your own Modules",
"description": "A guide on how to make your own Homarr Module",
"source": "@site/docs/modules/making-own-module.md",
"sourceDirName": "modules",
"slug": "/modules/making-own-module",
"permalink": "/docs/modules/making-own-module",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/modules/making-own-module.md",
"tags": [
{
"label": "Modules",
"permalink": "/docs/tags/modules"
},
{
"label": "Development",
"permalink": "/docs/tags/development"
}
],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_label": "Making your own Modules",
"sidebar_position": 3,
"description": "A guide on how to make your own Homarr Module",
"tags": [
"Modules",
"Development"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "🚀 Torrent Module",
"permalink": "/docs/modules/built-in-modules/module-torrent"
},
"next": {
"title": "Overview of Customizations",
"permalink": "/docs/customizations/"
}
}
@@ -0,0 +1,43 @@
{
"unversionedId": "quick-start/index",
"id": "quick-start/index",
"title": "Homarr Quick Start",
"description": "Short and fast introduction on how you can install Homarr on your device.",
"source": "@site/docs/quick-start/index.md",
"sourceDirName": "quick-start",
"slug": "/quick-start/",
"permalink": "/docs/quick-start/",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/quick-start/index.md",
"tags": [
{
"label": "Installation",
"permalink": "/docs/tags/installation"
},
{
"label": "Getting started",
"permalink": "/docs/tags/getting-started"
}
],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_label": "Installation",
"sidebar_position": 1,
"title": "Homarr Quick Start",
"description": "Short and fast introduction on how you can install Homarr on your device.",
"tags": [
"Installation",
"Getting started"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "About Homarr",
"permalink": "/docs/about"
},
"next": {
"title": "Manage Services",
"permalink": "/docs/quick-start/manage-services"
}
}
@@ -0,0 +1,47 @@
{
"unversionedId": "quick-start/manage-services",
"id": "quick-start/manage-services",
"title": "Manage your Services",
"description": "A guide on how to manage your services and make basic customizations to them",
"source": "@site/docs/quick-start/manage-services.md",
"sourceDirName": "quick-start",
"slug": "/quick-start/manage-services",
"permalink": "/docs/quick-start/manage-services",
"draft": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/quick-start/manage-services.md",
"tags": [
{
"label": "Service Management",
"permalink": "/docs/tags/service-management"
},
{
"label": "Basics",
"permalink": "/docs/tags/basics"
},
{
"label": "Getting started",
"permalink": "/docs/tags/getting-started"
}
],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_label": "Manage Services",
"sidebar_position": 2,
"description": "A guide on how to manage your services and make basic customizations to them",
"tags": [
"Service Management",
"Basics",
"Getting started"
]
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Installation",
"permalink": "/docs/quick-start/"
},
"next": {
"title": "Overview of Modules",
"permalink": "/docs/modules/"
}
}
@@ -0,0 +1,20 @@
{
"label": "Background",
"permalink": "/docs/tags/background",
"allTagsPath": "/docs/tags",
"count": 2,
"items": [
{
"id": "customizations/custom-background",
"title": "Custom Background",
"description": "To add a custom Homarr background, open the settings at the top right and click on the Tab \"Customization\".",
"permalink": "/docs/customizations/custom-background"
},
{
"id": "customizations/custom-search-engine",
"title": "Customize your Search Engine",
"description": "Select a Search Engine",
"permalink": "/docs/customizations/custom-search-engine"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Basics",
"permalink": "/docs/tags/basics",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "quick-start/manage-services",
"title": "Manage your Services",
"description": "A guide on how to manage your services and make basic customizations to them",
"permalink": "/docs/quick-start/manage-services"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Calendar",
"permalink": "/docs/tags/calendar",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "modules/built-in-modules/module-calendar",
"title": "📆 Calendar Module",
"description": "Explanation of the Calendar Module",
"permalink": "/docs/modules/built-in-modules/module-calendar"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Colors",
"permalink": "/docs/tags/colors",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "customizations/custom-colors",
"title": "Custom Colors",
"description": "Homarr lets you customize the colors to adapt to your preferences.",
"permalink": "/docs/customizations/custom-colors"
}
]
}
@@ -0,0 +1,26 @@
{
"label": "Custom",
"permalink": "/docs/tags/custom",
"allTagsPath": "/docs/tags",
"count": 3,
"items": [
{
"id": "customizations/custom-background",
"title": "Custom Background",
"description": "To add a custom Homarr background, open the settings at the top right and click on the Tab \"Customization\".",
"permalink": "/docs/customizations/custom-background"
},
{
"id": "customizations/custom-title",
"title": "Customize Page Title",
"description": "You can change the page title to whatever you like.",
"permalink": "/docs/customizations/custom-title"
},
{
"id": "customizations/custom-search-engine",
"title": "Customize your Search Engine",
"description": "Select a Search Engine",
"permalink": "/docs/customizations/custom-search-engine"
}
]
}
@@ -0,0 +1,38 @@
{
"label": "Customization",
"permalink": "/docs/tags/customization",
"allTagsPath": "/docs/tags",
"count": 5,
"items": [
{
"id": "customizations/custom-background",
"title": "Custom Background",
"description": "To add a custom Homarr background, open the settings at the top right and click on the Tab \"Customization\".",
"permalink": "/docs/customizations/custom-background"
},
{
"id": "customizations/custom-colors",
"title": "Custom Colors",
"description": "Homarr lets you customize the colors to adapt to your preferences.",
"permalink": "/docs/customizations/custom-colors"
},
{
"id": "customizations/custom-title",
"title": "Customize Page Title",
"description": "You can change the page title to whatever you like.",
"permalink": "/docs/customizations/custom-title"
},
{
"id": "customizations/custom-search-engine",
"title": "Customize your Search Engine",
"description": "Select a Search Engine",
"permalink": "/docs/customizations/custom-search-engine"
},
{
"id": "customizations/index",
"title": "Overview of Customizations",
"description": "Overview of Homarr customizations",
"permalink": "/docs/customizations/"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Date",
"permalink": "/docs/tags/date",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "modules/built-in-modules/module-calendar",
"title": "📆 Calendar Module",
"description": "Explanation of the Calendar Module",
"permalink": "/docs/modules/built-in-modules/module-calendar"
}
]
}
@@ -0,0 +1,44 @@
{
"label": "Design",
"permalink": "/docs/tags/design",
"allTagsPath": "/docs/tags",
"count": 6,
"items": [
{
"id": "customizations/custom-background",
"title": "Custom Background",
"description": "To add a custom Homarr background, open the settings at the top right and click on the Tab \"Customization\".",
"permalink": "/docs/customizations/custom-background"
},
{
"id": "customizations/custom-colors",
"title": "Custom Colors",
"description": "Homarr lets you customize the colors to adapt to your preferences.",
"permalink": "/docs/customizations/custom-colors"
},
{
"id": "customizations/custom-title",
"title": "Customize Page Title",
"description": "You can change the page title to whatever you like.",
"permalink": "/docs/customizations/custom-title"
},
{
"id": "customizations/custom-search-engine",
"title": "Customize your Search Engine",
"description": "Select a Search Engine",
"permalink": "/docs/customizations/custom-search-engine"
},
{
"id": "customizations/index",
"title": "Overview of Customizations",
"description": "Overview of Homarr customizations",
"permalink": "/docs/customizations/"
},
{
"id": "modules/index",
"title": "Overview of Modules",
"description": "Overview of Homarr Modules",
"permalink": "/docs/modules/"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Development",
"permalink": "/docs/tags/development",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "modules/making-own-module",
"title": "Making your own Modules",
"description": "A guide on how to make your own Homarr Module",
"permalink": "/docs/modules/making-own-module"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Discord",
"permalink": "/docs/tags/discord",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "community/get-in-touch",
"title": "Get In Touch with Us",
"description": "Still have a question? Click here!",
"permalink": "/docs/community/get-in-touch"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Donate",
"permalink": "/docs/tags/donate",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "community/donate",
"title": "Donations",
"description": "Help us maintain Homarr",
"permalink": "/docs/community/donate"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "FAQ",
"permalink": "/docs/tags/faq",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "community/frequently-asked-questions",
"title": "Frequently Asked Questions",
"description": "Can I install Homarr on a Raspberry Pi?",
"permalink": "/docs/community/frequently-asked-questions"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Forecast",
"permalink": "/docs/tags/forecast",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "modules/built-in-modules/module-weather",
"title": "☔ Weather Module",
"description": "The Weather Module uses your location to display the current, highest and lowest temperature. The Module uses open-meteo.com to retrieve weather data.",
"permalink": "/docs/modules/built-in-modules/module-weather"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Frequently Asked Questions",
"permalink": "/docs/tags/frequently-asked-questions",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "community/frequently-asked-questions",
"title": "Frequently Asked Questions",
"description": "Can I install Homarr on a Raspberry Pi?",
"permalink": "/docs/community/frequently-asked-questions"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Geolocation",
"permalink": "/docs/tags/geolocation",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "modules/built-in-modules/module-weather",
"title": "☔ Weather Module",
"description": "The Weather Module uses your location to display the current, highest and lowest temperature. The Module uses open-meteo.com to retrieve weather data.",
"permalink": "/docs/modules/built-in-modules/module-weather"
}
]
}
@@ -0,0 +1,20 @@
{
"label": "Getting started",
"permalink": "/docs/tags/getting-started",
"allTagsPath": "/docs/tags",
"count": 2,
"items": [
{
"id": "quick-start/index",
"title": "Homarr Quick Start",
"description": "Short and fast introduction on how you can install Homarr on your device.",
"permalink": "/docs/quick-start/"
},
{
"id": "quick-start/manage-services",
"title": "Manage your Services",
"description": "A guide on how to manage your services and make basic customizations to them",
"permalink": "/docs/quick-start/manage-services"
}
]
}
@@ -0,0 +1,26 @@
{
"label": "Help",
"permalink": "/docs/tags/help",
"allTagsPath": "/docs/tags",
"count": 3,
"items": [
{
"id": "community/donate",
"title": "Donations",
"description": "Help us maintain Homarr",
"permalink": "/docs/community/donate"
},
{
"id": "community/frequently-asked-questions",
"title": "Frequently Asked Questions",
"description": "Can I install Homarr on a Raspberry Pi?",
"permalink": "/docs/community/frequently-asked-questions"
},
{
"id": "community/get-in-touch",
"title": "Get In Touch with Us",
"description": "Still have a question? Click here!",
"permalink": "/docs/community/get-in-touch"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Installation",
"permalink": "/docs/tags/installation",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "quick-start/index",
"title": "Homarr Quick Start",
"description": "Short and fast introduction on how you can install Homarr on your device.",
"permalink": "/docs/quick-start/"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Integration",
"permalink": "/docs/tags/integration",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "modules/built-in-modules/module-calendar",
"title": "📆 Calendar Module",
"description": "Explanation of the Calendar Module",
"permalink": "/docs/modules/built-in-modules/module-calendar"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Localization",
"permalink": "/docs/tags/localization",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "modules/built-in-modules/module-clock",
"title": "🕓 Clock Module",
"description": "Explanation of the Clock Module",
"permalink": "/docs/modules/built-in-modules/module-clock"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Maintenance",
"permalink": "/docs/tags/maintenance",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "community/donate",
"title": "Donations",
"description": "Help us maintain Homarr",
"permalink": "/docs/community/donate"
}
]
}
@@ -0,0 +1,38 @@
{
"label": "Modules",
"permalink": "/docs/tags/modules",
"allTagsPath": "/docs/tags",
"count": 5,
"items": [
{
"id": "modules/built-in-modules/module-weather",
"title": "☔ Weather Module",
"description": "The Weather Module uses your location to display the current, highest and lowest temperature. The Module uses open-meteo.com to retrieve weather data.",
"permalink": "/docs/modules/built-in-modules/module-weather"
},
{
"id": "modules/built-in-modules/module-calendar",
"title": "📆 Calendar Module",
"description": "Explanation of the Calendar Module",
"permalink": "/docs/modules/built-in-modules/module-calendar"
},
{
"id": "modules/built-in-modules/module-clock",
"title": "🕓 Clock Module",
"description": "Explanation of the Clock Module",
"permalink": "/docs/modules/built-in-modules/module-clock"
},
{
"id": "modules/making-own-module",
"title": "Making your own Modules",
"description": "A guide on how to make your own Homarr Module",
"permalink": "/docs/modules/making-own-module"
},
{
"id": "modules/index",
"title": "Overview of Modules",
"description": "Overview of Homarr Modules",
"permalink": "/docs/modules/"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Service Management",
"permalink": "/docs/tags/service-management",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "quick-start/manage-services",
"title": "Manage your Services",
"description": "A guide on how to manage your services and make basic customizations to them",
"permalink": "/docs/quick-start/manage-services"
}
]
}
@@ -0,0 +1,26 @@
{
"label": "Support",
"permalink": "/docs/tags/support",
"allTagsPath": "/docs/tags",
"count": 3,
"items": [
{
"id": "community/donate",
"title": "Donations",
"description": "Help us maintain Homarr",
"permalink": "/docs/community/donate"
},
{
"id": "community/frequently-asked-questions",
"title": "Frequently Asked Questions",
"description": "Can I install Homarr on a Raspberry Pi?",
"permalink": "/docs/community/frequently-asked-questions"
},
{
"id": "community/get-in-touch",
"title": "Get In Touch with Us",
"description": "Still have a question? Click here!",
"permalink": "/docs/community/get-in-touch"
}
]
}
@@ -0,0 +1,20 @@
{
"label": "Time",
"permalink": "/docs/tags/time",
"allTagsPath": "/docs/tags",
"count": 2,
"items": [
{
"id": "modules/built-in-modules/module-calendar",
"title": "📆 Calendar Module",
"description": "Explanation of the Calendar Module",
"permalink": "/docs/modules/built-in-modules/module-calendar"
},
{
"id": "modules/built-in-modules/module-clock",
"title": "🕓 Clock Module",
"description": "Explanation of the Clock Module",
"permalink": "/docs/modules/built-in-modules/module-clock"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Title",
"permalink": "/docs/tags/title",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "customizations/custom-title",
"title": "Customize Page Title",
"description": "You can change the page title to whatever you like.",
"permalink": "/docs/customizations/custom-title"
}
]
}
@@ -0,0 +1,14 @@
{
"label": "Weather",
"permalink": "/docs/tags/weather",
"allTagsPath": "/docs/tags",
"count": 1,
"items": [
{
"id": "modules/built-in-modules/module-weather",
"title": "☔ Weather Module",
"description": "The Weather Module uses your location to display the current, highest and lowest temperature. The Module uses open-meteo.com to retrieve weather data.",
"permalink": "/docs/modules/built-in-modules/module-weather"
}
]
}
@@ -0,0 +1,137 @@
[
{
"label": "Support",
"permalink": "/docs/tags/support",
"count": 3
},
{
"label": "Maintenance",
"permalink": "/docs/tags/maintenance",
"count": 1
},
{
"label": "Donate",
"permalink": "/docs/tags/donate",
"count": 1
},
{
"label": "Help",
"permalink": "/docs/tags/help",
"count": 3
},
{
"label": "FAQ",
"permalink": "/docs/tags/faq",
"count": 1
},
{
"label": "Frequently Asked Questions",
"permalink": "/docs/tags/frequently-asked-questions",
"count": 1
},
{
"label": "Discord",
"permalink": "/docs/tags/discord",
"count": 1
},
{
"label": "Customization",
"permalink": "/docs/tags/customization",
"count": 5
},
{
"label": "Design",
"permalink": "/docs/tags/design",
"count": 6
},
{
"label": "Background",
"permalink": "/docs/tags/background",
"count": 2
},
{
"label": "Custom",
"permalink": "/docs/tags/custom",
"count": 3
},
{
"label": "Colors",
"permalink": "/docs/tags/colors",
"count": 1
},
{
"label": "Title",
"permalink": "/docs/tags/title",
"count": 1
},
{
"label": "Modules",
"permalink": "/docs/tags/modules",
"count": 5
},
{
"label": "Time",
"permalink": "/docs/tags/time",
"count": 2
},
{
"label": "Date",
"permalink": "/docs/tags/date",
"count": 1
},
{
"label": "Calendar",
"permalink": "/docs/tags/calendar",
"count": 1
},
{
"label": "Integration",
"permalink": "/docs/tags/integration",
"count": 1
},
{
"label": "Localization",
"permalink": "/docs/tags/localization",
"count": 1
},
{
"label": "Weather",
"permalink": "/docs/tags/weather",
"count": 1
},
{
"label": "Geolocation",
"permalink": "/docs/tags/geolocation",
"count": 1
},
{
"label": "Forecast",
"permalink": "/docs/tags/forecast",
"count": 1
},
{
"label": "Development",
"permalink": "/docs/tags/development",
"count": 1
},
{
"label": "Installation",
"permalink": "/docs/tags/installation",
"count": 1
},
{
"label": "Getting started",
"permalink": "/docs/tags/getting-started",
"count": 2
},
{
"label": "Service Management",
"permalink": "/docs/tags/service-management",
"count": 1
},
{
"label": "Basics",
"permalink": "/docs/tags/basics",
"count": 1
}
]
@@ -0,0 +1,355 @@
{
"pluginId": "default",
"version": "current",
"label": "Next",
"banner": null,
"badge": false,
"className": "docs-version-current",
"isLast": true,
"docsSidebars": {
"tutorialSidebar": [
{
"type": "link",
"label": "About Homarr",
"href": "/docs/about",
"docId": "about"
},
{
"type": "category",
"label": "Quick Start",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Manage Services",
"href": "/docs/quick-start/manage-services",
"docId": "quick-start/manage-services"
}
],
"href": "/docs/quick-start/"
},
{
"type": "category",
"label": "Modules",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "category",
"label": "Built-In Modules",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "📆 Calendar Module",
"href": "/docs/modules/built-in-modules/module-calendar",
"docId": "modules/built-in-modules/module-calendar"
},
{
"type": "link",
"label": "☔ Weather Module",
"href": "/docs/modules/built-in-modules/module-weather",
"docId": "modules/built-in-modules/module-weather"
},
{
"type": "link",
"label": "🕓 Clock Module",
"href": "/docs/modules/built-in-modules/module-clock",
"docId": "modules/built-in-modules/module-clock"
},
{
"type": "link",
"label": "🔍 Search Module",
"href": "/docs/modules/built-in-modules/module-search",
"docId": "modules/built-in-modules/module-search"
},
{
"type": "link",
"label": "🚀 Torrent Module",
"href": "/docs/modules/built-in-modules/module-torrent",
"docId": "modules/built-in-modules/module-torrent"
}
],
"href": "/docs/modules/built-in-modules/"
},
{
"type": "link",
"label": "Making your own Modules",
"href": "/docs/modules/making-own-module",
"docId": "modules/making-own-module"
}
],
"href": "/docs/modules/"
},
{
"type": "category",
"label": "Customizations",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Custom Colors",
"href": "/docs/customizations/custom-colors",
"docId": "customizations/custom-colors"
},
{
"type": "link",
"label": "Custom Background",
"href": "/docs/customizations/custom-background",
"docId": "customizations/custom-background"
},
{
"type": "link",
"label": "Customize your Search Engine",
"href": "/docs/customizations/custom-search-engine",
"docId": "customizations/custom-search-engine"
},
{
"type": "link",
"label": "Customize Page Title",
"href": "/docs/customizations/custom-title",
"docId": "customizations/custom-title"
},
{
"type": "link",
"label": "Dark Mode",
"href": "/docs/customizations/dark-mode",
"docId": "customizations/dark-mode"
}
],
"href": "/docs/customizations/"
},
{
"type": "category",
"label": "Advanced Features",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Custom Icons for Services",
"href": "/docs/advanced-features/custom-icons",
"docId": "advanced-features/custom-icons"
},
{
"type": "link",
"label": "Environment Variables",
"href": "/docs/advanced-features/environment-variables",
"docId": "advanced-features/environment-variables"
},
{
"type": "link",
"label": "Integrations",
"href": "/docs/advanced-features/integrations",
"docId": "advanced-features/integrations"
},
{
"type": "link",
"label": "Key Shortcuts",
"href": "/docs/advanced-features/key-shortcuts",
"docId": "advanced-features/key-shortcuts"
},
{
"type": "link",
"label": "Multiple Configurations",
"href": "/docs/advanced-features/multiple-configurations",
"docId": "advanced-features/multiple-configurations"
}
]
},
{
"type": "category",
"label": "Community",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "FAQ",
"href": "/docs/community/frequently-asked-questions",
"docId": "community/frequently-asked-questions"
},
{
"type": "link",
"label": "Getting in Touch",
"href": "/docs/community/get-in-touch",
"docId": "community/get-in-touch"
},
{
"type": "link",
"label": "Donate",
"href": "/docs/community/donate",
"docId": "community/donate"
},
{
"type": "link",
"label": "License",
"href": "/docs/community/license",
"docId": "community/license"
}
]
}
]
},
"docs": {
"about": {
"id": "about",
"title": "About Homarr",
"description": "Homarr",
"sidebar": "tutorialSidebar"
},
"advanced-features/custom-icons": {
"id": "advanced-features/custom-icons",
"title": "Custom Icons for Services",
"description": "How are icons requested?",
"sidebar": "tutorialSidebar"
},
"advanced-features/environment-variables": {
"id": "advanced-features/environment-variables",
"title": "Environment Variables",
"description": "Homarr supports multiple environment variables. These can be set as either Linux env or Docker env. (Env is used to abbreviate environment variables.)",
"sidebar": "tutorialSidebar"
},
"advanced-features/integrations": {
"id": "advanced-features/integrations",
"title": "Integrations",
"description": "Homarr natively integrates with your services. Here is a list of all supported services.",
"sidebar": "tutorialSidebar"
},
"advanced-features/key-shortcuts": {
"id": "advanced-features/key-shortcuts",
"title": "Key Shortcuts",
"description": "Homarr offers you key shortcuts for better productivity.",
"sidebar": "tutorialSidebar"
},
"advanced-features/multiple-configurations": {
"id": "advanced-features/multiple-configurations",
"title": "Multiple Configurations",
"description": "Homarr allows the usage of multiple configs.",
"sidebar": "tutorialSidebar"
},
"community/donate": {
"id": "community/donate",
"title": "Donations",
"description": "Help us maintain Homarr",
"sidebar": "tutorialSidebar"
},
"community/frequently-asked-questions": {
"id": "community/frequently-asked-questions",
"title": "Frequently Asked Questions",
"description": "Can I install Homarr on a Raspberry Pi?",
"sidebar": "tutorialSidebar"
},
"community/get-in-touch": {
"id": "community/get-in-touch",
"title": "Get In Touch with Us",
"description": "Still have a question? Click here!",
"sidebar": "tutorialSidebar"
},
"community/license": {
"id": "community/license",
"title": "License",
"description": "Homarr is licensed under MIT.",
"sidebar": "tutorialSidebar"
},
"customizations/custom-background": {
"id": "customizations/custom-background",
"title": "Custom Background",
"description": "To add a custom Homarr background, open the settings at the top right and click on the Tab \"Customization\".",
"sidebar": "tutorialSidebar"
},
"customizations/custom-colors": {
"id": "customizations/custom-colors",
"title": "Custom Colors",
"description": "Homarr lets you customize the colors to adapt to your preferences.",
"sidebar": "tutorialSidebar"
},
"customizations/custom-search-engine": {
"id": "customizations/custom-search-engine",
"title": "Customize your Search Engine",
"description": "Select a Search Engine",
"sidebar": "tutorialSidebar"
},
"customizations/custom-title": {
"id": "customizations/custom-title",
"title": "Customize Page Title",
"description": "You can change the page title to whatever you like.",
"sidebar": "tutorialSidebar"
},
"customizations/dark-mode": {
"id": "customizations/dark-mode",
"title": "Dark Mode",
"description": "Homarr has a Dark Mode built-in, which is much more comforting to your eyes.",
"sidebar": "tutorialSidebar"
},
"customizations/index": {
"id": "customizations/index",
"title": "Overview of Customizations",
"description": "Overview of Homarr customizations",
"sidebar": "tutorialSidebar"
},
"modules/built-in-modules/index": {
"id": "modules/built-in-modules/index",
"title": "Built-In Modules for Homarr",
"description": "Homarr offers a collection of different Modules, which help you expand and personalize your experience.",
"sidebar": "tutorialSidebar"
},
"modules/built-in-modules/module-calendar": {
"id": "modules/built-in-modules/module-calendar",
"title": "📆 Calendar Module",
"description": "Explanation of the Calendar Module",
"sidebar": "tutorialSidebar"
},
"modules/built-in-modules/module-clock": {
"id": "modules/built-in-modules/module-clock",
"title": "🕓 Clock Module",
"description": "Explanation of the Clock Module",
"sidebar": "tutorialSidebar"
},
"modules/built-in-modules/module-search": {
"id": "modules/built-in-modules/module-search",
"title": "🔍 Search Module",
"description": "The Search module will add a search bar on the top right of your page. It can also be opened using the key shortcuts.",
"sidebar": "tutorialSidebar"
},
"modules/built-in-modules/module-torrent": {
"id": "modules/built-in-modules/module-torrent",
"title": "🚀 Torrent Module",
"description": "The torrent module uses integrations to display a list of torrents with their name, download and upload speed and progress. It supports displaying the progress from many download clients concurrently.",
"sidebar": "tutorialSidebar"
},
"modules/built-in-modules/module-weather": {
"id": "modules/built-in-modules/module-weather",
"title": "☔ Weather Module",
"description": "The Weather Module uses your location to display the current, highest and lowest temperature. The Module uses open-meteo.com to retrieve weather data.",
"sidebar": "tutorialSidebar"
},
"modules/index": {
"id": "modules/index",
"title": "Overview of Modules",
"description": "Overview of Homarr Modules",
"sidebar": "tutorialSidebar"
},
"modules/making-own-module": {
"id": "modules/making-own-module",
"title": "Making your own Modules",
"description": "A guide on how to make your own Homarr Module",
"sidebar": "tutorialSidebar"
},
"quick-start/index": {
"id": "quick-start/index",
"title": "Homarr Quick Start",
"description": "Short and fast introduction on how you can install Homarr on your device.",
"sidebar": "tutorialSidebar"
},
"quick-start/manage-services": {
"id": "quick-start/manage-services",
"title": "Manage your Services",
"description": "A guide on how to manage your services and make basic customizations to them",
"sidebar": "tutorialSidebar"
}
}
}
@@ -0,0 +1,4 @@
{
"name": "docusaurus-plugin-content-pages",
"id": "default"
}
@@ -0,0 +1,4 @@
{
"name": "docusaurus-plugin-debug",
"id": "default"
}
+350
View File
@@ -0,0 +1,350 @@
/*
* 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": "Homarr Documentation",
"tagline": "Simple and lightweight homepage for your server",
"url": "https://your-docusaurus-test-site.com",
"baseUrl": "/",
"onBrokenLinks": "throw",
"onBrokenMarkdownLinks": "warn",
"favicon": "img/favicon.png",
"organizationName": "manuel-rw",
"projectName": "homarr",
"i18n": {
"defaultLocale": "en",
"locales": [
"en"
],
"localeConfigs": {}
},
"presets": [
[
"classic",
{
"docs": {
"sidebarPath": "/Users/ajna/Documents/GitHub/homarr/sidebars.js",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/"
},
"blog": {
"showReadingTime": true,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/"
},
"theme": {
"customCss": "/Users/ajna/Documents/GitHub/homarr/src/css/custom.css"
}
}
]
],
"themeConfig": {
"navbar": {
"title": "Homarr",
"logo": {
"alt": "Homarr Logo",
"src": "img/logo.png"
},
"items": [
{
"type": "doc",
"docId": "about",
"label": "Documentation",
"position": "left"
},
{
"to": "/blog",
"label": "Blog",
"position": "left"
},
{
"href": "https://github.com/ajnart/homarr",
"label": "GitHub",
"position": "right"
}
],
"hideOnScroll": false
},
"footer": {
"style": "dark",
"links": [
{
"title": "Documentation",
"items": [
{
"label": "Installation",
"to": "/docs/quick-start/index"
},
{
"label": "Modules",
"to": "/docs/modules/"
}
]
},
{
"title": "Community",
"items": [
{
"label": "Discord",
"href": "https://discord.com/invite/aCsmEV5RgA"
},
{
"label": "GitHub",
"href": "https://github.com/ajnart/homarr"
}
]
},
{
"title": "More",
"items": [
{
"label": "Blog",
"to": "/blog"
},
{
"label": "Ajanart Website",
"href": "https://ajnart.fr/"
}
]
}
],
"copyright": "Copyright © 2022 Homarr"
},
"prism": {
"theme": {
"plain": {
"color": "#393A34",
"backgroundColor": "#f6f8fa"
},
"styles": [
{
"types": [
"comment",
"prolog",
"doctype",
"cdata"
],
"style": {
"color": "#999988",
"fontStyle": "italic"
}
},
{
"types": [
"namespace"
],
"style": {
"opacity": 0.7
}
},
{
"types": [
"string",
"attr-value"
],
"style": {
"color": "#e3116c"
}
},
{
"types": [
"punctuation",
"operator"
],
"style": {
"color": "#393A34"
}
},
{
"types": [
"entity",
"url",
"symbol",
"number",
"boolean",
"variable",
"constant",
"property",
"regex",
"inserted"
],
"style": {
"color": "#36acaa"
}
},
{
"types": [
"atrule",
"keyword",
"attr-name",
"selector"
],
"style": {
"color": "#00a4db"
}
},
{
"types": [
"function",
"deleted",
"tag"
],
"style": {
"color": "#d73a49"
}
},
{
"types": [
"function-variable"
],
"style": {
"color": "#6f42c1"
}
},
{
"types": [
"tag",
"selector",
"keyword"
],
"style": {
"color": "#00009f"
}
}
]
},
"darkTheme": {
"plain": {
"color": "#F8F8F2",
"backgroundColor": "#282A36"
},
"styles": [
{
"types": [
"prolog",
"constant",
"builtin"
],
"style": {
"color": "rgb(189, 147, 249)"
}
},
{
"types": [
"inserted",
"function"
],
"style": {
"color": "rgb(80, 250, 123)"
}
},
{
"types": [
"deleted"
],
"style": {
"color": "rgb(255, 85, 85)"
}
},
{
"types": [
"changed"
],
"style": {
"color": "rgb(255, 184, 108)"
}
},
{
"types": [
"punctuation",
"symbol"
],
"style": {
"color": "rgb(248, 248, 242)"
}
},
{
"types": [
"string",
"char",
"tag",
"selector"
],
"style": {
"color": "rgb(255, 121, 198)"
}
},
{
"types": [
"keyword",
"variable"
],
"style": {
"color": "rgb(189, 147, 249)",
"fontStyle": "italic"
}
},
{
"types": [
"comment"
],
"style": {
"color": "rgb(98, 114, 164)"
}
},
{
"types": [
"attr-name"
],
"style": {
"color": "rgb(241, 250, 140)"
}
}
]
},
"additionalLanguages": [],
"magicComments": [
{
"className": "theme-code-block-highlighted-line",
"line": "highlight-next-line",
"block": {
"start": "highlight-start",
"end": "highlight-end"
}
}
]
},
"colorMode": {
"defaultMode": "dark",
"disableSwitch": false,
"respectPrefersColorScheme": true
},
"docs": {
"versionPersistence": "localStorage",
"sidebar": {
"hideable": false,
"autoCollapseCategories": false
}
},
"metadata": [],
"tableOfContents": {
"minHeadingLevel": 2,
"maxHeadingLevel": 3
}
},
"plugins": [
"/Users/ajna/Documents/GitHub/homarr/node_modules/@cmfcmf/docusaurus-search-local/lib/server/index.js"
],
"baseUrlIssueBanner": true,
"onDuplicateRoutes": "warn",
"staticDirectories": [
"static"
],
"customFields": {},
"themes": [],
"scripts": [],
"stylesheets": [],
"clientModules": [],
"titleDelimiter": "|",
"noIndex": false
};
+168
View File
@@ -0,0 +1,168 @@
{
"@cmfcmf/docusaurus-search-local": {
"default": {
"titleBoost": 5,
"contentBoost": 1,
"tagsBoost": 3,
"parentCategoriesBoost": 2,
"indexDocSidebarParentCategories": 0,
"maxSearchResults": 8
}
},
"docusaurus-plugin-content-docs": {
"default": {
"path": "/docs",
"versions": [
{
"name": "current",
"label": "Next",
"isLast": true,
"path": "/docs",
"mainDocId": "about",
"docs": [
{
"id": "about",
"path": "/docs/about",
"sidebar": "tutorialSidebar"
},
{
"id": "advanced-features/custom-icons",
"path": "/docs/advanced-features/custom-icons",
"sidebar": "tutorialSidebar"
},
{
"id": "advanced-features/environment-variables",
"path": "/docs/advanced-features/environment-variables",
"sidebar": "tutorialSidebar"
},
{
"id": "advanced-features/integrations",
"path": "/docs/advanced-features/integrations",
"sidebar": "tutorialSidebar"
},
{
"id": "advanced-features/key-shortcuts",
"path": "/docs/advanced-features/key-shortcuts",
"sidebar": "tutorialSidebar"
},
{
"id": "advanced-features/multiple-configurations",
"path": "/docs/advanced-features/multiple-configurations",
"sidebar": "tutorialSidebar"
},
{
"id": "community/donate",
"path": "/docs/community/donate",
"sidebar": "tutorialSidebar"
},
{
"id": "community/frequently-asked-questions",
"path": "/docs/community/frequently-asked-questions",
"sidebar": "tutorialSidebar"
},
{
"id": "community/get-in-touch",
"path": "/docs/community/get-in-touch",
"sidebar": "tutorialSidebar"
},
{
"id": "community/license",
"path": "/docs/community/license",
"sidebar": "tutorialSidebar"
},
{
"id": "customizations/custom-background",
"path": "/docs/customizations/custom-background",
"sidebar": "tutorialSidebar"
},
{
"id": "customizations/custom-colors",
"path": "/docs/customizations/custom-colors",
"sidebar": "tutorialSidebar"
},
{
"id": "customizations/custom-search-engine",
"path": "/docs/customizations/custom-search-engine",
"sidebar": "tutorialSidebar"
},
{
"id": "customizations/custom-title",
"path": "/docs/customizations/custom-title",
"sidebar": "tutorialSidebar"
},
{
"id": "customizations/dark-mode",
"path": "/docs/customizations/dark-mode",
"sidebar": "tutorialSidebar"
},
{
"id": "customizations/index",
"path": "/docs/customizations/",
"sidebar": "tutorialSidebar"
},
{
"id": "modules/built-in-modules/index",
"path": "/docs/modules/built-in-modules/",
"sidebar": "tutorialSidebar"
},
{
"id": "modules/built-in-modules/module-calendar",
"path": "/docs/modules/built-in-modules/module-calendar",
"sidebar": "tutorialSidebar"
},
{
"id": "modules/built-in-modules/module-clock",
"path": "/docs/modules/built-in-modules/module-clock",
"sidebar": "tutorialSidebar"
},
{
"id": "modules/built-in-modules/module-search",
"path": "/docs/modules/built-in-modules/module-search",
"sidebar": "tutorialSidebar"
},
{
"id": "modules/built-in-modules/module-torrent",
"path": "/docs/modules/built-in-modules/module-torrent",
"sidebar": "tutorialSidebar"
},
{
"id": "modules/built-in-modules/module-weather",
"path": "/docs/modules/built-in-modules/module-weather",
"sidebar": "tutorialSidebar"
},
{
"id": "modules/index",
"path": "/docs/modules/",
"sidebar": "tutorialSidebar"
},
{
"id": "modules/making-own-module",
"path": "/docs/modules/making-own-module",
"sidebar": "tutorialSidebar"
},
{
"id": "quick-start/index",
"path": "/docs/quick-start/",
"sidebar": "tutorialSidebar"
},
{
"id": "quick-start/manage-services",
"path": "/docs/quick-start/manage-services",
"sidebar": "tutorialSidebar"
}
],
"draftIds": [],
"sidebars": {
"tutorialSidebar": {
"link": {
"path": "/docs/about",
"label": "about"
}
}
}
}
],
"breadcrumbs": true
}
}
}
+15
View File
@@ -0,0 +1,15 @@
{
"defaultLocale": "en",
"locales": [
"en"
],
"currentLocale": "en",
"localeConfigs": {
"en": {
"label": "English",
"direction": "ltr",
"htmlLang": "en",
"calendar": "gregory"
}
}
}
+683
View File
@@ -0,0 +1,683 @@
export default {
'__comp---site-src-pages-index-jsc-4-f-f99': [
() =>
import(
/* webpackChunkName: '__comp---site-src-pages-index-jsc-4-f-f99' */ '@site/src/pages/index.js'
),
'@site/src/pages/index.js',
require.resolveWeak('@site/src/pages/index.js'),
],
'__comp---theme-blog-archive-page-9-e-4-1d8': [
() =>
import(
/* webpackChunkName: '__comp---theme-blog-archive-page-9-e-4-1d8' */ '@theme/BlogArchivePage'
),
'@theme/BlogArchivePage',
require.resolveWeak('@theme/BlogArchivePage'),
],
'__comp---theme-blog-list-pagea-6-a-7ba': [
() =>
import(
/* webpackChunkName: '__comp---theme-blog-list-pagea-6-a-7ba' */ '@theme/BlogListPage'
),
'@theme/BlogListPage',
require.resolveWeak('@theme/BlogListPage'),
],
'__comp---theme-blog-post-pageccc-cab': [
() =>
import(/* webpackChunkName: '__comp---theme-blog-post-pageccc-cab' */ '@theme/BlogPostPage'),
'@theme/BlogPostPage',
require.resolveWeak('@theme/BlogPostPage'),
],
'__comp---theme-blog-tags-list-page-01-a-d0b': [
() =>
import(
/* webpackChunkName: '__comp---theme-blog-tags-list-page-01-a-d0b' */ '@theme/BlogTagsListPage'
),
'@theme/BlogTagsListPage',
require.resolveWeak('@theme/BlogTagsListPage'),
],
'__comp---theme-blog-tags-posts-page-687-b6c': [
() =>
import(
/* webpackChunkName: '__comp---theme-blog-tags-posts-page-687-b6c' */ '@theme/BlogTagsPostsPage'
),
'@theme/BlogTagsPostsPage',
require.resolveWeak('@theme/BlogTagsPostsPage'),
],
'__comp---theme-debug-config-23-a-2ff': [
() =>
import(/* webpackChunkName: '__comp---theme-debug-config-23-a-2ff' */ '@theme/DebugConfig'),
'@theme/DebugConfig',
require.resolveWeak('@theme/DebugConfig'),
],
'__comp---theme-debug-contentba-8-ce7': [
() =>
import(/* webpackChunkName: '__comp---theme-debug-contentba-8-ce7' */ '@theme/DebugContent'),
'@theme/DebugContent',
require.resolveWeak('@theme/DebugContent'),
],
'__comp---theme-debug-global-dataede-0fa': [
() =>
import(
/* webpackChunkName: '__comp---theme-debug-global-dataede-0fa' */ '@theme/DebugGlobalData'
),
'@theme/DebugGlobalData',
require.resolveWeak('@theme/DebugGlobalData'),
],
'__comp---theme-debug-registry-679-501': [
() =>
import(
/* webpackChunkName: '__comp---theme-debug-registry-679-501' */ '@theme/DebugRegistry'
),
'@theme/DebugRegistry',
require.resolveWeak('@theme/DebugRegistry'),
],
'__comp---theme-debug-routes-946-699': [
() =>
import(/* webpackChunkName: '__comp---theme-debug-routes-946-699' */ '@theme/DebugRoutes'),
'@theme/DebugRoutes',
require.resolveWeak('@theme/DebugRoutes'),
],
'__comp---theme-debug-site-metadata-68-e-3d4': [
() =>
import(
/* webpackChunkName: '__comp---theme-debug-site-metadata-68-e-3d4' */ '@theme/DebugSiteMetadata'
),
'@theme/DebugSiteMetadata',
require.resolveWeak('@theme/DebugSiteMetadata'),
],
'__comp---theme-doc-item-178-a40': [
() => import(/* webpackChunkName: '__comp---theme-doc-item-178-a40' */ '@theme/DocItem'),
'@theme/DocItem',
require.resolveWeak('@theme/DocItem'),
],
'__comp---theme-doc-page-1-be-9be': [
() => import(/* webpackChunkName: '__comp---theme-doc-page-1-be-9be' */ '@theme/DocPage'),
'@theme/DocPage',
require.resolveWeak('@theme/DocPage'),
],
'__comp---theme-doc-tag-doc-list-pagedf-2-9f0': [
() =>
import(
/* webpackChunkName: '__comp---theme-doc-tag-doc-list-pagedf-2-9f0' */ '@theme/DocTagDocListPage'
),
'@theme/DocTagDocListPage',
require.resolveWeak('@theme/DocTagDocListPage'),
],
'__comp---theme-doc-tags-list-page-372-89e': [
() =>
import(
/* webpackChunkName: '__comp---theme-doc-tags-list-page-372-89e' */ '@theme/DocTagsListPage'
),
'@theme/DocTagsListPage',
require.resolveWeak('@theme/DocTagsListPage'),
],
'allContent---docusaurus-debug-content-246-9aa': [
() =>
import(
/* webpackChunkName: 'allContent---docusaurus-debug-content-246-9aa' */ '~debug/default/docusaurus-debug-all-content-673.json'
),
'~debug/default/docusaurus-debug-all-content-673.json',
require.resolveWeak('~debug/default/docusaurus-debug-all-content-673.json'),
],
'archive---blog-archiveb-2-f-393': [
() =>
import(
/* webpackChunkName: 'archive---blog-archiveb-2-f-393' */ '~blog/default/blog-archive-80c.json'
),
'~blog/default/blog-archive-80c.json',
require.resolveWeak('~blog/default/blog-archive-80c.json'),
],
'config---5-e-9-4f3': [
() => import(/* webpackChunkName: 'config---5-e-9-4f3' */ '@generated/docusaurus.config'),
'@generated/docusaurus.config',
require.resolveWeak('@generated/docusaurus.config'),
],
'content---blog-546-eb9': [
() =>
import(
/* webpackChunkName: 'content---blog-546-eb9' */ '@site/blog/2022-06-22-documentation.md?truncated=true'
),
'@site/blog/2022-06-22-documentation.md?truncated=true',
require.resolveWeak('@site/blog/2022-06-22-documentation.md?truncated=true'),
],
'content---blog-documentation-migration-3-b-5-bc1': [
() =>
import(
/* webpackChunkName: 'content---blog-documentation-migration-3-b-5-bc1' */ '@site/blog/2022-06-22-documentation.md'
),
'@site/blog/2022-06-22-documentation.md',
require.resolveWeak('@site/blog/2022-06-22-documentation.md'),
],
'content---docs-about-3-d-8-538': [
() => import(/* webpackChunkName: 'content---docs-about-3-d-8-538' */ '@site/docs/about.md'),
'@site/docs/about.md',
require.resolveWeak('@site/docs/about.md'),
],
'content---docs-advanced-features-custom-iconsa-09-342': [
() =>
import(
/* webpackChunkName: 'content---docs-advanced-features-custom-iconsa-09-342' */ '@site/docs/advanced-features/custom-icons.md'
),
'@site/docs/advanced-features/custom-icons.md',
require.resolveWeak('@site/docs/advanced-features/custom-icons.md'),
],
'content---docs-advanced-features-environment-variablese-0-c-35d': [
() =>
import(
/* webpackChunkName: 'content---docs-advanced-features-environment-variablese-0-c-35d' */ '@site/docs/advanced-features/environment-variables.md'
),
'@site/docs/advanced-features/environment-variables.md',
require.resolveWeak('@site/docs/advanced-features/environment-variables.md'),
],
'content---docs-advanced-features-integrations-289-888': [
() =>
import(
/* webpackChunkName: 'content---docs-advanced-features-integrations-289-888' */ '@site/docs/advanced-features/integrations.md'
),
'@site/docs/advanced-features/integrations.md',
require.resolveWeak('@site/docs/advanced-features/integrations.md'),
],
'content---docs-advanced-features-key-shortcutsb-24-0c7': [
() =>
import(
/* webpackChunkName: 'content---docs-advanced-features-key-shortcutsb-24-0c7' */ '@site/docs/advanced-features/key-shortcuts.md'
),
'@site/docs/advanced-features/key-shortcuts.md',
require.resolveWeak('@site/docs/advanced-features/key-shortcuts.md'),
],
'content---docs-advanced-features-multiple-configurationsd-86-071': [
() =>
import(
/* webpackChunkName: 'content---docs-advanced-features-multiple-configurationsd-86-071' */ '@site/docs/advanced-features/multiple-configurations.md'
),
'@site/docs/advanced-features/multiple-configurations.md',
require.resolveWeak('@site/docs/advanced-features/multiple-configurations.md'),
],
'content---docs-community-donate-7-ad-454': [
() =>
import(
/* webpackChunkName: 'content---docs-community-donate-7-ad-454' */ '@site/docs/community/donate.md'
),
'@site/docs/community/donate.md',
require.resolveWeak('@site/docs/community/donate.md'),
],
'content---docs-community-frequently-asked-questions-2-ab-34b': [
() =>
import(
/* webpackChunkName: 'content---docs-community-frequently-asked-questions-2-ab-34b' */ '@site/docs/community/frequently-asked-questions.md'
),
'@site/docs/community/frequently-asked-questions.md',
require.resolveWeak('@site/docs/community/frequently-asked-questions.md'),
],
'content---docs-community-get-in-touch-1-c-0-894': [
() =>
import(
/* webpackChunkName: 'content---docs-community-get-in-touch-1-c-0-894' */ '@site/docs/community/get-in-touch.md'
),
'@site/docs/community/get-in-touch.md',
require.resolveWeak('@site/docs/community/get-in-touch.md'),
],
'content---docs-community-licensedc-4-c9c': [
() =>
import(
/* webpackChunkName: 'content---docs-community-licensedc-4-c9c' */ '@site/docs/community/license.md'
),
'@site/docs/community/license.md',
require.resolveWeak('@site/docs/community/license.md'),
],
'content---docs-customizations-4-d-9-df1': [
() =>
import(
/* webpackChunkName: 'content---docs-customizations-4-d-9-df1' */ '@site/docs/customizations/index.md'
),
'@site/docs/customizations/index.md',
require.resolveWeak('@site/docs/customizations/index.md'),
],
'content---docs-customizations-custom-backgrounda-77-003': [
() =>
import(
/* webpackChunkName: 'content---docs-customizations-custom-backgrounda-77-003' */ '@site/docs/customizations/custom-background.md'
),
'@site/docs/customizations/custom-background.md',
require.resolveWeak('@site/docs/customizations/custom-background.md'),
],
'content---docs-customizations-custom-colors-769-411': [
() =>
import(
/* webpackChunkName: 'content---docs-customizations-custom-colors-769-411' */ '@site/docs/customizations/custom-colors.md'
),
'@site/docs/customizations/custom-colors.md',
require.resolveWeak('@site/docs/customizations/custom-colors.md'),
],
'content---docs-customizations-custom-search-engine-5-e-4-ade': [
() =>
import(
/* webpackChunkName: 'content---docs-customizations-custom-search-engine-5-e-4-ade' */ '@site/docs/customizations/custom-search-engine.md'
),
'@site/docs/customizations/custom-search-engine.md',
require.resolveWeak('@site/docs/customizations/custom-search-engine.md'),
],
'content---docs-customizations-custom-title-3-ae-773': [
() =>
import(
/* webpackChunkName: 'content---docs-customizations-custom-title-3-ae-773' */ '@site/docs/customizations/custom-title.md'
),
'@site/docs/customizations/custom-title.md',
require.resolveWeak('@site/docs/customizations/custom-title.md'),
],
'content---docs-customizations-dark-modec-8-c-e00': [
() =>
import(
/* webpackChunkName: 'content---docs-customizations-dark-modec-8-c-e00' */ '@site/docs/customizations/dark-mode.md'
),
'@site/docs/customizations/dark-mode.md',
require.resolveWeak('@site/docs/customizations/dark-mode.md'),
],
'content---docs-modules-3-aa-571': [
() =>
import(
/* webpackChunkName: 'content---docs-modules-3-aa-571' */ '@site/docs/modules/index.md'
),
'@site/docs/modules/index.md',
require.resolveWeak('@site/docs/modules/index.md'),
],
'content---docs-modules-built-in-modules-bf-2-277': [
() =>
import(
/* webpackChunkName: 'content---docs-modules-built-in-modules-bf-2-277' */ '@site/docs/modules/built-in-modules/index.md'
),
'@site/docs/modules/built-in-modules/index.md',
require.resolveWeak('@site/docs/modules/built-in-modules/index.md'),
],
'content---docs-modules-built-in-modules-module-calendarb-93-be3': [
() =>
import(
/* webpackChunkName: 'content---docs-modules-built-in-modules-module-calendarb-93-be3' */ '@site/docs/modules/built-in-modules/module-calendar.md'
),
'@site/docs/modules/built-in-modules/module-calendar.md',
require.resolveWeak('@site/docs/modules/built-in-modules/module-calendar.md'),
],
'content---docs-modules-built-in-modules-module-clockdbe-01a': [
() =>
import(
/* webpackChunkName: 'content---docs-modules-built-in-modules-module-clockdbe-01a' */ '@site/docs/modules/built-in-modules/module-clock.md'
),
'@site/docs/modules/built-in-modules/module-clock.md',
require.resolveWeak('@site/docs/modules/built-in-modules/module-clock.md'),
],
'content---docs-modules-built-in-modules-module-search-8-a-5-0b5': [
() =>
import(
/* webpackChunkName: 'content---docs-modules-built-in-modules-module-search-8-a-5-0b5' */ '@site/docs/modules/built-in-modules/module-search.md'
),
'@site/docs/modules/built-in-modules/module-search.md',
require.resolveWeak('@site/docs/modules/built-in-modules/module-search.md'),
],
'content---docs-modules-built-in-modules-module-torrent-209-4a6': [
() =>
import(
/* webpackChunkName: 'content---docs-modules-built-in-modules-module-torrent-209-4a6' */ '@site/docs/modules/built-in-modules/module-torrent.md'
),
'@site/docs/modules/built-in-modules/module-torrent.md',
require.resolveWeak('@site/docs/modules/built-in-modules/module-torrent.md'),
],
'content---docs-modules-built-in-modules-module-weather-73-c-beb': [
() =>
import(
/* webpackChunkName: 'content---docs-modules-built-in-modules-module-weather-73-c-beb' */ '@site/docs/modules/built-in-modules/module-weather.md'
),
'@site/docs/modules/built-in-modules/module-weather.md',
require.resolveWeak('@site/docs/modules/built-in-modules/module-weather.md'),
],
'content---docs-modules-making-own-module-98-c-0a0': [
() =>
import(
/* webpackChunkName: 'content---docs-modules-making-own-module-98-c-0a0' */ '@site/docs/modules/making-own-module.md'
),
'@site/docs/modules/making-own-module.md',
require.resolveWeak('@site/docs/modules/making-own-module.md'),
],
'content---docs-quick-start-11-d-0f6': [
() =>
import(
/* webpackChunkName: 'content---docs-quick-start-11-d-0f6' */ '@site/docs/quick-start/index.md'
),
'@site/docs/quick-start/index.md',
require.resolveWeak('@site/docs/quick-start/index.md'),
],
'content---docs-quick-start-manage-services-68-d-d5b': [
() =>
import(
/* webpackChunkName: 'content---docs-quick-start-manage-services-68-d-d5b' */ '@site/docs/quick-start/manage-services.md'
),
'@site/docs/quick-start/manage-services.md',
require.resolveWeak('@site/docs/quick-start/manage-services.md'),
],
'listMetadata---blog-tags-documentation-992-0ed': [
() =>
import(
/* webpackChunkName: 'listMetadata---blog-tags-documentation-992-0ed' */ '~blog/default/blog-tags-documentation-944-list.json'
),
'~blog/default/blog-tags-documentation-944-list.json',
require.resolveWeak('~blog/default/blog-tags-documentation-944-list.json'),
],
'listMetadata---blog-tags-migratione-5-f-ffa': [
() =>
import(
/* webpackChunkName: 'listMetadata---blog-tags-migratione-5-f-ffa' */ '~blog/default/blog-tags-migration-742-list.json'
),
'~blog/default/blog-tags-migration-742-list.json',
require.resolveWeak('~blog/default/blog-tags-migration-742-list.json'),
],
'metadata---blogb-2-b-df1': [
() => import(/* webpackChunkName: 'metadata---blogb-2-b-df1' */ '~blog/default/blog-c06.json'),
'~blog/default/blog-c06.json',
require.resolveWeak('~blog/default/blog-c06.json'),
],
'plugin---427-f6f': [
() =>
import(
/* webpackChunkName: 'plugin---427-f6f' */ '/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json'
),
'/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json',
require.resolveWeak(
'/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json'
),
],
'plugin---blog-437-821': [
() =>
import(
/* webpackChunkName: 'plugin---blog-437-821' */ '/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json'
),
'/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json',
require.resolveWeak(
'/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json'
),
],
'plugin---docs-tags-734-0f4': [
() =>
import(
/* webpackChunkName: 'plugin---docs-tags-734-0f4' */ '/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json'
),
'/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json',
require.resolveWeak(
'/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json'
),
],
'plugin---docusaurus-debuge-12-9dd': [
() =>
import(
/* webpackChunkName: 'plugin---docusaurus-debuge-12-9dd' */ '/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json'
),
'/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json',
require.resolveWeak(
'/Users/ajna/Documents/GitHub/homarr/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json'
),
],
'sidebar---blog-814-8ac': [
() =>
import(
/* webpackChunkName: 'sidebar---blog-814-8ac' */ '~blog/default/blog-post-list-prop-default.json'
),
'~blog/default/blog-post-list-prop-default.json',
require.resolveWeak('~blog/default/blog-post-list-prop-default.json'),
],
'tag---blog-tags-documentation-38-f-bce': [
() =>
import(
/* webpackChunkName: 'tag---blog-tags-documentation-38-f-bce' */ '~blog/default/blog-tags-documentation-944.json'
),
'~blog/default/blog-tags-documentation-944.json',
require.resolveWeak('~blog/default/blog-tags-documentation-944.json'),
],
'tag---blog-tags-migration-339-d7b': [
() =>
import(
/* webpackChunkName: 'tag---blog-tags-migration-339-d7b' */ '~blog/default/blog-tags-migration-742.json'
),
'~blog/default/blog-tags-migration-742.json',
require.resolveWeak('~blog/default/blog-tags-migration-742.json'),
],
'tag---docs-tags-backgrounda-47-ad3': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-backgrounda-47-ad3' */ '~docs/default/tag-docs-tags-background-196.json'
),
'~docs/default/tag-docs-tags-background-196.json',
require.resolveWeak('~docs/default/tag-docs-tags-background-196.json'),
],
'tag---docs-tags-basics-384-4b7': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-basics-384-4b7' */ '~docs/default/tag-docs-tags-basics-451.json'
),
'~docs/default/tag-docs-tags-basics-451.json',
require.resolveWeak('~docs/default/tag-docs-tags-basics-451.json'),
],
'tag---docs-tags-calendar-010-46a': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-calendar-010-46a' */ '~docs/default/tag-docs-tags-calendar-160.json'
),
'~docs/default/tag-docs-tags-calendar-160.json',
require.resolveWeak('~docs/default/tag-docs-tags-calendar-160.json'),
],
'tag---docs-tags-colors-9-b-6-6a3': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-colors-9-b-6-6a3' */ '~docs/default/tag-docs-tags-colors-792.json'
),
'~docs/default/tag-docs-tags-colors-792.json',
require.resolveWeak('~docs/default/tag-docs-tags-colors-792.json'),
],
'tag---docs-tags-custom-3-fb-138': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-custom-3-fb-138' */ '~docs/default/tag-docs-tags-custom-1fd.json'
),
'~docs/default/tag-docs-tags-custom-1fd.json',
require.resolveWeak('~docs/default/tag-docs-tags-custom-1fd.json'),
],
'tag---docs-tags-customization-0-d-9-ce4': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-customization-0-d-9-ce4' */ '~docs/default/tag-docs-tags-customization-551.json'
),
'~docs/default/tag-docs-tags-customization-551.json',
require.resolveWeak('~docs/default/tag-docs-tags-customization-551.json'),
],
'tag---docs-tags-date-5-d-9-796': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-date-5-d-9-796' */ '~docs/default/tag-docs-tags-date-304.json'
),
'~docs/default/tag-docs-tags-date-304.json',
require.resolveWeak('~docs/default/tag-docs-tags-date-304.json'),
],
'tag---docs-tags-designb-75-e18': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-designb-75-e18' */ '~docs/default/tag-docs-tags-design-f65.json'
),
'~docs/default/tag-docs-tags-design-f65.json',
require.resolveWeak('~docs/default/tag-docs-tags-design-f65.json'),
],
'tag---docs-tags-development-4-ec-629': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-development-4-ec-629' */ '~docs/default/tag-docs-tags-development-ba6.json'
),
'~docs/default/tag-docs-tags-development-ba6.json',
require.resolveWeak('~docs/default/tag-docs-tags-development-ba6.json'),
],
'tag---docs-tags-discordfc-3-07b': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-discordfc-3-07b' */ '~docs/default/tag-docs-tags-discord-cf7.json'
),
'~docs/default/tag-docs-tags-discord-cf7.json',
require.resolveWeak('~docs/default/tag-docs-tags-discord-cf7.json'),
],
'tag---docs-tags-donate-87-a-58c': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-donate-87-a-58c' */ '~docs/default/tag-docs-tags-donate-b8b.json'
),
'~docs/default/tag-docs-tags-donate-b8b.json',
require.resolveWeak('~docs/default/tag-docs-tags-donate-b8b.json'),
],
'tag---docs-tags-faq-35-a-d80': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-faq-35-a-d80' */ '~docs/default/tag-docs-tags-faq-1e6.json'
),
'~docs/default/tag-docs-tags-faq-1e6.json',
require.resolveWeak('~docs/default/tag-docs-tags-faq-1e6.json'),
],
'tag---docs-tags-forecast-341-6be': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-forecast-341-6be' */ '~docs/default/tag-docs-tags-forecast-195.json'
),
'~docs/default/tag-docs-tags-forecast-195.json',
require.resolveWeak('~docs/default/tag-docs-tags-forecast-195.json'),
],
'tag---docs-tags-frequently-asked-questions-746-ab0': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-frequently-asked-questions-746-ab0' */ '~docs/default/tag-docs-tags-frequently-asked-questions-e9f.json'
),
'~docs/default/tag-docs-tags-frequently-asked-questions-e9f.json',
require.resolveWeak('~docs/default/tag-docs-tags-frequently-asked-questions-e9f.json'),
],
'tag---docs-tags-geolocation-109-c76': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-geolocation-109-c76' */ '~docs/default/tag-docs-tags-geolocation-d88.json'
),
'~docs/default/tag-docs-tags-geolocation-d88.json',
require.resolveWeak('~docs/default/tag-docs-tags-geolocation-d88.json'),
],
'tag---docs-tags-getting-started-933-032': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-getting-started-933-032' */ '~docs/default/tag-docs-tags-getting-started-980.json'
),
'~docs/default/tag-docs-tags-getting-started-980.json',
require.resolveWeak('~docs/default/tag-docs-tags-getting-started-980.json'),
],
'tag---docs-tags-help-0-ec-d2f': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-help-0-ec-d2f' */ '~docs/default/tag-docs-tags-help-208.json'
),
'~docs/default/tag-docs-tags-help-208.json',
require.resolveWeak('~docs/default/tag-docs-tags-help-208.json'),
],
'tag---docs-tags-installatione-39-bff': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-installatione-39-bff' */ '~docs/default/tag-docs-tags-installation-bb2.json'
),
'~docs/default/tag-docs-tags-installation-bb2.json',
require.resolveWeak('~docs/default/tag-docs-tags-installation-bb2.json'),
],
'tag---docs-tags-integration-0-b-7-1d2': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-integration-0-b-7-1d2' */ '~docs/default/tag-docs-tags-integration-442.json'
),
'~docs/default/tag-docs-tags-integration-442.json',
require.resolveWeak('~docs/default/tag-docs-tags-integration-442.json'),
],
'tag---docs-tags-localization-196-20b': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-localization-196-20b' */ '~docs/default/tag-docs-tags-localization-fea.json'
),
'~docs/default/tag-docs-tags-localization-fea.json',
require.resolveWeak('~docs/default/tag-docs-tags-localization-fea.json'),
],
'tag---docs-tags-maintenancea-90-b62': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-maintenancea-90-b62' */ '~docs/default/tag-docs-tags-maintenance-427.json'
),
'~docs/default/tag-docs-tags-maintenance-427.json',
require.resolveWeak('~docs/default/tag-docs-tags-maintenance-427.json'),
],
'tag---docs-tags-modules-640-8e2': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-modules-640-8e2' */ '~docs/default/tag-docs-tags-modules-082.json'
),
'~docs/default/tag-docs-tags-modules-082.json',
require.resolveWeak('~docs/default/tag-docs-tags-modules-082.json'),
],
'tag---docs-tags-service-managementaae-5b4': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-service-managementaae-5b4' */ '~docs/default/tag-docs-tags-service-management-01b.json'
),
'~docs/default/tag-docs-tags-service-management-01b.json',
require.resolveWeak('~docs/default/tag-docs-tags-service-management-01b.json'),
],
'tag---docs-tags-supportebe-ccd': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-supportebe-ccd' */ '~docs/default/tag-docs-tags-support-d13.json'
),
'~docs/default/tag-docs-tags-support-d13.json',
require.resolveWeak('~docs/default/tag-docs-tags-support-d13.json'),
],
'tag---docs-tags-timec-41-ccc': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-timec-41-ccc' */ '~docs/default/tag-docs-tags-time-d11.json'
),
'~docs/default/tag-docs-tags-time-d11.json',
require.resolveWeak('~docs/default/tag-docs-tags-time-d11.json'),
],
'tag---docs-tags-title-071-aa7': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-title-071-aa7' */ '~docs/default/tag-docs-tags-title-3c2.json'
),
'~docs/default/tag-docs-tags-title-3c2.json',
require.resolveWeak('~docs/default/tag-docs-tags-title-3c2.json'),
],
'tag---docs-tags-weather-173-c46': [
() =>
import(
/* webpackChunkName: 'tag---docs-tags-weather-173-c46' */ '~docs/default/tag-docs-tags-weather-775.json'
),
'~docs/default/tag-docs-tags-weather-775.json',
require.resolveWeak('~docs/default/tag-docs-tags-weather-775.json'),
],
'tags---blog-tagsa-70-da2': [
() =>
import(
/* webpackChunkName: 'tags---blog-tagsa-70-da2' */ '~blog/default/blog-tags-tags-4c2.json'
),
'~blog/default/blog-tags-tags-4c2.json',
require.resolveWeak('~blog/default/blog-tags-tags-4c2.json'),
],
'tags---docs-tags-559-5e5': [
() =>
import(
/* webpackChunkName: 'tags---docs-tags-559-5e5' */ '~docs/default/tags-list-current-prop-15a.json'
),
'~docs/default/tags-list-current-prop-15a.json',
require.resolveWeak('~docs/default/tags-list-current-prop-15a.json'),
],
'versionMetadata---docs-935-398': [
() =>
import(
/* webpackChunkName: 'versionMetadata---docs-935-398' */ '~docs/default/version-current-metadata-prop-751.json'
),
'~docs/default/version-current-metadata-prop-751.json',
require.resolveWeak('~docs/default/version-current-metadata-prop-751.json'),
],
};
+381
View File
@@ -0,0 +1,381 @@
import React from 'react';
import ComponentCreator from '@docusaurus/ComponentCreator';
export default [
{
path: '/__docusaurus/debug',
component: ComponentCreator('/__docusaurus/debug', '92d'),
exact: true,
},
{
path: '/__docusaurus/debug/config',
component: ComponentCreator('/__docusaurus/debug/config', 'cbf'),
exact: true,
},
{
path: '/__docusaurus/debug/content',
component: ComponentCreator('/__docusaurus/debug/content', 'bb6'),
exact: true,
},
{
path: '/__docusaurus/debug/globalData',
component: ComponentCreator('/__docusaurus/debug/globalData', 'b8b'),
exact: true,
},
{
path: '/__docusaurus/debug/metadata',
component: ComponentCreator('/__docusaurus/debug/metadata', '755'),
exact: true,
},
{
path: '/__docusaurus/debug/registry',
component: ComponentCreator('/__docusaurus/debug/registry', 'be9'),
exact: true,
},
{
path: '/__docusaurus/debug/routes',
component: ComponentCreator('/__docusaurus/debug/routes', 'ae8'),
exact: true,
},
{
path: '/blog',
component: ComponentCreator('/blog', '662'),
exact: true,
},
{
path: '/blog/archive',
component: ComponentCreator('/blog/archive', 'f93'),
exact: true,
},
{
path: '/blog/documentation-migration',
component: ComponentCreator('/blog/documentation-migration', '929'),
exact: true,
},
{
path: '/blog/tags',
component: ComponentCreator('/blog/tags', 'e41'),
exact: true,
},
{
path: '/blog/tags/documentation',
component: ComponentCreator('/blog/tags/documentation', 'd08'),
exact: true,
},
{
path: '/blog/tags/migration',
component: ComponentCreator('/blog/tags/migration', '2ef'),
exact: true,
},
{
path: '/docs/tags',
component: ComponentCreator('/docs/tags', '5e4'),
exact: true,
},
{
path: '/docs/tags/background',
component: ComponentCreator('/docs/tags/background', '57e'),
exact: true,
},
{
path: '/docs/tags/basics',
component: ComponentCreator('/docs/tags/basics', '6a3'),
exact: true,
},
{
path: '/docs/tags/calendar',
component: ComponentCreator('/docs/tags/calendar', '400'),
exact: true,
},
{
path: '/docs/tags/colors',
component: ComponentCreator('/docs/tags/colors', 'd62'),
exact: true,
},
{
path: '/docs/tags/custom',
component: ComponentCreator('/docs/tags/custom', '4d3'),
exact: true,
},
{
path: '/docs/tags/customization',
component: ComponentCreator('/docs/tags/customization', '388'),
exact: true,
},
{
path: '/docs/tags/date',
component: ComponentCreator('/docs/tags/date', '069'),
exact: true,
},
{
path: '/docs/tags/design',
component: ComponentCreator('/docs/tags/design', '099'),
exact: true,
},
{
path: '/docs/tags/development',
component: ComponentCreator('/docs/tags/development', '87f'),
exact: true,
},
{
path: '/docs/tags/discord',
component: ComponentCreator('/docs/tags/discord', '2ba'),
exact: true,
},
{
path: '/docs/tags/donate',
component: ComponentCreator('/docs/tags/donate', '942'),
exact: true,
},
{
path: '/docs/tags/faq',
component: ComponentCreator('/docs/tags/faq', 'bce'),
exact: true,
},
{
path: '/docs/tags/forecast',
component: ComponentCreator('/docs/tags/forecast', 'f31'),
exact: true,
},
{
path: '/docs/tags/frequently-asked-questions',
component: ComponentCreator('/docs/tags/frequently-asked-questions', '935'),
exact: true,
},
{
path: '/docs/tags/geolocation',
component: ComponentCreator('/docs/tags/geolocation', 'da7'),
exact: true,
},
{
path: '/docs/tags/getting-started',
component: ComponentCreator('/docs/tags/getting-started', '0fd'),
exact: true,
},
{
path: '/docs/tags/help',
component: ComponentCreator('/docs/tags/help', 'e30'),
exact: true,
},
{
path: '/docs/tags/installation',
component: ComponentCreator('/docs/tags/installation', '681'),
exact: true,
},
{
path: '/docs/tags/integration',
component: ComponentCreator('/docs/tags/integration', '65a'),
exact: true,
},
{
path: '/docs/tags/localization',
component: ComponentCreator('/docs/tags/localization', '955'),
exact: true,
},
{
path: '/docs/tags/maintenance',
component: ComponentCreator('/docs/tags/maintenance', '364'),
exact: true,
},
{
path: '/docs/tags/modules',
component: ComponentCreator('/docs/tags/modules', '562'),
exact: true,
},
{
path: '/docs/tags/service-management',
component: ComponentCreator('/docs/tags/service-management', 'b31'),
exact: true,
},
{
path: '/docs/tags/support',
component: ComponentCreator('/docs/tags/support', 'ea0'),
exact: true,
},
{
path: '/docs/tags/time',
component: ComponentCreator('/docs/tags/time', 'd87'),
exact: true,
},
{
path: '/docs/tags/title',
component: ComponentCreator('/docs/tags/title', '394'),
exact: true,
},
{
path: '/docs/tags/weather',
component: ComponentCreator('/docs/tags/weather', '051'),
exact: true,
},
{
path: '/docs',
component: ComponentCreator('/docs', 'e7d'),
routes: [
{
path: '/docs/about',
component: ComponentCreator('/docs/about', '99a'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/advanced-features/custom-icons',
component: ComponentCreator('/docs/advanced-features/custom-icons', 'e89'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/advanced-features/environment-variables',
component: ComponentCreator('/docs/advanced-features/environment-variables', '9ea'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/advanced-features/integrations',
component: ComponentCreator('/docs/advanced-features/integrations', 'f8a'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/advanced-features/key-shortcuts',
component: ComponentCreator('/docs/advanced-features/key-shortcuts', '0d1'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/advanced-features/multiple-configurations',
component: ComponentCreator('/docs/advanced-features/multiple-configurations', '3ee'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/community/donate',
component: ComponentCreator('/docs/community/donate', '5b1'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/community/frequently-asked-questions',
component: ComponentCreator('/docs/community/frequently-asked-questions', '68a'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/community/get-in-touch',
component: ComponentCreator('/docs/community/get-in-touch', '784'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/community/license',
component: ComponentCreator('/docs/community/license', '170'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/customizations/',
component: ComponentCreator('/docs/customizations/', '83f'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/customizations/custom-background',
component: ComponentCreator('/docs/customizations/custom-background', '6a9'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/customizations/custom-colors',
component: ComponentCreator('/docs/customizations/custom-colors', '010'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/customizations/custom-search-engine',
component: ComponentCreator('/docs/customizations/custom-search-engine', '4d4'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/customizations/custom-title',
component: ComponentCreator('/docs/customizations/custom-title', '2a6'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/customizations/dark-mode',
component: ComponentCreator('/docs/customizations/dark-mode', '0fc'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/modules/',
component: ComponentCreator('/docs/modules/', 'd49'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/modules/built-in-modules/',
component: ComponentCreator('/docs/modules/built-in-modules/', '7c5'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/modules/built-in-modules/module-calendar',
component: ComponentCreator('/docs/modules/built-in-modules/module-calendar', 'c00'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/modules/built-in-modules/module-clock',
component: ComponentCreator('/docs/modules/built-in-modules/module-clock', '896'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/modules/built-in-modules/module-search',
component: ComponentCreator('/docs/modules/built-in-modules/module-search', '2c8'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/modules/built-in-modules/module-torrent',
component: ComponentCreator('/docs/modules/built-in-modules/module-torrent', '67f'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/modules/built-in-modules/module-weather',
component: ComponentCreator('/docs/modules/built-in-modules/module-weather', '10f'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/modules/making-own-module',
component: ComponentCreator('/docs/modules/making-own-module', '371'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/quick-start/',
component: ComponentCreator('/docs/quick-start/', '0bc'),
exact: true,
sidebar: 'tutorialSidebar',
},
{
path: '/docs/quick-start/manage-services',
component: ComponentCreator('/docs/quick-start/manage-services', 'ed9'),
exact: true,
sidebar: 'tutorialSidebar',
},
],
},
{
path: '/',
component: ComponentCreator('/', '946'),
exact: true,
},
{
path: '*',
component: ComponentCreator('*'),
},
];
+423
View File
@@ -0,0 +1,423 @@
{
"/__docusaurus/debug-92d": {
"__comp": "__comp---theme-debug-config-23-a-2ff",
"__context": {
"plugin": "plugin---docusaurus-debuge-12-9dd"
}
},
"/__docusaurus/debug/config-cbf": {
"__comp": "__comp---theme-debug-config-23-a-2ff",
"__context": {
"plugin": "plugin---docusaurus-debuge-12-9dd"
}
},
"/__docusaurus/debug/content-bb6": {
"__comp": "__comp---theme-debug-contentba-8-ce7",
"__context": {
"plugin": "plugin---docusaurus-debuge-12-9dd"
},
"allContent": "allContent---docusaurus-debug-content-246-9aa"
},
"/__docusaurus/debug/globalData-b8b": {
"__comp": "__comp---theme-debug-global-dataede-0fa",
"__context": {
"plugin": "plugin---docusaurus-debuge-12-9dd"
}
},
"/__docusaurus/debug/metadata-755": {
"__comp": "__comp---theme-debug-site-metadata-68-e-3d4",
"__context": {
"plugin": "plugin---docusaurus-debuge-12-9dd"
}
},
"/__docusaurus/debug/registry-be9": {
"__comp": "__comp---theme-debug-registry-679-501",
"__context": {
"plugin": "plugin---docusaurus-debuge-12-9dd"
}
},
"/__docusaurus/debug/routes-ae8": {
"__comp": "__comp---theme-debug-routes-946-699",
"__context": {
"plugin": "plugin---docusaurus-debuge-12-9dd"
}
},
"/blog-662": {
"__comp": "__comp---theme-blog-list-pagea-6-a-7ba",
"__context": {
"plugin": "plugin---blog-437-821"
},
"sidebar": "sidebar---blog-814-8ac",
"items": [
{
"content": "content---blog-546-eb9"
}
],
"metadata": "metadata---blogb-2-b-df1"
},
"/blog/archive-f93": {
"__comp": "__comp---theme-blog-archive-page-9-e-4-1d8",
"__context": {
"plugin": "plugin---blog-437-821"
},
"archive": "archive---blog-archiveb-2-f-393"
},
"/blog/documentation-migration-929": {
"__comp": "__comp---theme-blog-post-pageccc-cab",
"__context": {
"plugin": "plugin---blog-437-821"
},
"sidebar": "sidebar---blog-814-8ac",
"content": "content---blog-documentation-migration-3-b-5-bc1"
},
"/blog/tags-e41": {
"__comp": "__comp---theme-blog-tags-list-page-01-a-d0b",
"__context": {
"plugin": "plugin---blog-437-821"
},
"sidebar": "sidebar---blog-814-8ac",
"tags": "tags---blog-tagsa-70-da2"
},
"/blog/tags/documentation-d08": {
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
"__context": {
"plugin": "plugin---blog-437-821"
},
"sidebar": "sidebar---blog-814-8ac",
"items": [
{
"content": "content---blog-546-eb9"
}
],
"tag": "tag---blog-tags-documentation-38-f-bce",
"listMetadata": "listMetadata---blog-tags-documentation-992-0ed"
},
"/blog/tags/migration-2ef": {
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
"__context": {
"plugin": "plugin---blog-437-821"
},
"sidebar": "sidebar---blog-814-8ac",
"items": [
{
"content": "content---blog-546-eb9"
}
],
"tag": "tag---blog-tags-migration-339-d7b",
"listMetadata": "listMetadata---blog-tags-migratione-5-f-ffa"
},
"/docs/tags-5e4": {
"__comp": "__comp---theme-doc-tags-list-page-372-89e",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tags": "tags---docs-tags-559-5e5"
},
"/docs/tags/background-57e": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-backgrounda-47-ad3"
},
"/docs/tags/basics-6a3": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-basics-384-4b7"
},
"/docs/tags/calendar-400": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-calendar-010-46a"
},
"/docs/tags/colors-d62": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-colors-9-b-6-6a3"
},
"/docs/tags/custom-4d3": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-custom-3-fb-138"
},
"/docs/tags/customization-388": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-customization-0-d-9-ce4"
},
"/docs/tags/date-069": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-date-5-d-9-796"
},
"/docs/tags/design-099": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-designb-75-e18"
},
"/docs/tags/development-87f": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-development-4-ec-629"
},
"/docs/tags/discord-2ba": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-discordfc-3-07b"
},
"/docs/tags/donate-942": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-donate-87-a-58c"
},
"/docs/tags/faq-bce": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-faq-35-a-d80"
},
"/docs/tags/forecast-f31": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-forecast-341-6be"
},
"/docs/tags/frequently-asked-questions-935": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-frequently-asked-questions-746-ab0"
},
"/docs/tags/geolocation-da7": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-geolocation-109-c76"
},
"/docs/tags/getting-started-0fd": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-getting-started-933-032"
},
"/docs/tags/help-e30": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-help-0-ec-d2f"
},
"/docs/tags/installation-681": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-installatione-39-bff"
},
"/docs/tags/integration-65a": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-integration-0-b-7-1d2"
},
"/docs/tags/localization-955": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-localization-196-20b"
},
"/docs/tags/maintenance-364": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-maintenancea-90-b62"
},
"/docs/tags/modules-562": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-modules-640-8e2"
},
"/docs/tags/service-management-b31": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-service-managementaae-5b4"
},
"/docs/tags/support-ea0": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-supportebe-ccd"
},
"/docs/tags/time-d87": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-timec-41-ccc"
},
"/docs/tags/title-394": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-title-071-aa7"
},
"/docs/tags/weather-051": {
"__comp": "__comp---theme-doc-tag-doc-list-pagedf-2-9f0",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"tag": "tag---docs-tags-weather-173-c46"
},
"/docs-e7d": {
"__comp": "__comp---theme-doc-page-1-be-9be",
"__context": {
"plugin": "plugin---docs-tags-734-0f4"
},
"versionMetadata": "versionMetadata---docs-935-398"
},
"/docs/about-99a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-about-3-d-8-538"
},
"/docs/advanced-features/custom-icons-e89": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-advanced-features-custom-iconsa-09-342"
},
"/docs/advanced-features/environment-variables-9ea": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-advanced-features-environment-variablese-0-c-35d"
},
"/docs/advanced-features/integrations-f8a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-advanced-features-integrations-289-888"
},
"/docs/advanced-features/key-shortcuts-0d1": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-advanced-features-key-shortcutsb-24-0c7"
},
"/docs/advanced-features/multiple-configurations-3ee": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-advanced-features-multiple-configurationsd-86-071"
},
"/docs/community/donate-5b1": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-community-donate-7-ad-454"
},
"/docs/community/frequently-asked-questions-68a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-community-frequently-asked-questions-2-ab-34b"
},
"/docs/community/get-in-touch-784": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-community-get-in-touch-1-c-0-894"
},
"/docs/community/license-170": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-community-licensedc-4-c9c"
},
"/docs/customizations/-83f": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-customizations-4-d-9-df1"
},
"/docs/customizations/custom-background-6a9": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-customizations-custom-backgrounda-77-003"
},
"/docs/customizations/custom-colors-010": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-customizations-custom-colors-769-411"
},
"/docs/customizations/custom-search-engine-4d4": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-customizations-custom-search-engine-5-e-4-ade"
},
"/docs/customizations/custom-title-2a6": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-customizations-custom-title-3-ae-773"
},
"/docs/customizations/dark-mode-0fc": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-customizations-dark-modec-8-c-e00"
},
"/docs/modules/-d49": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-modules-3-aa-571"
},
"/docs/modules/built-in-modules/-7c5": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-modules-built-in-modules-bf-2-277"
},
"/docs/modules/built-in-modules/module-calendar-c00": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-modules-built-in-modules-module-calendarb-93-be3"
},
"/docs/modules/built-in-modules/module-clock-896": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-modules-built-in-modules-module-clockdbe-01a"
},
"/docs/modules/built-in-modules/module-search-2c8": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-modules-built-in-modules-module-search-8-a-5-0b5"
},
"/docs/modules/built-in-modules/module-torrent-67f": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-modules-built-in-modules-module-torrent-209-4a6"
},
"/docs/modules/built-in-modules/module-weather-10f": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-modules-built-in-modules-module-weather-73-c-beb"
},
"/docs/modules/making-own-module-371": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-modules-making-own-module-98-c-0a0"
},
"/docs/quick-start/-0bc": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-quick-start-11-d-0f6"
},
"/docs/quick-start/manage-services-ed9": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---docs-quick-start-manage-services-68-d-d5b"
},
"/-946": {
"__comp": "__comp---site-src-pages-index-jsc-4-f-f99",
"__context": {
"plugin": "plugin---427-f6f"
},
"config": "config---5-e-9-4f3"
}
}
+36
View File
@@ -0,0 +1,36 @@
{
"docusaurusVersion": "2.0.0-beta.21",
"siteVersion": "0.1.0",
"pluginVersions": {
"docusaurus-plugin-content-docs": {
"type": "package",
"name": "@docusaurus/plugin-content-docs",
"version": "2.0.0-beta.21"
},
"docusaurus-plugin-content-blog": {
"type": "package",
"name": "@docusaurus/plugin-content-blog",
"version": "2.0.0-beta.21"
},
"docusaurus-plugin-content-pages": {
"type": "package",
"name": "@docusaurus/plugin-content-pages",
"version": "2.0.0-beta.21"
},
"docusaurus-plugin-debug": {
"type": "package",
"name": "@docusaurus/plugin-debug",
"version": "2.0.0-beta.21"
},
"docusaurus-theme-classic": {
"type": "package",
"name": "@docusaurus/theme-classic",
"version": "2.0.0-beta.21"
},
"@cmfcmf/docusaurus-search-local": {
"type": "package",
"name": "@cmfcmf/docusaurus-search-local",
"version": "0.11.0"
}
}
}
+1 -1
View File
@@ -1,2 +1,2 @@
export const REPO_URL = 'ajnart/homarr';
export const CURRENT_VERSION = 'v0.7.1';
export const CURRENT_VERSION = 'v0.7.2';
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "0.7.1",
"version": "0.7.2",
"description": "Homarr - A homepage for your server.",
"repository": {
"type": "git",