updated docs

This commit is contained in:
Amith Koujalgi
2023-12-30 23:10:50 +05:30
parent 70b136c9fc
commit f4d8671922
8 changed files with 1191 additions and 15 deletions

View File

@@ -10,4 +10,10 @@ it:
list-releases:
curl 'https://central.sonatype.com/api/internal/browse/component/versions?sortField=normalizedVersion&sortDirection=asc&page=0&size=12&filter=namespace%3Aio.github.amithkoujalgi%2Cname%3Aollama4j' \
--compressed \
--silent | jq '.components[].version'
--silent | jq '.components[].version'
build-docs:
npm i --prefix docs && npm run build --prefix docs
start-docs:
npm i --prefix docs && npm run start --prefix docs