File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,12 @@ gh_edit_branch: "main"
2121gh_edit_view_mode : " edit"
2222gh_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>
Original file line number Diff line number Diff line change 11---
22layout : 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
109To effectively use cmkr it helps to understand the basic concepts of CMake.
1110
Original file line number Diff line number Diff line change 22layout : page
33title : Reference
44permalink : /cmake-toml/
5- nav_order : 1
5+ nav_order : 3
66---
77
88# Reference
Original file line number Diff line number Diff line change 11---
22layout : page
33title : Philosophy
4- nav_order : 3
4+ nav_order : 2
5+ published : false
56---
67
78# Philosophy
You can’t perform that action at this time.
0 commit comments