Skip to content

Commit

Permalink
Merge pull request #692 from samjulien/fix-intro-bb-images
Browse files Browse the repository at this point in the history
docs: Fix image URLs in Intro and Builder Basics
  • Loading branch information
ramedina86 authored Dec 16, 2024
2 parents 96b3378 + a06cff8 commit a953ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/framework/builder-basics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ You can switch modes between _User Interface_, _Code_ and _Preview_ using the bu

### User Interface

![Framework Builder - Mode: User Interface](/framework/images/builder-basics.ui.png#framework)
![Framework Builder - Mode: User Interface](/framework/images/builder-basics.ui.png)

The default mode. Allows you to focus on building the interface.

### Code

![Framework Builder - Mode: Code](/framework/images/builder-basics.code.png#framework)
![Framework Builder - Mode: Code](/framework/images/builder-basics.code.png)

This mode displays the **code editor** and the **application log**, while still allowing you to access the _Component Tree_ and _Settings_.

Expand All @@ -35,7 +35,7 @@ This mode displays the **code editor** and the **application log**, while still

### Preview

![Framework Builder - Mode: Preview](/framework/images/builder-basics.preview.png#framework)
![Framework Builder - Mode: Preview](/framework/images/builder-basics.preview.png)

The _Preview_ mode shows the application exactly like the user will see it. It allocates the whole width of the viewport to the app.

Expand Down
2 changes: 1 addition & 1 deletion docs/framework/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Introduction"

The Writer Framework lets you build feature-rich apps by using a drag-and-drop visual editor called **the Builder** and writing the back-end code in Python. It's fast and flexible, with clean, easy-to-test syntax. It provides separation of concerns between UI and business logic, enabling more complex apps.

![Framework Builder screenshot](/framework/public/builder.png#framework)
![Framework Builder screenshot](/framework/public/builder.png)

Build AI apps with the Writer Framework when:

Expand Down

0 comments on commit a953ee9

Please sign in to comment.