Skip to content

Commit 096f0c5

Browse files
committed
docs: header order
1 parent 8ffda98 commit 096f0c5

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Introduction
2+
title: 1. Introduction
3+
permalink: /
34
---
45

56
Poac (pronounced as `/pəʊək/`) is a package manager and build system for C++ users, inspired by Cargo for Rust. Poac is designed as a structure-oriented build system, which means that as long as you follow Poac's designated project structure, you almost do not need configurations, much less a language to build, unlike CMake. If you do not like writing a bunch of configurations to build your project, Poac might be best suited. Currently, the supported project structure can be known by looking at this repository since Poac can build itself.

docs/hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello, World!
2+
title: 4. Hello, World!
33
---
44

55
You can get started with just a few commands as the demo shows. Let's create a new Poac project:

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Installation
2+
title: 3. Installation
33
---
44

55
[![Packaging status](https://repology.org/badge/vertical-allrepos/poac.svg)](https://repology.org/project/poac/versions)

docs/package-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Package Layout
2+
title: 6. Package Layout
33
---
44

55
* `src/**`: contains source files and private header files

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Usage
2+
title: 5. Usage
33
---
44

55
## Start a new project with Poac

docs/why-poac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Why Poac?
2+
title: 2. Why Poac?
33
---
44

55
C++ is often considered a complex language and unconsciously avoided by many. The absence of a definitive package manager and the unfamiliar syntax of build systems like [CMake](https://cmake.org) make it seem difficult to set up a C++ environment, leaving people hesitant.

0 commit comments

Comments
 (0)