mdgart / pedestal-docs

Documentation for Pedestal.

Home Page:http://pedestal.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pedestal Docs Build Status

This is an open-source repository of documentation for the Pedestal libraries.

Contributing

If you wish to point out an issue in the site or propose a new page, you can do so by filing a GitHub issue at https://github.com/pedestal/pedestal-docs/issues

If you wish to make a contribution (typo, modification, or new content), see CONTRIBUTING.md.

Building the Site

The site is built using JBake. JBake 2.5.0 is required. Earlier versions don't work.

To install JBake 2.5.0-SNAPSHOT:

  • curl -O http://cdn.cognitect.com/clojure.org/jbake-2.5.0-SNAPSHOT-bin.zip (or download this file with your browser)
  • unzip -o jbake-2.5.0-SNAPSHOT-bin.zip
  • Add jbake-2.5.0-SNAPSHOT/bin to your system PATH

To build the site, you need side-by-side checkouts of Pedestal and Pedestal Docs.

Retrieve Pedestal and switch to a publicly-available version:

git clone https://github.com/pedestal/pedestal.git pedestal
cd pedestal
git checkout 0.5.1
cd .. # back out to the parent directory

To build the site:

Retrieve the content:

  • git clone https://github.com/pedestal/docs.git pedestal-docs (or your own fork)
  • cd pedestal-docs

Generate the pages:

To autogenerate the pages on change, we can use entr.

On Debian style Linux, install it with sudo apt install entr.

On Mac OS X with homebrew, install it with brew install entr

  • Install the command entr.
  • find content templates assets | entr jbake

Only Needed When Pedestal Changes

Create the autogenerated material

  • boot index-samples
  • script/gen-api-doc.sh

License

Copyright 2014-2016 Cognitect, Inc.

The use and distribution terms for this software are covered by the Eclipse Public License 1.0 which can be found in the file epl-v10.html at the root of this distribution.

By using this software in any fashion, you are agreeing to be bound by the terms of this license.

You must not remove this notice, or any other, from this software.

About

Documentation for Pedestal.

http://pedestal.io


Languages

Language:HTML 50.0%Language:JavaScript 21.1%Language:CSS 20.6%Language:Clojure 5.5%Language:FreeMarker 2.4%Language:Shell 0.4%