We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f5f25 commit 2767756Copy full SHA for 2767756
docs/.vuepress/theme/components/Breadcrumbs.vue
@@ -32,7 +32,7 @@ export default {
32
if (page != null) {
33
crumbs.push({
34
path: page.path,
35
- title: i == 0 ? 'Home' : page.frontmatter.breadcrumb || page.title
+ title: page.frontmatter.breadcrumb || page.title
36
})
37
}
38
docs/README.md
@@ -2,6 +2,7 @@
2
title: Filecoin Documentation
3
description: The homepage for Filecoin documentation.
4
homepage: true
5
+breadcrumb: Home
6
---
7
8
# Filecoin Documentation
0 commit comments