Skip to content

Commit

Permalink
feat: add godoc2md generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 1, 2024
1 parent d6b09fd commit 74e3cdc
Show file tree
Hide file tree
Showing 7 changed files with 8,424 additions and 0 deletions.
1,402 changes: 1,402 additions & 0 deletions docs/abroot.md

Large diffs are not rendered by default.

1,402 changes: 1,402 additions & 0 deletions docs/cmd.md

Large diffs are not rendered by default.

1,402 changes: 1,402 additions & 0 deletions docs/core.md

Large diffs are not rendered by default.

1,402 changes: 1,402 additions & 0 deletions docs/extras.md

Large diffs are not rendered by default.

1,402 changes: 1,402 additions & 0 deletions docs/settings.md

Large diffs are not rendered by default.

1,402 changes: 1,402 additions & 0 deletions docs/tests.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bib/sh

if [ $(basename $(pwd)) == "docs" ]; then
cd ..
fi

godoc2md github.com/vanilla-os/abroot/core > docs/abroot.md
godoc2md github.com/vanilla-os/abroot/core > docs/core.md
godoc2md github.com/vanilla-os/abroot/core > docs/cmd.md
godoc2md github.com/vanilla-os/abroot/core > docs/extras.md
godoc2md github.com/vanilla-os/abroot/core > docs/settings.md
godoc2md github.com/vanilla-os/abroot/core > docs/tests.md

0 comments on commit 74e3cdc

Please sign in to comment.