From 1d95fab0ce2e843f1770de1b307291594f7a01cd Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Mon, 2 Jan 2023 14:56:38 +0100 Subject: [PATCH] Switch to giscus for documentation comments --- docs/_config.yml | 18 ++++++++++++++---- docs/index.md | 4 ++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 3ad10f7..701ca77 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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: | - \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index fbbf111..0fa27cf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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).