File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
.github/actions/setup-docs Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ runs:
22
22
- name : Copy docs to docs-site/account-kit and cd into docs-site
23
23
shell : bash
24
24
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/
27
27
28
28
- name : Insert Account Kit docs.yml into docs-site/fern/docs.yml
29
29
shell : bash
30
30
run : |
31
31
cd docs-site
32
- account-kit/scripts/insert-docs.sh
32
+ fern/docs/ account-kit/scripts/insert-docs.sh
33
33
34
34
- name : Install Fern CLI
35
35
shell : bash
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ To add or modify documentation content:
23
23
To add new pages to navigation:
24
24
25
25
- 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`
27
27
28
28
### Images
29
29
Original file line number Diff line number Diff line change 1
1
experimental :
2
2
mdx-components :
3
- - .. /account-kit/components
4
- - .. /account-kit/shared
3
+ - docs /account-kit/components
4
+ - docs /account-kit/shared
5
5
6
6
navigation :
7
7
- tab : wallets
8
8
layout :
9
9
- section : Introduction
10
10
contents :
11
11
- page : Overview
12
- path : .. /account-kit/pages/index.mdx
12
+ path : docs /account-kit/pages/index.mdx
13
13
# - link: Demo
14
14
# href: https://demo.alchemy.com/
15
15
# - section: Concepts
You can’t perform that action at this time.
0 commit comments