Skip to content

Commit

Permalink
docs: fix generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed May 1, 2024
1 parent 3ec0ad0 commit 552e28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cp CONTRIBUTING.md docs/contributing.md

# README is located on the root of the project, and index is inside of docs
# so wee need to replace ./docs/assets references with ./assets
sed 's/\.\/docs\/assets/\.\/assets/g' docs/index.md
sed -i 's/\.\/docs\/assets/\.\/assets/g' docs/index.md


# Generate Dokka documentation for the project
Expand Down

0 comments on commit 552e28c

Please sign in to comment.