Skip to content

Commit

Permalink
docs: adjust docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Aug 23, 2024
1 parent e884ddc commit c4eb46c
Show file tree
Hide file tree
Showing 128 changed files with 1,272 additions and 4,548 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
- name: Build
run: pnpm build

- name: Generate Documentation
if: github.ref == 'refs/heads/main'
run: pnpm run generate-docs

- name: Commit and Push Documentation
if: github.ref == 'refs/heads/main'
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To build all apps and packages, run the following command:

```
cd js-monorepo
pnpm build
turbo build
```

### Develop
Expand All @@ -44,7 +44,7 @@ To develop all apps and packages, run the following command:

```
cd js-monorepo
pnpm dev
turbo dev
```

Note: use `pnpm dev --log-order stream` for a more traditional log output.
Expand Down
10 changes: 1 addition & 9 deletions apps/customer/app/test/page.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
'use client';
import {
ChangeEvent,
FormEvent,
useContext,
useEffect,
useRef,
useState,
} from 'react';
import { ChangeEvent, FormEvent, useContext, useEffect, useState } from 'react';
import Link from 'next/link';
import { useAccount, useChainId, useSignMessage } from 'wagmi';
import { ConnectButton } from '@rainbow-me/rainbowkit';
Expand All @@ -27,7 +20,6 @@ import {
useAddress,
useAddresses,
useAuth,
// useAuthContext,
useBalances,
useIBAN,
useIBANs,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c4eb46c

Please sign in to comment.