Skip to content

Commit

Permalink
Pages, fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed May 21, 2024
1 parent 21cd0fe commit e8b1d29
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 115 deletions.
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Quick start
## Introduction

:::warning
RestSharp v107 changes the library API surface and its behaviour significantly. We advise looking at [v107](v107) docs to understand how to migrate to the latest version of RestSharp.
RestSharp v107 changes the library API surface and its behaviour significantly. We advise looking at [v107](/v107) docs to understand how to migrate to the latest version of RestSharp.
:::

The main purpose of RestSharp is to make synchronous and asynchronous calls to remote resources over HTTP. As the name suggests, the main audience of RestSharp are developers who use REST APIs. However, RestSharp can call any API over HTTP, as long as you have the resource URI and request parameters that you want to send comply with W3C HTTP standards.
Expand Down
112 changes: 0 additions & 112 deletions docs/docs/v107/interfaces.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ const config: Config = {
position: "left",
label: "Documentation",
},
{
href: "/support",
label: "Support",
},
{
href: 'https://github.com/RestSharp/RestSharp',
label: "GitHub",
Expand Down
Loading

0 comments on commit e8b1d29

Please sign in to comment.