From 32613ff26606fa025f297e7306e450cb395af28f Mon Sep 17 00:00:00 2001 From: Anant Dole Date: Tue, 4 Jun 2024 18:49:48 +0200 Subject: [PATCH] Fixed two errors --- docs/framework/authentication.mdx | 2 +- docs/framework/quickstart.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/authentication.mdx b/docs/framework/authentication.mdx index 0205d95ce..56f1f22da 100644 --- a/docs/framework/authentication.mdx +++ b/docs/framework/authentication.mdx @@ -150,7 +150,7 @@ writer.serve.register_auth(oidc, callback=callback) The default authentication error page look like this: - + _streamsync.auth.Unauthorized_ diff --git a/docs/framework/quickstart.mdx b/docs/framework/quickstart.mdx index b3776ed92..5520e8f8d 100644 --- a/docs/framework/quickstart.mdx +++ b/docs/framework/quickstart.mdx @@ -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