-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6b09fd
commit 74e3cdc
Showing
7 changed files
with
8,424 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |