athena-website

Version, currently master branch1 version
  • master branchlatestMar 22, 2024

github.com/athena-framework/website

Website (docs) for the Athena Framework

5 stars
0 dependents
License: CC-BY-SA-4.0

Installation

# Add this to your shard.yml
dependencies:
  athena-website:
    github: athena-framework/website
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

README

As of https://github.com/athena-framework/athena/pull/365, this repo has been merged into the Athena monorepo

Athena Website

Website for the Athena ecosystem. Includes both general external documentation and API documentation for each component.

Building and Serving Locally

Running make serve will build the documentation and produce a live preview at http://localhost:8000.