mirror of https://github.com/abpframework/abp.git
616 changed files with 15011 additions and 45 deletions
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
@ -0,0 +1,9 @@ |
|||||
|
{ |
||||
|
"culture": "tr", |
||||
|
"texts": { |
||||
|
"WelcomeVoloDocs": "VoloDocs Hoşgeldiniz!", |
||||
|
"NoProjectWarning": "Henüz bir proje yok!", |
||||
|
"CreateYourFirstProject": "İlk projenizi oluşturmak için tıklayın", |
||||
|
"NoProject": "Proje yok!" |
||||
|
} |
||||
|
} |
||||
File diff suppressed because one or more lines are too long
@ -1,11 +1,11 @@ |
|||||
@page |
@page |
||||
@model Volo.Docs.Pages.ErrorModel |
@model VoloDocs.Web.Pages.ErrorModel |
||||
@{ |
@{ |
||||
<div class="text-center"> |
<div class="text-center"> |
||||
<pre> |
<pre> |
||||
@Model.ErrorMessage |
@Model.ErrorMessage |
||||
</pre> |
</pre> |
||||
|
|
||||
<a href="/" class="btn btn-outline-primary">Home Page</a> |
<a href="/" class="btn btn-outline-primary">Home Page</a> |
||||
</div> |
</div> |
||||
} |
} |
||||
@ -0,0 +1 @@ |
|||||
|
dotnet clean && dotnet build && dotnet publish -c Release -o "C:\Publishes\VoloDocs.Web" |
||||
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue