Skip to content

Commit

Permalink
Merge pull request #95 from provenance-io/aj/add-module-docs
Browse files Browse the repository at this point in the history
aj/add module docs
  • Loading branch information
webbushka authored Dec 2, 2023
2 parents 50557d4 + 5e8e5cd commit bebca1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sync_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ for version in "${VERSIONS[@]}"; do
done

# Add modules page list

cat ../x/README.md | sed 's/\/spec\//\//g' > ./sdk/README.md
echo -e "---\nsidebar_position: 0\n---\n\n$(cat ./sdk/README.md)" > ./sdk/README.md

for folder in "sdk"; do
if [ "$version" == "main" ]; then
Expand Down

0 comments on commit bebca1b

Please sign in to comment.