docs: updated docs with new base url, content, styles

This commit is contained in:
Waleed Latif
2025-04-11 22:08:15 -07:00
parent bace01fe56
commit cec30d07f6
16 changed files with 56 additions and 48 deletions

View File

@@ -9,12 +9,7 @@ const config = {
return [
{
source: "/",
destination: "/docs/introduction",
permanent: true,
},
{
source: "/docs",
destination: "/docs/introduction",
destination: "/introduction",
permanent: true,
},
];