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 unification 1 #19631

Merged
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0cfed8a
Test
EmreKendirli Apr 19, 2024
e4078ea
remove test
EmreKendirli Apr 19, 2024
55be0e7
Update folder names to kebab case
EmreKendirli Apr 23, 2024
4748540
framework/ui/mvc-razor-pages/overall links updated
EmreKendirli Apr 23, 2024
7f64788
test
EmreKendirli Apr 23, 2024
bfdbf57
remove test
EmreKendirli Apr 23, 2024
50d5f44
framework/ui routes updated
EmreKendirli Apr 24, 2024
548f7dd
framework/ui routes updated
EmreKendirli Apr 24, 2024
be0ac4d
framework/ui links updated
EmreKendirli Apr 25, 2024
2cb47ec
relase info links updated
EmreKendirli Apr 25, 2024
363bcd2
samples links updated
EmreKendirli Apr 25, 2024
697a888
solution-templates links updated
EmreKendirli Apr 25, 2024
740efda
studio links updateded
EmreKendirli Apr 25, 2024
da20944
testing links updated
EmreKendirli Apr 26, 2024
ded978e
tutorials links updated
EmreKendirli Apr 26, 2024
11f889d
ui-themes links updated
EmreKendirli Apr 26, 2024
62d0ffb
links updated
EmreKendirli Apr 26, 2024
ecf8829
nav.json updated
EmreKendirli Apr 26, 2024
322a050
upadated
EmreKendirli Apr 26, 2024
5977507
Merge remote-tracking branch 'upstream/docs-unification-1' into docs-…
realLiangshiwei Apr 29, 2024
b7c87e2
/getting-started updated
EmreKendirli Apr 29, 2024
39c2849
Merge branch 'docs-unification-1' of https://github.com/EmreKendirli/…
EmreKendirli Apr 29, 2024
eaaa290
desired changes have been made
EmreKendirli Apr 29, 2024
c0d9b2d
images links updated
EmreKendirli Apr 29, 2024
6dd7329
deleted folder
EmreKendirli Apr 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Check your dotnet version. It should be at least 3.1.x
dotnet --version
```

Install or update the [ABP CLI](https://docs.abp.io/en/abp/latest/cli) with the following command:
Install or update the [ABP CLI](./cli) with the following command:

```bash
dotnet tool install -g Volo.Abp.Cli || dotnet tool update -g Volo.Abp.Cli
Expand Down