Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs fix ci #133

Merged
merged 4 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading