diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7b5e517..36fc9f0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,12 +2,12 @@ # # To get started with Next.js see: https://nextjs.org/docs/getting-started # -name: Deploy Next.js site to Pages +name: "docs" on: # Runs on pushes targeting the path push: - #branches: ["main"] + branches: ["main"] paths: ["docs/**"] # Allows you to run this workflow manually from the Actions tab diff --git a/docs/src/app/guides/examples/page.mdx b/docs/src/app/guides/examples/page.mdx index fbc564f..30e706b 100644 --- a/docs/src/app/guides/examples/page.mdx +++ b/docs/src/app/guides/examples/page.mdx @@ -1,7 +1,6 @@ export const metadata = { title: 'Examples', - description: - 'TODO', + description: 'TODO', } # Examples @@ -10,16 +9,18 @@ TODO {{ className: 'lead' }} ## Create a chat completion -TODO - - +TODO. ## Advanced examples -Above you learned a simple yet powerful example on how you can use ⚡Edgen to power your app. +Above you learned a simple yet powerful example on how you can use ⚡Edgen to power your app.
-