Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
python-version: "3.10"

- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install .[doc]

- name: Ape Docs
uses: apeworx/sphinx-ape@main
with:
Expand Down
1 change: 1 addition & 0 deletions docs/commands/cluster.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Cloud Platform
==============
CLI commands for interacting with the Silverback Platform.

.. click:: silverback._cli:login
:prog: silverback login
Expand Down
1 change: 1 addition & 0 deletions docs/commands/run.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Local Development
=================
CLI commands for local development of running Silverback bots and task workers.

.. click:: silverback._cli:run
:prog: silverback run
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.. dynamic-toc-tree::
:plugin-prefix: ape_
:commands:
- run
- cluster
Loading