update documentation, remove tabs

This commit is contained in:
David Botton 2022-07-18 22:26:37 -04:00
parent 2c9ce0864f
commit 25a9462f1f
84 changed files with 2163 additions and 2278 deletions

View file

@ -9,4 +9,3 @@
:serial t
:depends-on (#:clog)
:components ((:file "hello-clog")))

View file

@ -9,6 +9,6 @@
(defun start-app ()
(initialize 'on-new-window
:static-root (merge-pathnames "./www/"
(asdf:system-source-directory :hello-clog)))
:static-root (merge-pathnames "./www/"
(asdf:system-source-directory :hello-clog)))
(open-browser))