Add icons

This commit is contained in:
Paulus Schoutsen 2018-04-24 15:44:38 -04:00
parent 9311326aec
commit 1e24ba20cb
7 changed files with 140 additions and 7 deletions

View File

@ -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"

View File

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 984 B

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB