Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DevArchitecture/Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keremvaris committed Jun 30, 2024
2 parents dd11515 + 84d89b5 commit 4e806f8
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/getstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ approaches, focusing on **SOLID** principles and **Clean Architecture** methods.
small-medium sized software houses and corporate software teams in terms of its
powerful and flexible architecture.


Leverages the power of **.NET 7+**, **ASP.NET Core**, **Entity Framework Core**,
and **MongoDB** structures. It comes with support for **InMemoryDb**, **PostgreSql**,
**MsSql** and **MongoDB**. Database infrastructure migration can be achieved with
Expand Down
4 changes: 2 additions & 2 deletions docs/projectrelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Using the **Open Folder in File Explorer** option opened below, go to the **bin\

![](./../media/image113.png)

It is entered by double-clicking on the **net5.0** folder in the opened folder.
It is entered by double-clicking on the **net6.0** folder in the opened folder.

![](./../media/image114.png)

Expand All @@ -39,7 +39,7 @@ It opens with the help of a text editor such as notepad or notepad++.

![](./../media/image116.png)

The processPath="**bin\Debug\net5.0\WebAPI.exe**" value
The processPath="**bin\Debug\net6.0\WebAPI.exe**" value

![](./../media/image117.png)

Expand Down
2 changes: 2 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ In addition, it also offers the opportunity to develop code in environments such

- Visual Studio 2022 version 17.1.0 and above


- .NET 7 and above


- Nodejs (**Optional for front-end**)

- npm install -g @angular/cli (**Optional for front-end**)
Expand Down
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(module.exports = {
title: 'DevArchitecture',

tagline: 'Open Source Rapid Application Development Framework for .NET 7 and Later',

url: 'https://DevArchitecture.net',
baseUrl: '/',
onBrokenLinks: 'throw',
Expand Down
2 changes: 2 additions & 0 deletions i18n/tr/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
"Adding a new feature or leaving an existing feature is pretty easy. Keeps dependencies to a minimum. So much so that even the dependency of the systems on DevArchitecture itself is minimal.": {
"message": "Adding a new feature or leaving an existing feature is pretty easy. Keeps dependencies to a minimum. So much so that even the dependency of the systems on DevArchitecture itself is minimal."
},

"Open Source Rapid Application Framework for .Net 7": {
"message": ".NET 7 ve Sonrası İçin Açık Kaynak Kodlu Hızlı Uygulama Geliştirme Çatısı"

},
"Get Started": {
"message": "Hızlı Başlangıç"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ yazılım geliştirme alt yapısıdır.
küçük-orta ölçekli yazılım evleri ve kurumsal yazılım takımları için
uygun bir yazılım geliştirme alt yapısıdır.


**.NET 7+,** **ASP.NET Core**, **Entity Framework Core** ve
**MongoDB** yapılarının gücünü kullanır. Tanımlı olarak **InMemoryDb**,
**PostgreSql**, **MsSql** ve **MongoDB** desteğiyle birlikte gelir. Tek satırlık
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ve aşağıda açılan ***Open Folder in File Explorer*** seçeneği kullanılar

![](./../../../../media/image113.png)

Açılan klasör içinde bulunan **net5.0** klasörüne çift tıklanarak girilir.
Açılan klasör içinde bulunan **net6.0** klasörüne çift tıklanarak girilir.

![](./../../../../media/image114.png)

Expand All @@ -38,7 +38,7 @@ notepad veya notepad++ gibi bir metin editörü yardımıyla açılır.

![](./../../../../media/image116.png)

processPath="**bin\Debug\net5.0\WebAPI.exe**" değeri
processPath="**bin\Debug\net6.0\WebAPI.exe**" değeri

![](./../../../../media/image117.png)

Expand Down
1 change: 1 addition & 0 deletions i18n/tr/docusaurus-plugin-content-docs/current/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ve üzerinde stabil olarak çalışacak şekilde ayarlanmıştır. Bununla berab

- Visual Studio 2022 version 17.1.0 ve üzeri


- .NET 7 ve üzeri

- Nodejs (**Front-end için opsiyonel**)
Expand Down
2 changes: 2 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ function Feature({imageUrl, title, description}) {

function Home() {
const context = useDocusaurusContext();

var tagline = <Translate>Open Source Rapid Application Framework for .Net 7</Translate>;

const {siteConfig = {}} = context;
return (
<Layout
Expand Down

0 comments on commit 4e806f8

Please sign in to comment.