From a002ddc606df072b8734bbe8e71e589cbd975e37 Mon Sep 17 00:00:00 2001 From: "Luiz \"darknessxk\" Felipe" Date: Thu, 6 May 2021 15:54:14 -0300 Subject: [PATCH] Added Usage title to the page --- docs/usage.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage.markdown b/docs/usage.markdown index cd40dbd..7c08f21 100644 --- a/docs/usage.markdown +++ b/docs/usage.markdown @@ -4,6 +4,8 @@ title: Usage permalink: /usage/ --- +## Usage + cmkr parses cmake.toml files (using toml11 by Toru Niina) at the project directory. A basic hello world format with the minimum required fields: ```toml