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

https://github.com/cch0/cold-trace-docs


https://github.com/cch0/cold-trace-docs

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# ColdTrace user docs

Markdown source for the ColdTrace user documentation site.

The rendered site lives at **** (GitHub Pages, Jekyll + [Just the Docs](https://just-the-docs.com/) theme).

## Editing

Each `.md` file in this repo becomes one page on the site. Push to `main` and GitHub Pages rebuilds within a couple of minutes.

To preview locally:

```sh
bundle install
bundle exec jekyll serve
```