Skip to content

Commit 664253e

Browse files
committed
Fix titles of index.md pages
1 parent 209cbbc commit 664253e

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

doc/commands/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: Commands
3+
---
14
<div class="hidden-warning"><a href="https://docs.haskellstack.org/"><img src="https://cdn.jsdelivr.net/gh/commercialhaskell/stack/doc/img/hidden-warning.svg"></a></div>
25

36
# Commands (advanced)

doc/configure/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
Title: Configure
3+
---
14
<div class="hidden-warning"><a href="https://docs.haskellstack.org/"><img src="https://cdn.jsdelivr.net/gh/commercialhaskell/stack/doc/img/hidden-warning.svg"></a></div>
25

36
# Configuration (advanced)

doc/topics/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
---
2+
title: Topics
3+
---
14
<div class="hidden-warning"><a href="https://docs.haskellstack.org/"><img src="https://cdn.jsdelivr.net/gh/commercialhaskell/stack/doc/img/hidden-warning.svg"></a></div>
25

3-
# Topics
6+
# Topics (advanced)
47

58
This part of the guide provides pages dedicated to specific topics.
69

doc/tutorial/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
Title: Getting started
3+
---
4+
15
<div class="hidden-warning"><a href="https://docs.haskellstack.org/"><img src="https://cdn.jsdelivr.net/gh/commercialhaskell/stack/doc/img/hidden-warning.svg"></a></div>
26

37
# Getting started

0 commit comments

Comments
 (0)