Skip to content

Commit

Permalink
docs: flesh out module docs (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-stride authored Dec 10, 2022
1 parent 87f7e6d commit a37a56d
Show file tree
Hide file tree
Showing 42 changed files with 1,562 additions and 951 deletions.
16 changes: 11 additions & 5 deletions readme-docs/gather-docs.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
for f in $(find "./x" -type f -name "*.md" \ # -not -path "deps/*"
-not -path "scripts/*" \
-not -path "readme-docs/*"
)
#!/bin/bash
for f in $(find "./x" \
-type f \
-name "*.md" )
# -not -path "scripts/*" \
# -not -path "readme-docs/*"\
# )
do
echo $f
cp $f readme-docs/md
start=$(echo $f | cut -d'/' -f3- | cut -d/ -f1)
filename=$(echo $f | cut -d'/' -f3- | cut -d/ -f2)
newfilename=$start"_"$filename
cp $f readme-docs/md/$newfilename
done
21 changes: 0 additions & 21 deletions readme-docs/md/01_concepts.md

This file was deleted.

51 changes: 0 additions & 51 deletions readme-docs/md/02_state.md

This file was deleted.

38 changes: 0 additions & 38 deletions readme-docs/md/03_end_epoch.md

This file was deleted.

20 changes: 0 additions & 20 deletions readme-docs/md/03_events.md

This file was deleted.

30 changes: 0 additions & 30 deletions readme-docs/md/04_keeper.md

This file was deleted.

37 changes: 0 additions & 37 deletions readme-docs/md/04_params.md

This file was deleted.

22 changes: 0 additions & 22 deletions readme-docs/md/05_events.md

This file was deleted.

18 changes: 0 additions & 18 deletions readme-docs/md/05_react_hooks.md

This file was deleted.

48 changes: 0 additions & 48 deletions readme-docs/md/06_queries.md

This file was deleted.

39 changes: 0 additions & 39 deletions readme-docs/md/07_params.md

This file was deleted.

Loading

0 comments on commit a37a56d

Please sign in to comment.