An open API service indexing awesome lists of open source software.

https://github.com/tmpim/casket-docs

Documentation for Casket by tmpim, mholt's Caddy v1 but maintained
https://github.com/tmpim/casket-docs

Last synced: 5 months ago
JSON representation

Documentation for Casket by tmpim, mholt's Caddy v1 but maintained

Awesome Lists containing this project

README

          

# casket-docs

This repository contains the documentation for [Casket](https://github.com/tmpim/casket), a fork of [mholt's Caddy web
server](https://github.com/caddyserver/caddy) v1. This documentation is forked from the Caddy v1 docs as of June 2020,
converted from HTML to Markdown in [this
commit](https://github.com/tmpim/casket-docs/commit/2ac4b866cad687f52a94d262ee2687a5b4e60acd), and then updated to
reflect the changes in Casket.

For more information on what Casket is, see the [Casket repository](https://github.com/tmpim/casket), or the [Casket
documentation](https://docs.casketserver.com/).

## Contributing

If you find a typo or other error in the documentation, please open an issue or pull request. The documentation is
written in [Markdown](https://commonmark.org/help/) and is located in the `docs` directory.

## Building

The documentation is built with [VitePress](https://vitepress.dev/), and is compatible with VitePress's [markdown
extensions](https://vitepress.dev/guide/markdown). To build the documentation and preview it in your browser, you will
need to install [Node.js](https://nodejs.org/en/). Then, run the following commands:

```shell
# Set up the repository
git clone https://github.com/tmpim/casket-docs.git

# Install the dependencies
yarn

# Preview the documentation
yarn dev
```