Skip to content

Commit

Permalink
[website] Add some links and images
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Oct 12, 2021
1 parent cdcb5ad commit 46669bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/about/what-is-vcontainer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ using (LifetimeScope.Enqueue(builder =>
}
```

See [scoping](../scoping/lifetime-overview) for more information.

## UniTask

```csharp
Expand All @@ -231,6 +233,14 @@ public class FooController : IAsyncStartable
builder.RegisterEntryPoint<FooController>();
```

See [integration](../integrations/unitask) for more information.

## Diagnostics Window

![](../diagnostics/assets/screenshot_diagnostics_window.png)

See [diagnostics](../diagnostics/diagnostics-window) for more information.

## Getting Started

- [Installation](../getting-started/installation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,15 @@ builder.RegisterEntryPoint<FooController>();
- くわしくは:
- [VContainer + UniTask](/integrations/unitask)

## Diagnostics

Unityエディタ上で動作するデバッグツールが同梱されています。

![](../diagnostics/assets/screenshot_diagnostics_window.png)

- くわしくは:
- [VContainer Diagnostics Window](/diagnostics/diagnostics-window)

## Getting Started

- [インストール](/getting-started/installation)
Expand Down

0 comments on commit 46669bd

Please sign in to comment.