Skip to content

Commit 3659d01

Browse files
anaptfoxRaúl Barroso
and
Raúl Barroso
authored
Generate docs for web (#122)
* update gen-docs to include frontmatter * make docs/web for web version of docs * add docs/web folder * refactor: Generation docs Co-authored-by: Raúl Barroso <[email protected]>
1 parent 9bdf51e commit 3659d01

File tree

81 files changed

+1556
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1556
-17
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ test:
1919

2020
.PHONY: docs
2121
docs:
22-
rm -rf docs/cmd && mkdir docs/cmd
22+
rm -rf docs/cmd && mkdir -p docs/cmd/{md,www}
2323
rm -rf etc && mkdir -p etc/man/man1 && mkdir -p etc/completion
2424
go run gen-docs/main.go

README.md

+1-1

docs/cmd/www/meroxa-add-resource.md

+53

docs/cmd/www/meroxa-add.md

+31

docs/cmd/www/meroxa-api.md

+42

docs/cmd/www/meroxa-billing.md

+34

docs/cmd/www/meroxa-completion.md

+68

docs/cmd/www/meroxa-connect.md

+54
+52

0 commit comments

Comments
 (0)