Skip to content

Commit 8de99ab

Browse files
authored
Merge branch 'main' into sj/slugs-and-redirects
2 parents 507613b + 6651bc0 commit 8de99ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+16247
-5942
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Mark generated API specs as generated files
22
build/**/*.json linguist-generated=true
3+
4+
fern/dist/** linguist-generated=true

.github/actions/publish-fern/action.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,22 @@ outputs:
2727
runs:
2828
using: "composite"
2929
steps:
30+
- name: Install pnpm
31+
uses: pnpm/action-setup@v4
32+
with:
33+
version: 10.9.0
34+
run_install: false
35+
3036
- name: Install Fern
3137
shell: bash
32-
run: npm install -g fern-api
33-
38+
run: pnpm install -g fern-api
39+
3440
- name: Build custom app
3541
shell: bash
3642
run: |
37-
cd custom-app
38-
npm install
39-
npm run build
43+
cd footer
44+
pnpm install
45+
pnpm run build
4046
4147
- name: Start deployment
4248
uses: bobheadxi/deployments@v1

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
.DS_Store
2-
custom-app/node_modules
3-
41
# Dependency directories
52
node_modules/
63
/node_modules
@@ -30,3 +27,6 @@ yarn.lock
3027

3128
# vscode
3229
.vscode
30+
31+
# fern
32+
debug.log

custom-app/.prettierrc.cjs

Lines changed: 0 additions & 29 deletions
This file was deleted.

custom-app/src/assets/EnvelopeThin.tsx

Lines changed: 0 additions & 10 deletions
This file was deleted.

custom-app/src/assets/SuperchargedDark.tsx

Lines changed: 0 additions & 222 deletions
This file was deleted.

custom-app/src/assets/SuperchargedLight.tsx

Lines changed: 0 additions & 222 deletions
This file was deleted.

debug.log

Lines changed: 0 additions & 5291 deletions
This file was deleted.

fern/api-reference/data/portfolio-apis/portfolio-apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Portfolio APIs include *everything* you need to build a view of a user's assets:
2424

2525
Get in touch with us directly:
2626

27-
**Email**: [\[email protected\]](/cdn-cgi/l/email-protection#70141104115d03150206191315035d00021f1405130430111c1318151d095e131f1d)
27+
**Email**: data-services-product@alchemy.com

fern/api-reference/data/simplehash-migration-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For those affected by SimpleHash's API deprecation, Alchemy is offering 3 months
3535

3636
## Coming Soon
3737

38-
**If you're interested in any of the following please email [\[email protected\]](/cdn-cgi/l/email-protection#f89c998c99d58b9d8a8e919b9d8bd5888a979c8d9b8cb899949b909d9581d69b9795) to get access ASAP**
38+
**If you're interested in any of the following please email data-services-product@alchemy.com to get access ASAP**
3939

4040
* Token API and NFT API support for: BSC, Zora, Ronin, Lens Mainnet, Celo, Story Protocol, AnimeChain and more!
4141
* NFT Marketplace Data: Active Listings, NFT Sales, Sales Volumes, Floor Prices

0 commit comments

Comments
 (0)