diff --git a/web/docs/page.mdx b/web/docs/page.mdx index 196bc53..b303e2d 100644 --- a/web/docs/page.mdx +++ b/web/docs/page.mdx @@ -18,7 +18,7 @@ The file format has a supporting toolchain with a VS Code extension and runtimes The tooling comes together in three ways: the *prompty file asset*, the *VS Code extension tool*, and *runtimes* in multiple programming languges. ## The Prompty File Format -Prompty is a language agnostic prompt asset for creating prompts and engineering the responses. Learn more about the format [here](prompty-file-spec/page.mdx). +Prompty is a language agnostic prompt asset for creating prompts and engineering the responses. Learn more about the format [here](/docs/prompty-file-spec). ## The Prompty VS Code Extension Run Prompty files directly in VS Code. This Visual Studio Code extension offers an intuitive prompt playground within VS Code to streamline the prompt engineering process. You can find the Prompty extension in the Visual Studio Code Marketplace. diff --git a/web/public/next.svg b/web/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/web/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/public/vercel.svg b/web/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/web/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/src/app/docs/[[...slug]]/page.tsx b/web/src/app/docs/[[...slug]]/page.tsx index 22bbe58..fe8d2ea 100644 --- a/web/src/app/docs/[[...slug]]/page.tsx +++ b/web/src/app/docs/[[...slug]]/page.tsx @@ -160,10 +160,10 @@ export default async function Page({ params }: Props) {
-
+
-
+
{metadata.title}