Add separate docs for v0.8/v1
This commit is contained in:
parent
3150f98fc8
commit
d511d447f7
61 changed files with 1620 additions and 58 deletions
10
docs/docker-compose.yml
Normal file
10
docs/docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
services:
|
||||
jekyll:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ".:/docs"
|
||||
working_dir: "/docs"
|
||||
ports:
|
||||
- 4000:4000
|
Loading…
Add table
Add a link
Reference in a new issue