Skip to content

Commit

Permalink
docs: add nodejs doc entry to website
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <[email protected]>
  • Loading branch information
suyanhanx committed Mar 16, 2023
1 parent 6c43595 commit b2c0ea3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Copy docs into build
run: |
cp -r ./bindings/nodejs/docs ./website/static/docs/js
cp -r ./bindings/nodejs/docs ./website/static/docs/nodejs
# Build website ---------------------------------------------------
- name: Install Dependencies
Expand Down
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ const config = {
label: 'Rust',
to: 'https://opendal.databend.rs/docs/rust/opendal/'
},
{
label: 'Node.js',
to: 'https://opendal.databend.rs/docs/nodejs/'
},
]
},
{
Expand Down

0 comments on commit b2c0ea3

Please sign in to comment.