mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Fix broken link
This commit is contained in:
parent
1b40e7d369
commit
02b9b9f3a5
@ -74,13 +74,14 @@
|
||||
"Backend": "Backend",
|
||||
"Misc": "Misc",
|
||||
"Developing a feature": "Developing a feature",
|
||||
"HASS Core methods": "HASS Core methods",
|
||||
"Development 101": "Development 101",
|
||||
"Creating Platforms": "Creating Platforms",
|
||||
"Creating Components": "Creating Components",
|
||||
"External API": "External API",
|
||||
"Internationalization": "Internationalization",
|
||||
"Intents": "Intents",
|
||||
"asyncio": "asyncio",
|
||||
"Hass.io Add-Ons": "Hass.io Add-Ons",
|
||||
"Maintainer docs": "Maintainer docs"
|
||||
},
|
||||
"pages-strings": {
|
||||
|
@ -56,7 +56,7 @@ const PopularTopicsSection = ({ language }) => (
|
||||
<div style={{ display: "flex", flexDirection: "column" }}>
|
||||
<h2>Popular topics</h2>
|
||||
<ul style={{ flex: "1" }}>
|
||||
<li><a href={docUrl("building_integrations", language)}>
|
||||
<li><a href={docUrl("development_index", language)}>
|
||||
Add a new integration
|
||||
</a></li>
|
||||
<li><a href={docUrl("internationalization_index", language)}>
|
||||
|
@ -56,7 +56,7 @@ const siteConfig = {
|
||||
/* colors for website */
|
||||
colors: {
|
||||
primaryColor: '#03A9F4',
|
||||
secondaryColor: '#ff9800',
|
||||
secondaryColor: '#4FC3F7',
|
||||
},
|
||||
|
||||
/* custom fonts for website */
|
||||
|
Loading…
x
Reference in New Issue
Block a user