Skip to content

Commit

Permalink
Attempt to add dependency on reblocks/doc/example.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Dec 12, 2023
1 parent 88d89ec commit 24f848c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/index.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
(:use #:cl)
(:import-from #:40ants-doc
#:defsection)
(:import-from #:reblocks)
(:import-from #:reblocks/doc/example
#:defexample)
(:import-from #:docs-config
Expand Down
6 changes: 6 additions & 0 deletions reblocks-ui-docs.asd
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
:description "Documentation for Reblocks UI widgets."
:homepage "https://40ants.com/reblocks-ui/"
:source-control (:git "https://github.com/40ants/reblocks-ui"))


(asdf:register-system-packages "reblocks"
'("REBLOCKS/DOC/EXAMPLE"))


0 comments on commit 24f848c

Please sign in to comment.