Skip to content

Commit aa5da40

Browse files
getting started skeleton
1 parent f1b525a commit aa5da40

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Documentation
22

3-
## Hosting
3+
The [getting started](getting-started.md) documentation provides an overview of the basic building blocks:
44

5-
ServiceComposer leverages the ASP.NET Core Endpoints support to plugin into the request handling pipeline. ServiceComposer can be added to existing or new ASP.NET Core projects, or it can be hosted standalone in .NET console applications.
5+
- [Hosting](getting-started.md)
6+
- [Composition requests handlers](getting-started.md#composition-requests-handlers)
7+
- [Composition events handlers](getting-started.md#composition-events-handlers)
68

79
## Supported .NET versions
810

docs/getting-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Getting started
2+
3+
## Hosting
4+
5+
ServiceComposer leverages the ASP.NET Core Endpoints support to plugin into the request handling pipeline. ServiceComposer can be added to existing or new ASP.NET Core projects, or it can be hosted standalone in .NET console applications.
6+
7+
## Composition requests handlers
8+
9+
## Composition events handlers

0 commit comments

Comments
 (0)