doc: Adopters list in README (#252)
Adds a list of most popular projects using avo, based on Github Stars. Auto-generated from the third-party packages list using docgen. Updates #101
This commit is contained in:
committed by
GitHub
parent
956d98e549
commit
57ea8119b7
@@ -3,7 +3,8 @@
|
||||
# Generate some specific files with docgen.
|
||||
go install ./internal/cmd/docgen
|
||||
|
||||
docgen -type readme -output README.md
|
||||
pkgs="tests/thirdparty/packages.json"
|
||||
docgen -pkgs "${pkgs}" -type readme -output README.md
|
||||
|
||||
# Process simple file embeddings with embedmd.
|
||||
find . -name '*.md' | xargs embedmd -w
|
||||
|
||||
Reference in New Issue
Block a user