Switch to giscus for documentation comments

main
Duncan Ogilvie 1 year ago
parent 44a77329bf
commit 1d95fab0ce

@ -21,12 +21,22 @@ gh_edit_branch: "main"
gh_edit_view_mode: "edit"
gh_edit_source: docs
ga_tracking: G-DY172KY7Z9
production_url : https://cmkr.build
footer_content: |
<script src="https://utteranc.es/client.js"
repo="build-cpp/cmkr-docs-comments"
issue-term="pathname"
theme="preferred-color-scheme"
<script src="https://giscus.app/client.js"
data-repo="build-cpp/cmkr"
data-repo-id="MDEwOlJlcG9zaXRvcnkyOTQwMDc3MzY="
data-category="Documentation"
data-category-id="DIC_kwDOEYYzuM4CTXeA"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="en"
crossorigin="anonymous"
async>
</script>

@ -1,10 +1,10 @@
---
layout: home
title: Index
title: Documentation
nav_order: 0
---
# Index
# Documentation
[`cmkr`](https://github.com/build-cpp/cmkr), pronounced "cmaker", is a modern build system based on [CMake](https://cmake.org/) and [TOML](https://toml.io).

Loading…
Cancel
Save