You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,15 @@ DB->>CI: Bulk-transact all datoms
32
32
CI->>RE: Zip and Publish
33
33
```
34
34
35
+
# Config `resources/config.edn`
36
+
This file has two main functions:
37
+
-`:db` key is defined where the datalevin files will be placed.
38
+
-`:deps` key is defined which libraries will be downloaded, parsed and indexed in the database
39
+
- This configuration is made using the same [clojure.tools.deps's git coordinates](https://clojure.org/reference/deps_edn#deps_git) with some extra keys:
40
+
-`:project/group` use to overide the project group, currently extracted from the lib ORG
41
+
-`:deps/manifest :deps` since we use tools.deps we need to set this on pure lein projects to force the download of the lib.
42
+
-`:project/source-paths` if a lein lib uses `:source-paths`, like reitit, we need to add this information here to indicate to clj-kondo where are the files to analyze.
43
+
35
44
# Using
36
45
Go to this github [release page](https://github.com/clj-codes/docs.extractor/releases), download and unzip the `docs-db.zip` file.
0 commit comments