Skip to content
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

chore: updated hero image #561

Merged
merged 3 commits into from
Nov 27, 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
3 changes: 2 additions & 1 deletion docs/directives/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,5 @@ The `Htpasswd` link type allows the importation of an [`htpasswd`](https://httpd
The `Jwks` link type enables the importation of a [`JWKS`](https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-sets) file. This file facilitates the provision of detailed access control through [JWT authentication](../auth.md#jwt-authentication).

### Grpc
The `Grpc` link type enables the GraphQL server to understand that the specified source is a gRPC endpoint that supports reflection.

The `Grpc` link type enables the GraphQL server to understand that the specified source is a gRPC endpoint that supports reflection.
2 changes: 0 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ export default {
logo: {
alt: "My Site Logo",
src: "icons/companies/tailcall.svg",
height: "2.5rem",
width: "150px",
},
items: [
{to: "/", label: "Home", position: "left", activeBaseRegex: "^/$"},
Expand Down
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
--ifm-navbar-height: 6.5rem;
--ifm-navbar-height-sm: 4.5rem;
--ifm-edit-this-page-height: 3rem;
--ifm-navbar-logo-height: 2.5rem;
--ifm-navbar-logo-height-sm: 1.75rem;
--ifm-navbar-logo-height: 2.75rem;
--ifm-navbar-logo-height-sm: 2.25rem;
--ifm-search-input-height: 2.75rem;
--ifm-search-dropdown-height: 18.5rem;
--ifm-grid-bg-size-lg: 3.25rem;
Expand Down
Loading