Revert breaking docs changes and add disclaimers for new features until 1.5 on Cloud

This commit is contained in:
Vincent (Wen Yu) Ge
2024-03-11 10:56:25 +01:00
parent 549424e6e2
commit 333a0d5a6f
75 changed files with 410 additions and 559 deletions

View File

@@ -2,5 +2,5 @@ import { redirect } from '@sveltejs/kit';
import type { PageLoad } from './$types';
export const load: PageLoad = async () => {
redirect(303, '/docs/tutorials/refine/step-1');
throw redirect(303, '/docs/tutorials/refine/step-1');
};