Added roadmap section.
This commit is contained in:
parent
67fb9511bb
commit
76b38a17da
2 changed files with 11 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -23,5 +23,5 @@ jobs:
|
||||||
- uses: 40ants/build-docs@v1
|
- uses: 40ants/build-docs@v1
|
||||||
with:
|
with:
|
||||||
asdf-system: docs
|
asdf-system: docs
|
||||||
ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}
|
# ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||||
|
|
||||||
|
|
11
docs.lisp
11
docs.lisp
|
@ -18,7 +18,8 @@ and [Qlot](https://github.com/fukamachi/qlot) inside the Github CI.
|
||||||
"
|
"
|
||||||
(@features section)
|
(@features section)
|
||||||
(@typical-usage section)
|
(@typical-usage section)
|
||||||
(@ql-file section))
|
(@ql-file section)
|
||||||
|
(@roadmap section))
|
||||||
|
|
||||||
|
|
||||||
(defsection @features (:title "What this action does for you?")
|
(defsection @features (:title "What this action does for you?")
|
||||||
|
@ -142,3 +143,11 @@ Also note, it is using [Djula](https://github.com/mmontone/djula)
|
||||||
markup, similar to [Django](https://docs.djangoproject.com/en/3.1/topics/templates/)
|
markup, similar to [Django](https://docs.djangoproject.com/en/3.1/topics/templates/)
|
||||||
and [Jinja2](https://jinja.palletsprojects.com/).
|
and [Jinja2](https://jinja.palletsprojects.com/).
|
||||||
")
|
")
|
||||||
|
|
||||||
|
|
||||||
|
(defsection @roadmap (:title "Roadmap")
|
||||||
|
"
|
||||||
|
- Make action use caching to speedup dependencies installation.
|
||||||
|
- Support [CLPM](https://gitlab.common-lisp.net/clpm/clpm).
|
||||||
|
- Vendor all dependencies, to make action more reliable and secure.
|
||||||
|
")
|
||||||
|
|
Loading…
Reference in a new issue