Skip to content

Commit

Permalink
chore: fix dead link (#48)
Browse files Browse the repository at this point in the history
* chore: fix dead link

* fix: add doc building to verify workflow
  • Loading branch information
alexlwn123 authored Sep 27, 2024
1 parent 27d42ad commit e5fbbe4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,18 @@ jobs:
command: pnpm test
max_attempts: 3
timeout_seconds: 180

build-docs:
name: Build Docs
needs: lint
runs-on: ubuntu-latest

steps:
- name: Clone repository
uses: actions/checkout@v4

- name: Install dependencies
uses: ./.github/actions/install-deps

- name: Build Docs
run: pnpm docs:build
6 changes: 3 additions & 3 deletions docs/core/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ For a list of public federations with invite codes, visit [Bitcoin Mints](https:

## What's Next?

- To see the sdk in action, check out the [examples](../examples/index.md)
- To see the sdk in action, check out the [examples](../examples/vite-react.md)
- Vite + React: [`examples/vite-react`](../examples/vite-react.md)
- VanillaJS + HTML example: [`examples/bare-js`](../examples/bare-js.md)
- To learn more about @fedimint/core-web and how to use it effectively in your projects, explore the following topics:
- [Overview](overview)
- [API Reference](FedimintWallet/index)
- [Architecture](architecture)
- Vite + React: [`examples/vite-core`](https://github.com/fedimint/fedimint-web-sdk/tree/main/examples/vite-core) [(demo)](https://fedimint.github.io/fedimint-web-sdk/)
- VanillaJS + HTML example: [`examples/bare-js`](https://github.com/fedimint/fedimint-web-sdk/tree/main/examples/bare-js)

0 comments on commit e5fbbe4

Please sign in to comment.