Skip to content

Commit e68c5fc

Browse files
committed
Add utteranc.es comments
1 parent e2722d2 commit e68c5fc

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

docs/_config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@ gh_edit_branch: "main"
2121
gh_edit_view_mode: "edit"
2222
gh_edit_source: docs
2323

24-
production_url : https://cmkr.build
24+
production_url : https://cmkr.build
25+
footer_content: |
26+
<script src="https://utteranc.es/client.js"
27+
repo="build-cpp/cmkr-docs-comments"
28+
issue-term="pathname"
29+
theme="preferred-color-scheme"
30+
crossorigin="anonymous"
31+
async>
32+
</script>

docs/concepts.md renamed to docs/basics.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
layout: page
3-
# TODO: rename to 'Basics'?
4-
title: Concepts
5-
nav_order: 2
3+
title: Basics
4+
nav_order: 1
65
---
76

8-
# Concepts (TODO: rename to "Basics" or "Basic Concepts"?)
7+
# Basics
98

109
To effectively use cmkr it helps to understand the basic concepts of CMake.
1110

docs/cmake-toml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Reference
44
permalink: /cmake-toml/
5-
nav_order: 1
5+
nav_order: 3
66
---
77

88
# Reference

docs/philosophy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: page
33
title: Philosophy
4-
nav_order: 3
4+
nav_order: 2
5+
published: false
56
---
67

78
# Philosophy

0 commit comments

Comments
 (0)