If you'd like to check out what Slate is capable of, take a look at the sample docs
You're going to need:
- Linux or macOS — Windows may work, but is unsupported.
- Ruby, version 2.3.1 or newer
- Bundler — If Ruby is already installed, but the
bundlecommand doesn't work, just rungem install bundlerin a terminal.
Locally
# either run this to run locally
bundle install
bundle exec middleman server
# OR run this to run with vagrant
vagrant upUsing docker
docker-compose upYou can now see the docs at http://localhost:4567.
You can edit the documents by editing the following file: source/index/html.md
Run the following command to push the changes to https://docs.getslideapp.com/.
./deploy.sh