All Projects → pedestal → pedestal-docs

pedestal / pedestal-docs

Licence: other
Documentation for Pedestal.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
clojure
4091 projects
FreeMarker
481 projects
shell
77523 projects

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.8
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 auto-generated material:

  • script/gen-api-doc.sh

License

Copyright 2014-2021 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].