Update sidebars

This commit is contained in:
Paulus Schoutsen 2018-04-24 14:25:24 -04:00
parent 632bc81a20
commit 4cccabd6bf
3 changed files with 73 additions and 68 deletions

View File

@ -71,19 +71,18 @@
"platform_example_sensor": "Example sensor platform", "platform_example_sensor": "Example sensor platform",
"releasing": "Releasing", "releasing": "Releasing",
"Developers": "Developers", "Developers": "Developers",
"Catch all category": "Catch all category",
"Maintainer docs": "Maintainer docs",
"Creating Platforms": "Creating Platforms",
"Creating Components": "Creating Components",
"Documentation": "Documentation",
"Frontend": "Frontend",
"Intents": "Intents",
"External API": "External API",
"Architecture": "Architecture", "Architecture": "Architecture",
"Intents": "Intents",
"Catch all category": "Catch all category",
"Documentation": "Documentation",
"Maintainer docs": "Maintainer docs",
"Frontend": "Frontend",
"Development": "Development", "Development": "Development",
"Internationalization": "Internationalization", "Internationalization": "Internationalization",
"Hass.io": "Hass.io", "Hass.io": "Hass.io",
"Introduction": "Introduction" "Creating Platforms": "Creating Platforms",
"Creating Components": "Creating Components",
"External API": "External API"
}, },
"pages-strings": { "pages-strings": {
"Help Translate|recruit community translators for your project": "Help Translate", "Help Translate|recruit community translators for your project": "Help Translate",

View File

@ -1,39 +1,8 @@
{ {
"catch-all": { "Architecture": {
"Catch all category": [ "Architecture": [
"index" "architecture",
], "architecture_components"
"Maintainer docs": [
"maintenance",
"releasing"
],
"Creating Platforms": [
"add_new_platform",
"code_review_platform",
"platform_example_light",
"platform_example_sensor"
],
"Creating Components": [
"code_review_component",
"component_deps_and_reqs",
"component_discovery",
"component_events",
"component_generic_discovery",
"component_loading",
"component_states",
"creating_components"
],
"Documentation": [
"documentation_create_page",
"documentation_index",
"documentation_standards"
],
"Frontend": [
"frontend",
"frontend_add_card",
"frontend_add_more_info",
"frontend_creating_custom_panels",
"frontend_creating_custom_ui"
], ],
"Intents": [ "Intents": [
"intent_conversation", "intent_conversation",
@ -41,23 +10,29 @@
"intent_handling", "intent_handling",
"intent_index" "intent_index"
], ],
"External API": [ "Catch all category": [
"external_api_python", "index"
"external_api_rest",
"external_api_server_sent_events",
"external_api_websocket"
], ],
"Architecture": [ "Documentation": [
"architecture", "documentation_create_page",
"architecture_components" "documentation_index",
], "documentation_standards"
"asyncio": [
"asyncio",
"asyncio_101",
"asyncio_categorizing_functions",
"asyncio_misc",
"asyncio_working_with_async"
], ],
"Maintainer docs": [
"maintenance",
"releasing"
]
},
"Frontend": {
"Frontend": [
"frontend",
"frontend_add_card",
"frontend_add_more_info",
"frontend_creating_custom_panels",
"frontend_creating_custom_ui"
]
},
"Development": {
"Development": [ "Development": [
"development", "development",
"development_101", "development_101",
@ -80,6 +55,15 @@
"internationalization_index", "internationalization_index",
"internationalization_translation" "internationalization_translation"
], ],
"asyncio": [
"asyncio",
"asyncio_101",
"asyncio_categorizing_functions",
"asyncio_misc",
"asyncio_working_with_async"
]
},
"Hass.io": {
"Hass.io": [ "Hass.io": [
"hassio_addon_communication", "hassio_addon_communication",
"hassio_addon_config", "hassio_addon_config",
@ -94,7 +78,29 @@
] ]
}, },
"Building Integrations": { "Building Integrations": {
"Introduction": [ "Creating Platforms": [
"add_new_platform",
"code_review_platform",
"platform_example_light",
"platform_example_sensor"
],
"Creating Components": [
"code_review_component",
"component_deps_and_reqs",
"component_discovery",
"component_events",
"component_generic_discovery",
"component_loading",
"component_states",
"creating_components"
]
},
"APIs": {
"External API": [
"external_api_python",
"external_api_rest",
"external_api_server_sent_events",
"external_api_websocket"
] ]
} }
} }

View File

@ -19,17 +19,17 @@ const users = [
]; ];
const siteConfig = { const siteConfig = {
title: 'Test Site' /* title for your website */, title: 'Home Assistant dev docs' /* title for your website */,
tagline: 'A website for testing', tagline: 'All you need to start developing for Home Assistant',
url: 'https://your-docusaurus-test-site.com' /* your website url */, url: 'https://developers.home-assistant.io' /* your website url */,
baseUrl: '/' /* base url for your project */, baseUrl: '/' /* base url for your project */,
// For github.io type URLs, you would set the url and baseUrl like: // For github.io type URLs, you would set the url and baseUrl like:
// url: 'https://facebook.github.io', // url: 'https://facebook.github.io',
// baseUrl: '/test-site/', // baseUrl: '/test-site/',
// Used for publishing and more // Used for publishing and more
projectName: 'test-site', projectName: 'home-assistant',
organizationName: 'facebook', organizationName: 'home-assistant',
// For top-level user or org sites, the organization is still the same. // For top-level user or org sites, the organization is still the same.
// e.g., for the https://JoelMarcey.github.io site, it would be set like... // e.g., for the https://JoelMarcey.github.io site, it would be set like...
// organizationName: 'JoelMarcey' // organizationName: 'JoelMarcey'
@ -52,8 +52,8 @@ const siteConfig = {
/* colors for website */ /* colors for website */
colors: { colors: {
primaryColor: '#3fbbf4', primaryColor: '#03A9F4',
secondaryColor: '#205C3B', secondaryColor: '#ff9800',
}, },
/* custom fonts for website */ /* custom fonts for website */
@ -72,7 +72,7 @@ const siteConfig = {
copyright: copyright:
'Copyright © ' + 'Copyright © ' +
new Date().getFullYear() + new Date().getFullYear() +
' Your Name or Your Company Name', ' Home Assistant',
highlight: { highlight: {
// Highlight.js theme to use for syntax highlighting in code blocks // Highlight.js theme to use for syntax highlighting in code blocks