1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00

Merge pull request #17 from fineon/docker-build-warning

This commit is contained in:
Samuel 2021-11-21 10:13:38 +01:00 committed by GitHub
commit d0a9fee7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,9 @@ npm run start:bundle
### With Docker
!!! failure "Not Supported Currently"
Avoid using Docker build until further notice. The current build is faulty and will not build correctly. Instead, install using the terminal in the section "With Terminal".
Optionally if you want to use Docker:
```

View File

@ -28,5 +28,7 @@ theme:
- navigation.indexes
- navigation.top
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences