parent
556f93ad24
commit
8ff40f4094
site/pages
|
@ -1,4 +1,12 @@
|
|||
---
|
||||
title: Page 2
|
||||
---
|
||||
|
||||
|
||||
```dockerfile
|
||||
FROM alpine:latest
|
||||
|
||||
apk add python3 py-mkdocs
|
||||
```
|
||||
|
||||
This is page two
|
||||
|
|
Loading…
Reference in New Issue