Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Added ABP Studio to the documentation menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Dec 25, 2023
1 parent 5778d4a commit d8e90cc
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 2 deletions.
58 changes: 58 additions & 0 deletions en/docs-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,64 @@
}
]
},
{
"text": "ABP Studio",
"path": "studio/index.md",
"items": [
{
"text": "Quick Starts",
"items": [
{
"text": "Single-Layer Solution",
"path": "studio/quick-starts/single-layer-web-application.md"
},
{
"text": "Layered Solution",
"path": "studio/quick-starts/layered-web-application.md"
},
{
"text": "Microservice Solution",
"path": "studio/quick-starts/microservice.md"
}
]
},
{
"text": "Installation",
"path": "studio/installation.md"
},
{
"text": "Overview",
"path": "studio/overview/index.md"
},
{
"text": "Solution Templates",
"path": "studio/solution-templates/index.md",
"items": [
{
"text": "Microservice",
"path": "studio/solution-templates/microservice/index.md"
}
]
},
{
"text": "Fundamentals",
"items": [
{
"text": "Solution Explorer",
"path": "studio/solution-explorer.md"
},
{
"text": "Running Applications",
"path": "studio/running-applications.md"
}
]
},
{
"text": "Concepts",
"path": "studio/concepts.md"
}
]
},
{
"text": "ABP Suite",
"items": [
Expand Down
6 changes: 4 additions & 2 deletions en/studio/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# ABP Studio

ABP Studio is a **cross-platform** desktop application for ABP and .NET developers. It is well integrated to [ABP Framework](https://abp.io/) and [ABP Commercial](https://commercial.abp.io/). It aims to provide a comfortable development environment for you by automating things, providing insights about your solution, making develop, run, browse, monitor, trace and deploy your solutions much easier.
> ABP Studio is currently in early preview. It is not open to everyone. You can [request a beta access](https://commercial.abp.io/studio) here.
> ABP Studio documentation work is still ongoing.
> ABP Studio is currently in early preview. Documentation work is still ongoing.
ABP Studio is a **cross-platform** desktop application for ABP and .NET developers. It is well integrated to [ABP Framework](https://abp.io/) and [ABP Commercial](https://commercial.abp.io/). It aims to provide a comfortable development environment for you by automating things, providing insights about your solution, making develop, run, browse, monitor, trace and deploy your solutions much easier.

## Installation

Expand Down

0 comments on commit d8e90cc

Please sign in to comment.