Skip to content

Commit

Permalink
Merge pull request #1256 from algorandfoundation/language-specific-ti…
Browse files Browse the repository at this point in the history
…tles

Adding language to title for SEO purposes.
  • Loading branch information
nullun authored Apr 16, 2024
2 parents e91f4e3 + 90dacfb commit 080c851
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/sdks/go/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Your First Transaction
title: Go SDK: Your First Transaction

This section is a quick start guide for interacting with the Algorand network using Go. This guide will help to install [Algorand sandbox](https://github.com/algorand/sandbox){:target="_blank"}, which provides a node for testing and development. This guide will also help to install the Go SDK, create an account and submit your first transaction on Algorand.

Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/java/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Your First Transaction
title: Java SDK: Your First Transaction

This section is a quick start guide for interacting with Algorand network using Java. This guide will help to install [Algorand sandbox](https://github.com/algorand/sandbox){:target="_blank"}, which provides a node for testing and development. This guide will also help to install the Java SDK, create an account and submit your first transaction.

Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/javascript/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Your First Transaction
title: JS SDK: Your First Transaction

This section is a quick start guide for interacting with the Algorand network using JavaScript. This guide will help to install the [Algorand sandbox](https://github.com/algorand/sandbox){:target="_blank"}, which provides a node for testing and development. This guide will also help to install the JavaScript SDK, create an account and submit your first transaction using different JavaScript Runtimes.
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/python/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Your first transaction
title: Python SDK: Your first transaction

This section is a quick start guide for interacting with the Algorand network using Python. This guide will help to install [Algorand sandbox](https://github.com/algorand/sandbox){:target="_blank"}, which provides a node for testing and development. This guide will also help to install the Python SDK, create an account and submit your first transaction on Algorand.

Expand Down

0 comments on commit 080c851

Please sign in to comment.