Added roadmap section.

This commit is contained in:
Alexander Artemenko 2021-02-16 17:46:40 +03:00
parent 67fb9511bb
commit 76b38a17da
2 changed files with 11 additions and 2 deletions

View file

@ -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 }}

View file

@ -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.
")