Skip to content

Commit 23cecce

Browse files
committed
Comment out Actors until completed
1 parent ea95037 commit 23cecce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

daprdocs/content/en/js-sdk-docs/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ The Dapr JS SDK will allow you to interface with the Dapr process that abstracts
1616
<a href="{{< ref js-client >}}" class="stretched-link"></a>
1717
</div>
1818
</div>
19-
<div class="card">
19+
<!-- <div class="card">
2020
<div class="card-body">
2121
<h5 class="card-title"><b>Actors</b></h5>
2222
<p class="card-text">Create virtual actors with state, reminders/timers, and methods in JavaScript.</p>
2323
<a href="{{< ref js-actors >}}" class="stretched-link"></a>
2424
</div>
25-
</div>
25+
</div> -->
2626
<div class="card">
2727
<div class="card-body">
2828
<h5 class="card-title"><b>Examples</b></h5>
2929
<p class="card-text">Clone the JavaScript SDK repo and try out some of the examples and get started quickly.</p>
3030
<a href="https://github.com/dapr/js-sdk/blob/master/documentation/examples.md" class="stretched-link"></a>
3131
</div>
3232
</div>
33-
</div>
33+
<!-- </div> -->

daprdocs/content/en/js-sdk-docs/js-actors/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
<!-- ---
22
type: docs
3-
title: "JavaScript SDK for Actors"
3+
# title: "JavaScript SDK for Actors"
44
linkTitle: "Actors"
55
weight: 1000
66
description: JavaScript SDK package for Actors
@@ -46,4 +46,4 @@ async function start() {
4646
console.log(`Registered Actor Types: ${JSON.stringify(resRegisteredActors)}`);
4747
```
4848
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 >}}). -->

0 commit comments

Comments
 (0)