Liking cljdoc? Tell your friends :D

Ping Gorilla Explore GitHub Actions status |pink-gorilla/gorilla-exploreClojars Project

  • Tools to explore (and load) the universe of Pink Gorilla documents.
  • This project is used in Notebook and Goldly.

notebook index

The indexer goes through selected github user repos and gists, and searches for .cljg files. Meta data will be extracted and the notebook is added to the index.

lein build-index
  • Notebooks that have part of the path "broken" will not be included.
  • After the index is rebuilt, the new indices have to be pushed to github.

UI demo

The demo runs a webserver on port 8001 and has the explorer on path "/explorer".

lein demo2

components

  • explorer: the notebook explorer web handler, and its web frontend.
  • document: a loader and displayer for notebooks (or other content) powered by files / github repo / github gist.
  • save-dialog: use it for save and save-as operations. Gets a storage, returns a storage.

Ideas

Can you improve this documentation? These fine people already did:
awb99, Andreas Steffan & clojurewb
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close