Skip to content

Commit

Permalink
Fixed two errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anant-writer committed Jun 4, 2024
1 parent ccd4ba6 commit 32613ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/framework/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ writer.serve.register_auth(oidc, callback=callback)

The default authentication error page look like this:

<img src="./framework/images/auth_unauthorized_default.png" />
<img src="/framework/images/auth_unauthorized_default.png" />

_streamsync.auth.Unauthorized_

Expand Down
2 changes: 1 addition & 1 deletion docs/framework/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ writer create testapp
A Framework app is a folder with the following items.

1. `main.py` - The entry point for the app. You can import anything you need from here.
2. `ui.json` - Contains the UI component declarations. Maintained by the , the framework's visual editor.
2. `ui.json` - Contains the UI component declarations. Maintained by the Writer Framework's visual editor.
3. `static/` - This folder contains front-end static files which you might want to distribute with your app. For example, images and stylesheets.

## Start the editor
Expand Down

0 comments on commit 32613ff

Please sign in to comment.