Skip to content

Commit

Permalink
Merge pull request #316 from hadashiA/ku/website/add-links
Browse files Browse the repository at this point in the history
[website] Add some links and images
  • Loading branch information
hadashiA authored Oct 12, 2021
2 parents cdcb5ad + 46669bd commit 69d5c3a
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

1 comment on commit 69d5c3a

@vercel
Copy link

@vercel vercel bot commented on 69d5c3a Oct 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.