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",
|
"Backend": "Backend",
|
||||||
"Misc": "Misc",
|
"Misc": "Misc",
|
||||||
"Developing a feature": "Developing a feature",
|
"Developing a feature": "Developing a feature",
|
||||||
"HASS Core methods": "HASS Core methods",
|
"Development 101": "Development 101",
|
||||||
"Creating Platforms": "Creating Platforms",
|
"Creating Platforms": "Creating Platforms",
|
||||||
"Creating Components": "Creating Components",
|
"Creating Components": "Creating Components",
|
||||||
"External API": "External API",
|
"External API": "External API",
|
||||||
"Internationalization": "Internationalization",
|
"Internationalization": "Internationalization",
|
||||||
"Intents": "Intents",
|
"Intents": "Intents",
|
||||||
"asyncio": "asyncio",
|
"asyncio": "asyncio",
|
||||||
|
"Hass.io Add-Ons": "Hass.io Add-Ons",
|
||||||
"Maintainer docs": "Maintainer docs"
|
"Maintainer docs": "Maintainer docs"
|
||||||
},
|
},
|
||||||
"pages-strings": {
|
"pages-strings": {
|
||||||
|
@ -56,7 +56,7 @@ const PopularTopicsSection = ({ language }) => (
|
|||||||
<div style={{ display: "flex", flexDirection: "column" }}>
|
<div style={{ display: "flex", flexDirection: "column" }}>
|
||||||
<h2>Popular topics</h2>
|
<h2>Popular topics</h2>
|
||||||
<ul style={{ flex: "1" }}>
|
<ul style={{ flex: "1" }}>
|
||||||
<li><a href={docUrl("building_integrations", language)}>
|
<li><a href={docUrl("development_index", language)}>
|
||||||
Add a new integration
|
Add a new integration
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a href={docUrl("internationalization_index", language)}>
|
<li><a href={docUrl("internationalization_index", language)}>
|
||||||
|
@ -56,7 +56,7 @@ const siteConfig = {
|
|||||||
/* colors for website */
|
/* colors for website */
|
||||||
colors: {
|
colors: {
|
||||||
primaryColor: '#03A9F4',
|
primaryColor: '#03A9F4',
|
||||||
secondaryColor: '#ff9800',
|
secondaryColor: '#4FC3F7',
|
||||||
},
|
},
|
||||||
|
|
||||||
/* custom fonts for website */
|
/* custom fonts for website */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user