Skip to content

Commit

Permalink
Polish getting started docs (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: Davor Runje <[email protected]>
  • Loading branch information
harishmohanraj and davorrunje authored Sep 25, 2024
1 parent 8758c98 commit 7dad59e
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions docs/docs/en/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,23 @@ Next, define your FastAgency application. This ties together your workflow and t

## Complete Application Code

<details>
<summary>Console</summary>
```python
{! docs_src/getting_started/main_console.py!}
```
</details>
=== "Console"

<details>
<summary>Mesop</summary>
```python
{! docs_src/getting_started/main_mesop.py!}
```
</details>
<details>
<summary>Console</summary>
```python
{!> docs_src/getting_started/main_console.py !}
```
</details>

=== "Mesop"

<details>
<summary>Mesop</summary>
```python
{!> docs_src/getting_started/main_mesop.py !}
```
</details>

### Run Application

Expand Down

0 comments on commit 7dad59e

Please sign in to comment.