diff --git a/assets/sass/style.sass b/assets/sass/style.sass index bbf7186..99d182e 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -33,8 +33,6 @@ $secondary-dark: darken($secondary, 15%) $link: $secondary-dark $code: $primary $code-background: $white-bis -$navbar-height: 5rem -$navbar-item-img-max-height: $navbar-height * 0.6 $section-padding: 3rem 1.5rem // Font overrides @@ -173,6 +171,11 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw max-height: 5rem .content + @for $i from 1 through 6 + h#{$i} + &::before + margin-top: 5rem + img &:hover cursor: pointer @@ -269,4 +272,4 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw line-height: 1.3 & + li - margin-top: 0.75rem \ No newline at end of file + margin-top: 0.75rem diff --git a/content/docs/guides/_index.md b/content/docs/guides/_index.md index 4ac3562..85b8280 100644 --- a/content/docs/guides/_index.md +++ b/content/docs/guides/_index.md @@ -1,6 +1,6 @@ --- title: Guides -description: Something +description: Task-oriented walkthroughs of common use cases weight: 2 --- @@ -111,5 +111,4 @@ issues with proto2 clients talking to proto3 servers and vice versa. [proto3 language guide]: https://developers.google.com/protocol-buffers/docs/proto3 [protocol buffers GitHub repo]: https://github.com/google/protobuf/releases [protocol buffers]: https://developers.google.com/protocol-buffers/docs/overview - [reference documentation]: https://developers.google.com/protocol-buffers/docs/reference/overview diff --git a/content/docs/quickstart/csharp-dotnet.md b/content/docs/quickstart/csharp-dotnet.md index 2d4f9a0..8b980b8 100644 --- a/content/docs/quickstart/csharp-dotnet.md +++ b/content/docs/quickstart/csharp-dotnet.md @@ -19,4 +19,4 @@ The best way to start is the [gRPC ASP.NET Core Tutorial](https://docs.microsoft ### More Examples -More code examples for grpc-dotnet are at https://github.com/grpc/grpc-dotnet/tree/master/examples +More code examples for grpc-dotnet are at [https://github.com/grpc/grpc-dotnet/tree/master/examples](https://github.com/grpc/grpc-dotnet/tree/master/examples). diff --git a/layouts/partials/docs/article.html b/layouts/partials/docs/article.html index 00b9138..f7ef1ec 100644 --- a/layouts/partials/docs/article.html +++ b/layouts/partials/docs/article.html @@ -41,7 +41,7 @@
- {{ partial "content.html" (dict "content" .Content "constrained" false) }} + {{ partial "content.html" (dict "content" .Content "constrained" true) }}