From deb08bcf7946776049044595871e04c88cb2df18 Mon Sep 17 00:00:00 2001 From: "Luiz \"darknessxk\" Felipe" Date: Thu, 6 May 2021 17:53:46 -0300 Subject: [PATCH] Changed page's title to h1 --- docs/building.markdown | 2 +- docs/usage.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.markdown b/docs/building.markdown index 0eab9d1..313f53b 100644 --- a/docs/building.markdown +++ b/docs/building.markdown @@ -4,7 +4,7 @@ title: Building permalink: /building/ --- -## Building +# Building cmkr requires a C++11 compiler, cmake >= 3.15. diff --git a/docs/usage.markdown b/docs/usage.markdown index 2a6629a..5dd853a 100644 --- a/docs/usage.markdown +++ b/docs/usage.markdown @@ -4,7 +4,7 @@ title: Usage permalink: /usage/ --- -## 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: