Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 23, 2024
1 parent 24c3b94 commit b7a8f72
Show file tree
Hide file tree
Showing 65 changed files with 5,933 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=./latest/userguides/quickstart.html">
<meta http-equiv="refresh" content="0; URL=./stable/userguides/quickstart.html">
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified stable/.doctrees/environment.pickle
Binary file not shown.
4 changes: 4 additions & 0 deletions v0.6.2/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: b46fa637138fb600b9e344a8377fd2af
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added v0.6.2/.doctrees/commands/cluster.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/commands/run.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/environment.pickle
Binary file not shown.
Binary file added v0.6.2/.doctrees/index.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/methoddocs/exceptions.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/methoddocs/main.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/methoddocs/middlewares.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/methoddocs/runner.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/methoddocs/subscriptions.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/methoddocs/utils.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/userguides/development.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/userguides/platform.doctree
Binary file not shown.
Binary file added v0.6.2/.doctrees/userguides/quickstart.doctree
Binary file not shown.
31 changes: 31 additions & 0 deletions v0.6.2/_sources/commands/cluster.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Cloud Platform
==============

.. click:: silverback._cli:login
:prog: silverback login
:nested: none

.. click:: silverback._cli:cluster
:prog: silverback cluster
:nested: full
:commands: workspaces, new, list, info, health

.. click:: silverback._cli:vars
:prog: silverback cluster vars
:nested: full
:commands: new, list, info, update, remove

.. click:: silverback._cli:registry_auth
:prog: silverback cluster registry auth
:nested: full
:commands: new, list, info, update, remove

.. click:: silverback._cli:bots
:prog: silverback cluster bots
:nested: full
:commands: new, list, info, update, remove, health, start, stop, logs, errors

.. click:: silverback._cli:pay
:prog: silverback cluster pay
:nested: full
:commands: create, add-time, cancel
10 changes: 10 additions & 0 deletions v0.6.2/_sources/commands/run.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Local Development
=================

.. click:: silverback._cli:run
:prog: silverback run
:nested: none

.. click:: silverback._cli:worker
:prog: silverback worker
:nested: none
1 change: 1 addition & 0 deletions v0.6.2/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. dynamic-toc-tree::
7 changes: 7 additions & 0 deletions v0.6.2/_sources/methoddocs/exceptions.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# silverback.exceptions

```{eval-rst}
.. automodule:: silverback.exceptions
:members:
:show-inheritance:
```
10 changes: 10 additions & 0 deletions v0.6.2/_sources/methoddocs/main.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# silverback.main

The `silverback.main` module contains the high-level implementation of the the user's
Silverback application, meant to be used to expose method handlers and other functionality.

```{eval-rst}
.. automodule:: silverback.main
:members:
:show-inheritance:
```
10 changes: 10 additions & 0 deletions v0.6.2/_sources/methoddocs/middlewares.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# silverback.middlewares

The `silverback.middlewares` module contains middleware intended to improve the usability of
silverback as a whole, and add integrations for the silverback platform as well.

```{eval-rst}
.. automodule:: silverback.middlewares
:members:
:show-inheritance:
```
10 changes: 10 additions & 0 deletions v0.6.2/_sources/methoddocs/runner.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# silverback.runner

The `silverback.runner` module contains implementations for running Silverback apps in a variety
of different scenarios and trigger methods.

```{eval-rst}
.. automodule:: silverback.runner
:members:
:show-inheritance:
```
10 changes: 10 additions & 0 deletions v0.6.2/_sources/methoddocs/subscriptions.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# silverback.subscriptions

The `silverback.subscriptions` module contains an implementation of a Websocket subscription queue,
used for connected to an RPC node via websockets that implements the `eth_subscribe` RPC method.

```{eval-rst}
.. automodule:: silverback.subscriptions
:members:
:show-inheritance:
```
7 changes: 7 additions & 0 deletions v0.6.2/_sources/methoddocs/utils.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# silverback.utils

```{eval-rst}
.. automodule:: silverback.utils
:members:
:show-inheritance:
```
Loading

0 comments on commit b7a8f72

Please sign in to comment.