Skip to content

Commit

Permalink
Feat/docs workflow (#6)
Browse files Browse the repository at this point in the history
* chore: renamed docs workflow

* chore: updated docs workflow

* chore: updated docs workflow

* chore: finalized docs workflow
  • Loading branch information
francis2tm authored Jan 31, 2024
1 parent 281007a commit 592712e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 8 additions & 7 deletions docs/src/app/guides/examples/page.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export const metadata = {
title: 'Examples',
description:
'TODO',
description: 'TODO',
}

# Examples
Expand All @@ -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.

<div className="not-prose">
<Button href="https://github/edgenai/edgen/examples" variant="text" arrow="right">
<Button
href="https://github/edgenai/edgen/examples"
variant="text"
arrow="right"
>
<>Checkout more advanced examples</>
</Button>
</div>

0 comments on commit 592712e

Please sign in to comment.