Skip to content

Commit 5d212e3

Browse files
committed
develop: sentence-case the "technical resources" headings
Vale (Temporal.Headings) requires sentence-style capitalization; the Java and TypeScript dev guide pages already comply, but the .NET, PHP, Python, Ruby, and Rust pages title-case the heading. Sentence-case all five for consistency. Heading slugs are unchanged (Docusaurus lowercases them) and nothing links to these anchors.
1 parent feb5c37 commit 5d212e3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/develop/dotnet/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
8686
- [Debugging](/develop/dotnet/best-practices/debugging)
8787
- [Converters and encryption](/develop/dotnet/best-practices/converters-and-encryption)
8888

89-
## Temporal .NET Technical Resources
89+
## Temporal .NET technical resources
9090

9191
- [.NET Quickstart](/develop/dotnet/set-up-your-local-dotnet)
9292
- [.NET API Documentation](https://dotnet.temporal.io/api/)

docs/develop/php/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
7272
- [Testing](/develop/php/best-practices/testing-suite)
7373
- [Debugging](/develop/php/best-practices/debugging)
7474

75-
## Temporal PHP Technical Resources
75+
## Temporal PHP technical resources
7676

7777
- [PHP SDK Quickstart - Setup Guide](/develop/php/set-up-your-local-php)
7878
- [PHP API Documentation](https://php.temporal.io)

docs/develop/python/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
9696
- [Strands Agents integration](/develop/python/integrations/strands-agents)
9797
- [Tenuo integration](https://tenuo.ai/temporal)
9898

99-
## Temporal Python Technical Resources
99+
## Temporal Python technical resources
100100

101101
- [Python SDK Quickstart - Setup Guide](/develop/python/set-up-your-local-python)
102102
- [Python API Documentation](https://python.temporal.io)

docs/develop/ruby/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
8888
- [Debugging](/develop/ruby/best-practices/debugging)
8989
- [Converters and encryption](/develop/ruby/best-practices/converters-and-encryption)
9090

91-
## Temporal Ruby Technical Resources
91+
## Temporal Ruby technical resources
9292

9393
- [Ruby SDK Quickstart - Setup Guide](/develop/ruby/set-up-local-ruby)
9494
- [Ruby SDK Code Samples](https://github.com/temporalio/samples-ruby)

docs/develop/rust/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Once your local Temporal Service is set up, continue building with the following
5959

6060
- [Feature guide](/develop/rust/nexus/feature-guide)
6161

62-
## Temporal Rust Technical Resources
62+
## Temporal Rust technical resources
6363

6464
- [Rust SDK Quickstart - Setup Guide](/develop/rust/quickstart)
6565
- [Rust API Documentation](https://docs.rs/temporalio-sdk/latest/temporalio_sdk/)

0 commit comments

Comments
 (0)