Skip to content

Commit 5993497

Browse files
committed
fix: resolve broken hash link and improve index pages
Now that titles and anchors are displayed these pages are a bit more prominent.
1 parent 6c6bba3 commit 5993497

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/content/api/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
title: API
2+
title: Webpack APIs
33
sort: 1
44
---
55

6+
The following interfaces provide access to the compilation process in different ways:
7+
68
* [CLI](/api/cli)
79
* [Node](/api/node)
810
* [Loaders](/api/loaders)

src/content/api/stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Each `assets` object represents an `output` file emitted from the compilation. T
6969

7070
### Chunk Objects
7171

72-
Each `chunks` object represents a group of modules known as a [chunk](/glossary#chunk). Each object follows the following structure:
72+
Each `chunks` object represents a group of modules known as a [chunk](/glossary#c). Each object follows the following structure:
7373

7474
``` js-with-links
7575
{

src/content/concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Concepts
2+
title: Core Concepts
33
sort: 1
44
contributors:
55
- TheLarkInn

0 commit comments

Comments
 (0)