Skip to content

Commit

Permalink
docs reconfig (#1698)
Browse files Browse the repository at this point in the history
Update config, src, static directories

Co-authored-by: Rob <>
  • Loading branch information
DougVaderJr committed Jul 10, 2020
1 parent f0afa80 commit c426720
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docusaurus.config.js
Expand Up @@ -14,7 +14,7 @@ module.exports = {
title: "electrode OSS",
logo: {
alt: "electrode logo",
src: "/img/electrode-logo-full.svg"
src: "/img/electrode-io-logo.png"
},
links: [
{
Expand Down
14 changes: 7 additions & 7 deletions docusaurus/src/css/custom.css
Expand Up @@ -7,13 +7,13 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: rgb(33, 175, 144);
--ifm-color-primary-darker: rgb(31, 165, 136);
--ifm-color-primary-darkest: rgb(26, 136, 112);
--ifm-color-primary-light: rgb(70, 203, 174);
--ifm-color-primary-lighter: rgb(102, 212, 189);
--ifm-color-primary-lightest: rgb(146, 224, 208);
--ifm-color-primary: #0a6aaa;
--ifm-color-primary-dark: rgb(32, 76, 143);
--ifm-color-primary-darker: rgb(23, 56, 105);
--ifm-color-primary-darkest: rgb(50, 70, 85);
--ifm-color-primary-light: rgb(38, 127, 156);
--ifm-color-primary-lighter: rgb(65, 108, 158);
--ifm-color-primary-lightest: rgb(175, 193, 218);
--ifm-code-font-size: 95%;
}

Expand Down
9 changes: 7 additions & 2 deletions docusaurus/src/pages/index.js
Expand Up @@ -62,14 +62,19 @@ function Home() {
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
<header className={classnames('hero hero--primary', styles.heroBanner)}>
<header className={classnames('hero hero--primary-lighter', styles.heroBanner)}>
<div className="container">
<img
alt="Test setup"
src={useBaseUrl('img/oss_hero.png')
}/>;
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>

<Link
className={classnames(
'button button--outline button--secondary button--lg',
'button button--outline button--primary button--lg',
styles.getStarted,
)}
to={useBaseUrl('docs/getting-started')}>
Expand Down
Binary file added docusaurus/src/pages/oss_hero.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docusaurus/static/img/oss_hero.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docusaurus/static/img/wml-logo-white-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c426720

Please sign in to comment.