Skip to content

Commit

Permalink
rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Nov 14, 2024
1 parent 67c276c commit 63325f9
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 195 deletions.
15 changes: 0 additions & 15 deletions docs/tryorama.conductoroptions.dpkinetworkseed.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/tryorama.conductoroptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,6 @@ URL
_(Optional)_ A bootstrap server URL for peers to discover each other.


</td></tr>
<tr><td>

[dpkiNetworkSeed?](./tryorama.conductoroptions.dpkinetworkseed.md)


</td><td>


</td><td>

NetworkSeed


</td><td>

_(Optional)_ Set a DPKI network seed in the conductor instance.

Defaults to "deepkey-test".


</td></tr>
<tr><td>

Expand All @@ -92,25 +71,6 @@ Defaults to "deepkey-test".
_(Optional)_ The network type the conductor should use.


</td></tr>
<tr><td>

[noDpki?](./tryorama.conductoroptions.nodpki.md)


</td><td>


</td><td>

boolean


</td><td>

_(Optional)_ Disable DPKI in the conductor instance.


</td></tr>
<tr><td>

Expand Down
13 changes: 0 additions & 13 deletions docs/tryorama.conductoroptions.nodpki.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/tryorama.createconductoroptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Options for using the conductor factory.
**Signature:**

```typescript
export type CreateConductorOptions = Pick<ConductorOptions, "bootstrapServerUrl" | "networkType" | "noDpki" | "dpkiNetworkSeed" | "timeout">;
export type CreateConductorOptions = Pick<ConductorOptions, "bootstrapServerUrl" | "networkType" | "timeout">;
```
**References:** [ConductorOptions](./tryorama.conductoroptions.md)

13 changes: 0 additions & 13 deletions docs/tryorama.trycpconductoroptions.dpkinetworkseed.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/tryorama.trycpconductoroptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,6 @@ Description
</th></tr></thead>
<tbody><tr><td>

[dpkiNetworkSeed?](./tryorama.trycpconductoroptions.dpkinetworkseed.md)


</td><td>


</td><td>

string


</td><td>

_(Optional)_ Set a DPKI network seed.


</td></tr>
<tr><td>

[id?](./tryorama.trycpconductoroptions.id.md)


Expand Down Expand Up @@ -92,27 +73,6 @@ _(Optional)_ Log level of the conductor (optional).
default: "error"


</td></tr>
<tr><td>

[noDpki?](./tryorama.trycpconductoroptions.nodpki.md)


</td><td>


</td><td>

boolean


</td><td>

_(Optional)_ Disable DPKI in the conductor instance.

default: false // defaults to using DPKI


</td></tr>
<tr><td>

Expand Down
15 changes: 0 additions & 15 deletions docs/tryorama.trycpconductoroptions.nodpki.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/tryorama.trycpscenario.dpkinetworkseed.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/tryorama.trycpscenario.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,6 @@ URL \| undefined
</td><td>


</td></tr>
<tr><td>

[dpkiNetworkSeed](./tryorama.trycpscenario.dpkinetworkseed.md)


</td><td>


</td><td>

string


</td><td>


</td></tr>
<tr><td>

Expand All @@ -138,23 +121,6 @@ string
</td><td>


</td></tr>
<tr><td>

[noDpki](./tryorama.trycpscenario.nodpki.md)


</td><td>


</td><td>

boolean


</td><td>


</td></tr>
<tr><td>

Expand Down
11 changes: 0 additions & 11 deletions docs/tryorama.trycpscenario.nodpki.md

This file was deleted.

2 changes: 0 additions & 2 deletions ts/src/local/scenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ export class Scenario {
const conductor = await createConductor(this.signalingServerUrl, {
timeout: this.timeout,
bootstrapServerUrl: this.bootstrapServerUrl,
noDpki: this.noDpki,
dpkiNetworkSeed: this.noDpki ? "" : this.dpkiNetworkSeed,
});
this.conductors.push(conductor);
return conductor;
Expand Down

0 comments on commit 63325f9

Please sign in to comment.