https://github.com/cch0/cold-trace-docs
https://github.com/cch0/cold-trace-docs
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cch0/cold-trace-docs
- Owner: cch0
- License: apache-2.0
- Created: 2026-05-11T21:13:51.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-12T00:53:47.000Z (about 1 month ago)
- Last Synced: 2026-05-12T01:21:52.492Z (about 1 month ago)
- Language: SCSS
- Size: 3.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```