Skip to content

[Docs] Add logos #1540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2024
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
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,9 @@ export default defineConfig({
socialLinks: [
{ icon: "github", link: "https://github.com/drwpow/openapi-typescript" },
],
footer: {
message:
'Released under the <a href="https://github.com/drwpow/openapi-typescript/blob/main/packages/openapi-typescript/LICENSE">MIT License</a>.',
},
},
});
35 changes: 35 additions & 0 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,38 @@ code {
.DocSearch {
--docsearch-primary-color: var(--vp-c-brand-1) !important;
}

/**
* Component: Homepage logos
* -------------------------------------------------------------------------- */
.logo-salad {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 2.5rem;
margin-right: 2.5rem;
margin-top: 3rem;
text-align: center;
}

.logo-salad h3 {
color: var(--vp-c-text-3);
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.0625em;
margin-bottom: 2rem;
text-transform: uppercase;
}

.logo-salad-list {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 2.5rem;
justify-content: center;
}

.logo-salad-list svg {
fill: var(--vp-c-text-1);
width: auto;
}
28 changes: 22 additions & 6 deletions docs/index.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/public/assets/bigcommerce.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: 1 addition & 0 deletions docs/public/assets/fedora.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: 1 addition & 0 deletions docs/public/assets/firebase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading