The transaction process action reference in
src/docs/references/transaction-process-actions/index.md is updated
from the
sharetribe-custom
repository's transaction process action documentation. To make the
update, you need to run the following commands in that repository.
-
Run the command
clj -A:dev:test:buildto start a REPL against the repository. -
Copy the contents of the action_doc.clj file and paste them in the REPL.
-
Run one of the following commands.
;;Run the following, and copy the output from terminal to Docs site.
(println (extract-section-docs action-nss))
;; OR
;; Run the following, and copy the output from action-doc.md file to Docs site.
(spit "action-doc.md" (extract-section-docs action-nss))- Copy the output and paste it in
src/docs/references/transaction-process-actions/index.md. Double check the diff to see the changes being made, and format accordingly where necessary.