Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const createConfig = async () => {
logo: {
alt: 'Arrow Logo',
src: '/img/arrow-brand.svg',
srcDark: '/img/arrow-brand-dark.svg',
},
items: [
{
Expand Down Expand Up @@ -269,6 +270,7 @@ const createConfig = async () => {
logo: {
alt: 'Arrow Logo',
src: '/img/arrow-brand.svg',
srcDark: '/img/arrow-brand-dark.svg',
href: 'https://arrow-kt.io',
width: 128,
height: 42,
Expand Down
3 changes: 0 additions & 3 deletions src/components/Blog/BlogListPage/BlogListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ function BlogListPageContent(props: Props): JSX.Element {
<section className={`container ${styles.verticalRhythm}`}>
<BlogListPaginator metadata={metadata} />
</section>
<section>
<Banner title={data.banner.title} ctaList={data.banner.ctaList} />
</section>
</main>
</Layout>
);
Expand Down
6 changes: 0 additions & 6 deletions src/components/Blog/BlogListPage/blog-list-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ hero:
ctaList:
- title: Learn more about Arrow
href: /learn/overview

banner:
title: Do you want to publish a new post?
ctaList:
- title: Contact us
href: https://github.com/arrow-kt/arrow
4 changes: 3 additions & 1 deletion src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

--ifm-footer-background-color: var(--ifm-color-white);
--ifm-footer-link-color: var(--arrow-grey-primary);
--ifm-footer-padding-vertical: calc(3 * var(--ifm-spacing-vertical));
--ifm-footer-padding-vertical: calc(1.5 * var(--ifm-spacing-vertical));

--ifm-navbar-search-input-background-color: var(--ifm-color-primary-lightest);

Expand All @@ -94,6 +94,8 @@
[data-theme="dark"]:root {
--arrow-grey-primary: rgb(218, 221, 225);
--arrow-grey-secondary: rgb(218, 221, 225);
--ifm-color-primary-lighter: rgb(25, 60, 71);
--ifm-color-primary-lightest: rgb(25, 60, 71);
--ifm-footer-background-color: var(--ifm-color-black);
}

Expand Down
12 changes: 0 additions & 12 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@ export default function Home(): JSX.Element {
))}
</section>
)}
<section className={`${styles.usageWrapperContainer}`}>
<div className={`container ${styles.usageContainer}`}>
{data.companies?.map((company: { name: string; logo: string }) => (
<img
key={company.name}
src={useBaseUrl(`/img/${company.logo}`)}
alt={company.name}
title={company.name}
/>
))}
</div>
</section>
</main>
</Layout>
);
Expand Down
3 changes: 0 additions & 3 deletions src/pages/libraries/libraries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export default function Libraries(): JSX.Element {
))}
</section>
)}
<section>
<Banner title={data.banner.title} ctaList={data.banner.ctaList} />
</section>
</main>
</Layout>
);
Expand Down
6 changes: 0 additions & 6 deletions src/pages/libraries/libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,3 @@ libraries:
href: http://serranofp.com/inikio/
icon: icon-resilience.svg
body: Better initial-style DSLs in Kotlin

banner:
title: Want to know more about Arrow?
ctaList:
- title: Read the docs
href: /learn/overview
7 changes: 7 additions & 0 deletions static/img/arrow-brand-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion static/img/icon-design.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion static/img/icon-typed-errors.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.