forked from ringcentral/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Justin Merrell edited this page Jun 2, 2021
·
4 revisions
This wiki is to document the implementation pipeline specifically for the Recursion.Space API docs. For general slate framework documentation refer to their repository wiki.
The recommended method of using slate is with docker, binding the source folder to the container.
docker pull slatedocs/slate
docker run --rm --name slate -p 4567:4567 -v {Drive Letter}:/{directory path}/source:/srv/slate/source slatedocs/slate serve
From within the docker command line build the project.
bundle exec middleman build --clean
Then copy the build folder to the source folder is it is easily accessed from outside the container.
cp -r build source/