[libadwaita/wip/exalm/build-docs: 1/4] docs: Fix headers for build docs and visual index




commit de17d75885cd67e6b1095b1fb3fb11df0818c195
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue May 18 12:21:23 2021 +0500

    docs: Fix headers for build docs and visual index

 doc/build-howto.md  | 8 ++++----
 doc/visual-index.md | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/doc/build-howto.md b/doc/build-howto.md
index be7db76f..21019190 100644
--- a/doc/build-howto.md
+++ b/doc/build-howto.md
@@ -1,12 +1,12 @@
 Title: Compiling with Libadwaita
 Slug: building
 
-# Building
+# Compiling with Libadwaita
 
 If you need to build Libadwaita, get the source from
 [here](https://gitlab.gnome.org/GNOME/libadwaita/) and see the `README.md` file.
 
-# Using `pkg-config`
+## Using `pkg-config`
 
 Like other GNOME libraries, Libadwaita uses `pkg-config` to provide compiler
 options. The package name is `libadwaita-1`.
@@ -30,7 +30,7 @@ The `1` in the package name is the "API version" (indicating "the version of the
 Libadwaita API that first appeared in version 1") and is essentially just part
 of the package name.
 
-# Bundling the library
+## Bundling the library
 
 As Libadwaita uses the Meson build system, bundling it as a subproject when it
 is not installed is easy. Add this to your `meson.build`:
@@ -78,7 +78,7 @@ your manifest:
 }
 ```
 
-# Building on macOS
+## Building on macOS
 
 To build on macOS you need to install the build-dependencies first. This can
 e.g. be done via [`brew`](https://brew.sh):
diff --git a/doc/visual-index.md b/doc/visual-index.md
index 9c3df8d0..cd9c0a8f 100644
--- a/doc/visual-index.md
+++ b/doc/visual-index.md
@@ -1,7 +1,7 @@
 Title: Visual index
 Slug: visual-index
 
-# Widgets
+# Visual index
 
 [![avatar](avatar.png)](class.Avatar.html)
 [![header-bar](header-bar.png)](class.HeaderBar.html)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]