Liking cljdoc? Tell your friends :D

cljdoc.server.ingest

A collection of small helpers to ingest data provided via API analysis or Git repositories into the database (see cljdoc.storage.api)

A collection of small helpers to ingest data provided via API analysis
or Git repositories into the database (see [[cljdoc.storage.api]])
raw docstring

ingest-cljdoc-ednclj

(ingest-cljdoc-edn storage
                   {:keys [codox group-id artifact-id version] :as cljdoc-edn})

Store all the API-related information in the passed cljdoc-edn data

Store all the API-related information in the passed `cljdoc-edn` data
sourceraw docstring

ingest-git!clj

(ingest-git! storage
             {:keys [project version scm-url local-scm pom-revision] :as repo})

Analyze the git repository repo and store the result in storage

Analyze the git repository `repo` and store the result in `storage`
sourceraw docstring

scm-infoclj

(scm-info pom-url)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close