Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Sep 1, 2023
1 parent c6c65c1 commit ed6b190
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 60 deletions.
39 changes: 0 additions & 39 deletions docs/docs/packages/packages.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/docs/tooling/tooling.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Create modules pages
for D in ../x/*; do
if [ -d "${D}" ]; then
MODDOC=docs/build/modules/$(basename "$D")
MODDOC=docs/build/modules/$(echo $D | awk -F/ '{print $NF}')
rm -rf $MODDOC
mkdir -p $MODDOC && cp -r $D/README.md "$_"
fi
Expand Down Expand Up @@ -36,7 +36,7 @@ cp -r ./architecture ./docs/build
cp -r ./spec ./docs/build

## Add rfc documentation
cp -r ./rfc ./docs/build
cp -r ./rfc ./docs/build/rfc

## Add SDK migration documentation
cp -r ../UPGRADING.md ./docs/build/migrations/02-upgrading.md

0 comments on commit ed6b190

Please sign in to comment.