File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
daprdocs/content/en/js-sdk-docs Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ The Dapr JS SDK will allow you to interface with the Dapr process that abstracts
16
16
<a href="{{< ref js-client >}}" class="stretched-link"></a>
17
17
</div>
18
18
</div >
19
- <div class =" card " >
19
+ <!-- < div class="card">
20
20
<div class="card-body">
21
21
<h5 class="card-title"><b>Actors</b></h5>
22
22
<p class="card-text">Create virtual actors with state, reminders/timers, and methods in JavaScript.</p>
23
23
<a href="{{< ref js-actors >}}" class="stretched-link"></a>
24
24
</div>
25
- </div >
25
+ </div> -->
26
26
<div class =" card " >
27
27
<div class="card-body">
28
28
<h5 class="card-title"><b>Examples</b></h5>
29
29
<p class="card-text">Clone the JavaScript SDK repo and try out some of the examples and get started quickly.</p>
30
30
<a href="https://github.com/dapr/js-sdk/blob/master/documentation/examples.md" class="stretched-link"></a>
31
31
</div>
32
32
</div >
33
- </div >
33
+ <!-- < /div> -- >
Original file line number Diff line number Diff line change 1
- ---
1
+ <!-- ---
2
2
type: docs
3
- title : " JavaScript SDK for Actors"
3
+ # title: "JavaScript SDK for Actors"
4
4
linkTitle: "Actors"
5
5
weight: 1000
6
6
description: JavaScript SDK package for Actors
@@ -46,4 +46,4 @@ async function start() {
46
46
console.log(`Registered Actor Types: ${JSON.stringify(resRegisteredActors)}`);
47
47
```
48
48
49
- - For a full guide on actors visit [How-To: Use virtual actors in Dapr]({{< ref howto-actors.md >}}).
49
+ - For a full guide on actors visit [How-To: Use virtual actors in Dapr]({{< ref howto-actors.md >}}). -->
You can’t perform that action at this time.
0 commit comments