isaksky / 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.

Get Started with Pedestal

Read Pedestal Docs

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.

See the JBake download site for installation instructions.

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.4
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:

  • jbake -b -s - this will create the static site in the output directory, start a web server and watch for changes. The local site is available at http://localhost:8820/index.

Only Needed When Pedestal Changes

Create the autogenerated material

  • clj -m samples
  • script/gen-api-doc.sh

License

Copyright 2014-2019 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 51.4%Language:JavaScript 19.6%Language:CSS 19.6%Language:Clojure 6.8%Language:FreeMarker 2.3%Language:Shell 0.4%Language:Dockerfile 0.0%