Skip to content

Commit 93ce3c9

Browse files
committed
chore: update paths to accommodate docs file needing to be in fern dir
1 parent c75e04c commit 93ce3c9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/actions/setup-docs/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ runs:
2222
- name: Copy docs to docs-site/account-kit and cd into docs-site
2323
shell: bash
2424
run: |
25-
mkdir -p docs-site/account-kit
26-
cp -r docs/* docs-site/account-kit/
25+
mkdir -p docs-site/fern/docs/account-kit
26+
cp -r docs/* docs-site/fern/docs/account-kit/
2727
2828
- name: Insert Account Kit docs.yml into docs-site/fern/docs.yml
2929
shell: bash
3030
run: |
3131
cd docs-site
32-
account-kit/scripts/insert-docs.sh
32+
fern/docs/account-kit/scripts/insert-docs.sh
3333
3434
- name: Install Fern CLI
3535
shell: bash

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To add or modify documentation content:
2323
To add new pages to navigation:
2424

2525
- Update the `navigation` section in `docs.yml`
26-
- Reference markdown files from `pages/` by path using `../account-kit/pages`
26+
- Reference markdown files from `pages/` by path using `docs/account-kit/pages`
2727

2828
### Images
2929

docs/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
experimental:
22
mdx-components:
3-
- ../account-kit/components
4-
- ../account-kit/shared
3+
- docs/account-kit/components
4+
- docs/account-kit/shared
55

66
navigation:
77
- tab: wallets
88
layout:
99
- section: Introduction
1010
contents:
1111
- page: Overview
12-
path: ../account-kit/pages/index.mdx
12+
path: docs/account-kit/pages/index.mdx
1313
# - link: Demo
1414
# href: https://demo.alchemy.com/
1515
# - section: Concepts

0 commit comments

Comments
 (0)