Giter VIP home page Giter VIP logo

cljdoc's Introduction

cljdoc

CircleCI

An effort to create a central documentation hub for the Clojure & ClojureScript ecosystem.

Rationale

TODO (:sweat_smile:)

Design

  • an ecosystem-encompassing Grimoire store serves as single source of truth
  • that Grimoire store is updated when new releases are published to Clojars or other relevant information changes
  • various tools can be built on top of data in this Grimoire store
    • it acts as a repository for static analysis done on Clojure code

ADRs

I've been looking for an opportunity to use ADRs for some time, you can find them all in doc/adr/.

Quickstart for potential contributors

  • build.boot contains various entry points into the code, most interesting is probably build-docs which you can run with

    boot build-docs --project bidi --version 2.1.3 target
    
    • After that there will be a bunch of stuff in target/ which you may want to look at.
    • There are various sub-tasks that address different aspects of building documentation. I hope reading build-docs will give you a quick overview about all the things going on.
  • There are various specs defined in cljdoc.spec.

  • Code that needs to be loaded for analysis is in cljdoc.analysis.

  • The cache that serves as input to renderers is defined in cljdoc.cache

  • Overall resource/routing model is defined in cljdoc.routes.

I've often chosen to refer to functions with their fully qualified name. I hope this makes reading the code easier.

I outlined some areas that could use help in CONTRIBUTING.md

cljdoc's People

Contributors

martinklepsch avatar angusiguess avatar

Watchers

James Cloos avatar Khaja M avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.