Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat/workspaces_sub…
Browse files Browse the repository at this point in the history
…commands
  • Loading branch information
dtdang committed Oct 24, 2024
2 parents 763f86a + cdffb3c commit 5fb963f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 89 deletions.
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
89 changes: 0 additions & 89 deletions build_docs.py

This file was deleted.

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

0 comments on commit 5fb963f

Please sign in to comment.