diff --git a/website/i18n/en.json b/website/i18n/en.json
index 0ae9a010..c3a7084d 100644
--- a/website/i18n/en.json
+++ b/website/i18n/en.json
@@ -3,7 +3,7 @@
"localized-strings": {
"next": "Next",
"previous": "Previous",
- "tagline": "A website for testing",
+ "tagline": "All you need to start developing for Home Assistant",
"add_new_platform": "Adding support for a new platform",
"architecture_components": "Components Architecture",
"architecture": "Architecture",
@@ -67,11 +67,13 @@
"internationalization_index": "Internationalization",
"internationalization_translation": "Translation",
"maintenance": "Maintenance",
+ "misc": "Miscellaneous",
"platform_example_light": "Example light platform",
"platform_example_sensor": "Example sensor platform",
"releasing": "Releasing",
- "Developers": "Developers",
"Architecture": "Architecture",
+ "Developers": "Developers",
+ "Misc": "Misc",
"Intents": "Intents",
"Catch all category": "Catch all category",
"Documentation": "Documentation",
@@ -85,6 +87,14 @@
"External API": "External API"
},
"pages-strings": {
+ "Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)|no description given": "Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)",
+ "Browse Docs|no description given": "Browse Docs",
+ "Ask questions about the documentation and project|no description given": "Ask questions about the documentation and project",
+ "Join the community|no description given": "Join the community",
+ "Find out what's new with this project|no description given": "Find out what's new with this project",
+ "Stay up to date|no description given": "Stay up to date",
+ "Need help?|no description given": "Need help?",
+ "This project is maintained by a dedicated group of people.|statement made to reader": "This project is maintained by a dedicated group of people.",
"Help Translate|recruit community translators for your project": "Help Translate",
"Edit this Doc|recruitment message asking to edit the doc source": "Edit",
"Translate this Doc|recruitment message asking to translate the docs": "Translate"
diff --git a/website/siteConfig.js b/website/siteConfig.js
index 4dbdf4ba..91a2bb97 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -36,6 +36,11 @@ const siteConfig = {
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
+ {doc: 'architecture', label: 'Architecture'},
+ {doc: 'index', label: 'Developers'},
+ {doc: 'index', label: 'Developers'},
+ {doc: 'index', label: 'Developers'},
+ {doc: 'misc', label: 'Misc'},
{doc: 'index', label: 'Developers'},
// {doc: 'doc4', label: 'API'},
// {page: 'help', label: 'Help'},
@@ -46,8 +51,8 @@ const siteConfig = {
users,
/* path to images for header/footer */
- headerIcon: 'img/docusaurus.svg',
- footerIcon: 'img/docusaurus.svg',
+ headerIcon: 'img/logo-white.svg',
+ footerIcon: 'img/logo-white.svg',
favicon: 'img/favicon.png',
/* colors for website */
@@ -86,12 +91,15 @@ const siteConfig = {
onPageNav: 'separate',
/* Open Graph and Twitter card images */
- ogImage: 'img/docusaurus.png',
- twitterImage: 'img/docusaurus.png',
+ ogImage: 'img/default-social.png',
+ twitterImage: 'img/default-social.png',
// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
- // repoUrl: 'https://github.com/facebook/test-site',
+ repoUrl: 'https://github.com/home-assistant/home-assistant',
+ repoFrontendUrl: 'https://github.com/home-assistant/home-assistant-polymer',
+ repoFrontendWebsite: 'https://github.com/home-assistant/home-assistant.github.io',
+ repoDevWebsite: 'https://github.com/home-assistant/developers.home-assistant',
};
module.exports = siteConfig;
diff --git a/website/static/img/default-social.png b/website/static/img/default-social.png
new file mode 100644
index 00000000..f4706b7e
Binary files /dev/null and b/website/static/img/default-social.png differ
diff --git a/website/static/img/favicon.png b/website/static/img/favicon.png
index 122f0a56..8140fed0 100644
Binary files a/website/static/img/favicon.png and b/website/static/img/favicon.png differ
diff --git a/website/static/img/favicon/favicon.ico b/website/static/img/favicon/favicon.ico
index eaced0fd..6d12158c 100644
Binary files a/website/static/img/favicon/favicon.ico and b/website/static/img/favicon/favicon.ico differ
diff --git a/website/static/img/logo-responsive.svg b/website/static/img/logo-responsive.svg
new file mode 100644
index 00000000..8555cd75
--- /dev/null
+++ b/website/static/img/logo-responsive.svg
@@ -0,0 +1,93 @@
+
+
\ No newline at end of file
diff --git a/website/static/img/logo-white.svg b/website/static/img/logo-white.svg
new file mode 100644
index 00000000..8d98948b
--- /dev/null
+++ b/website/static/img/logo-white.svg
@@ -0,0 +1,22 @@
+
+
\ No newline at end of file