Skip to content

Commit 6891792

Browse files
New docs (#2200)
* Migrated documentation to Docusaurus
1 parent 453260c commit 6891792

File tree

146 files changed

+25042
-2148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+25042
-2148
lines changed

.github/workflows/build-dev.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
steps:
2323
-
2424
name: Checkout
25-
uses: actions/checkout@v3
26-
-
27-
name: Setup .NET
28-
uses: actions/setup-dotnet@v3
29-
with:
30-
dotnet-version: '7.0.102'
25+
uses: actions/checkout@v4
26+
# -
27+
# name: Setup .NET
28+
# uses: actions/setup-dotnet@v3
29+
# with:
30+
# dotnet-version: '7.0.102'
3131
-
3232
name: Unshallow
3333
run: git fetch --prune --unshallow
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Build and test PRs with docs
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- docs/**
7+
8+
jobs:
9+
docs:
10+
runs-on: ubuntu-latest
11+
steps:
12+
-
13+
name: Checkout
14+
uses: actions/checkout@v4
15+
-
16+
name: Build docs
17+
run: |
18+
cd docs
19+
yarn install
20+
yarn build

.github/workflows/pull-request.yml

+5-25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build and test PRs
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
paths-ignore:
6+
- docs/**
47

58
permissions:
69
contents: read
@@ -26,11 +29,6 @@ jobs:
2629
-
2730
name: Checkout
2831
uses: actions/checkout@v4
29-
# -
30-
# name: Setup .NET
31-
# uses: actions/setup-dotnet@v3
32-
# with:
33-
# dotnet-version: '8.0'
3432
-
3533
name: Run tests
3634
run: dotnet test -f ${{ matrix.dotnet }}
@@ -54,12 +52,7 @@ jobs:
5452
steps:
5553
-
5654
name: Checkout
57-
uses: actions/checkout@v3
58-
# -
59-
# name: Setup .NET
60-
# uses: actions/setup-dotnet@v3
61-
# with:
62-
# dotnet-version: '8.0'
55+
uses: actions/checkout@v4
6356
-
6457
name: Run tests
6558
run: dotnet test -f ${{ matrix.dotnet }}
@@ -73,16 +66,3 @@ jobs:
7366
test-results/**/*.xml
7467
test-results/**/*.trx
7568
test-results/**/*.json
76-
77-
docs:
78-
runs-on: ubuntu-latest
79-
80-
steps:
81-
-
82-
name: Checkout
83-
uses: actions/checkout@v3
84-
-
85-
name: Build docs
86-
run: |
87-
yarn install
88-
yarn docs:build

.idea/.gitignore

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<MicrosoftTestHostVer>8.0.3</MicrosoftTestHostVer>
1313
</PropertyGroup>
1414
<ItemGroup Label="Runtime dependencies">
15-
<PackageVersion Include="HttpMultipartParser" Version="8.3.0" />
15+
<PackageVersion Include="HttpMultipartParser" Version="8.4.0" />
1616
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
17-
<PackageVersion Include="CsvHelper" Version="30.0.1" />
17+
<PackageVersion Include="CsvHelper" Version="32.0.3" />
1818
<PackageVersion Include="PolySharp" Version="1.14.1" />
1919
<PackageVersion Include="System.Text.Json" Version="8.0.3" />
2020
<PackageVersion Include="WireMock.Net" Version="1.5.51" />

RestSharp.sln

-30
Original file line numberDiff line numberDiff line change
@@ -446,36 +446,6 @@ Global
446446
{FE778406-ADCF-45A1-B775-A054B55BFC50}.Release|x64.Build.0 = Release|Any CPU
447447
{FE778406-ADCF-45A1-B775-A054B55BFC50}.Release|x86.ActiveCfg = Release|Any CPU
448448
{FE778406-ADCF-45A1-B775-A054B55BFC50}.Release|x86.Build.0 = Release|Any CPU
449-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|Any CPU.ActiveCfg = Debug|Any CPU
450-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|Any CPU.Build.0 = Debug|Any CPU
451-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|ARM.ActiveCfg = Debug|Any CPU
452-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|ARM.Build.0 = Debug|Any CPU
453-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|Mixed Platforms.ActiveCfg = Debug|Any CPU
454-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|Mixed Platforms.Build.0 = Debug|Any CPU
455-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|x64.ActiveCfg = Debug|Any CPU
456-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|x64.Build.0 = Debug|Any CPU
457-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|x86.ActiveCfg = Debug|Any CPU
458-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug.Appveyor|x86.Build.0 = Debug|Any CPU
459-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
460-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|Any CPU.Build.0 = Debug|Any CPU
461-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|ARM.ActiveCfg = Debug|Any CPU
462-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|ARM.Build.0 = Debug|Any CPU
463-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
464-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
465-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|x64.ActiveCfg = Debug|Any CPU
466-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|x64.Build.0 = Debug|Any CPU
467-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|x86.ActiveCfg = Debug|Any CPU
468-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Debug|x86.Build.0 = Debug|Any CPU
469-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|Any CPU.ActiveCfg = Release|Any CPU
470-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|Any CPU.Build.0 = Release|Any CPU
471-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|ARM.ActiveCfg = Release|Any CPU
472-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|ARM.Build.0 = Release|Any CPU
473-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
474-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|Mixed Platforms.Build.0 = Release|Any CPU
475-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|x64.ActiveCfg = Release|Any CPU
476-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|x64.Build.0 = Release|Any CPU
477-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|x86.ActiveCfg = Release|Any CPU
478-
{5E8D472F-5A12-4CD8-8DBE-E3F6E0F76798}.Release|x86.Build.0 = Release|Any CPU
479449
EndGlobalSection
480450
GlobalSection(SolutionProperties) = preSolution
481451
HideSolutionNode = FALSE

docs/.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

docs/.idea/.gitignore

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.idea/codeStyles/codeStyleConfig.xml

-5
This file was deleted.

docs/.idea/dictionaries/alexey.xml

-7
This file was deleted.

docs/.idea/material_theme_project_new.xml

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.idea/misc.xml

-6
This file was deleted.

docs/.vuepress/config.js

-64
This file was deleted.

docs/.vuepress/styles/index.scss

-4
This file was deleted.

docs/.vuepress/styles/palette.scss

-3
This file was deleted.

docs/CI-CD_DOCUMENTATION/CI-CD_DOCUMENTATION.md

-67
This file was deleted.
-54.1 KB
Binary file not shown.
-55.3 KB
Binary file not shown.
-63 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-48.4 KB
Binary file not shown.
-41.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)