Skip to content

Commit

Permalink
Merge pull request #133 from CodewareGames/docs-fix-ci
Browse files Browse the repository at this point in the history
Docs fix ci
  • Loading branch information
Dartanlla authored Mar 15, 2024
2 parents bde0ee0 + 7d0ed92 commit 3dac1c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/docker-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nav_order: 1
* Download and install [Visual Studio 2022 Community](https://visualstudio.microsoft.com/downloads/)
* The ASP.NET and Web Development, Node.js Development, and Game development with C++ workloads are required
* Download and install [Docker Desktop](https://www.docker.com/products/docker-desktop) for Windows/macOS/Linux
* [.Net 6.0 SDK]([another-page](https://dotnet.microsoft.com/download/dotnet/6.0)) (On Windows this is included in VS 2022 by default)
* [.Net 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
* Enable "Virtualization Technology" in your BIOS
<br />
<br />
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here is a brief overview of OWS 2.
* OWS 1 required Windows and Windows Servers. OWS 2 runs natively on **Windows**, **Linux** and **MacOS**.

## What technologies / architecture does OWS 2 use?
* The OWS Web API is developed in **C#** with **.NET 6** (previously .NET Core)
* The OWS Web API is developed in **C#** with **.NET 8** (previously .NET Core)
* The default storage technology is [Microsoft SQL Server (MSSQL)](mssql)
* Each repository can use its own storage technology
* [Storage technologies](setup-database) can be easily added by implementing each repository interface
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout: home
</p>

<p>
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/Dartanlla/OWS/Continuous%20Integration?style=flat-square">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/Dartanlla/OWS/.github/workflows/ci.yml?branch=main&style=flat-square">
<a href="https://github.com/Dartanlla/OWS/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/Dartanlla/ows.svg?style=flat-square">
</a>
Expand Down

0 comments on commit 3dac1c3

Please sign in to comment.