Skip to content

Commit 3eac413

Browse files
committed
Renamed "Getting started" to "Setup"
1 parent ba9df7e commit 3eac413

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nav:
22
- index.md
33
- introduction.md
4-
- getting-started
4+
- setup
55
- endpoints
66
- serializers
77
- error-handling

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ TypedRest helps you build type-safe, fluent-style REST API clients. Common REST
109109
[Introduction](introduction.md)
110110
: What is TypedRest and how can it help me?
111111

112-
[Getting Started](getting-started/index.md)
112+
[Setup](setup/index.md)
113113
: How do I use TypedRest in my projects?
114114

115115
[Endpoints](endpoints/index.md)

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ The consuming code could look this:
196196

197197
## Next steps
198198

199-
Continue on to the **[Getting started](getting-started/index.md)** guide.
199+
Continue on to the **[Setup](setup/index.md)** guide.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Getting started
1+
# Setup
22

3-
TypedRest is available for multiple platforms/languages. Please choose one of the following Getting Started Guides:
3+
TypedRest is available for multiple platforms/languages. Please choose one of the following setup guides:
44

55
- [.NET (C#, VB.NET, F#, etc.)](dotnet.md)
66
- [Java (Java and Kotlin)](java.md)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)