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_view_mode: "edit"
gh_edit_source: docs gh_edit_source: docs
ga_tracking: G-DY172KY7Z9
production_url : https://cmkr.build production_url : https://cmkr.build
footer_content: | footer_content: |
<script src="https://utteranc.es/client.js" <script src="https://giscus.app/client.js"
repo="build-cpp/cmkr-docs-comments" data-repo="build-cpp/cmkr"
issue-term="pathname" data-repo-id="MDEwOlJlcG9zaXRvcnkyOTQwMDc3MzY="
theme="preferred-color-scheme" 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" crossorigin="anonymous"
async> async>
</script> </script>

@ -1,10 +1,10 @@
--- ---
layout: home layout: home
title: Index title: Documentation
nav_order: 0 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). [`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