doc: add page on light clients (#24647)

* Add light client page

* Rm gemfile.lock

* add section on ulc

* update compose file syntax
This commit is contained in:
Sina Mahmoodi
2022-04-08 00:15:47 +02:00
committed by GitHub
parent 19a364cbe8
commit 6884134935
4 changed files with 57 additions and 317 deletions

View File

@ -1,7 +1,8 @@
jekyll:
image: jekyll/jekyll:latest
command: jekyll serve --watch --incremental
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
services:
jekyll:
image: jekyll/jekyll:latest
command: jekyll serve --watch --incremental
ports:
- 4000:4000
volumes:
- .:/srv/jekyll