Add bilingual docs center and replace the guide modal
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function DocsIndexPage() {
|
||||
redirect("/docs/intro");
|
||||
}
|
||||
Reference in New Issue
Block a user