Skip to content

Commit 53d4393

Browse files
authored
Update alias format in get started page so it works as a fallback too (#2434)
1 parent bf9f559 commit 53d4393

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docsy.dev/content/en/docs/get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
title: Get started
44
weight: 2
5-
aliases: [/docs/getting-started/]
5+
aliases: [getting-started]
66
date: 2018-07-30
77
description:
88
Learn how to get started with Docsy, including the available options for

hugo.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ params:
1010
outputFormats:
1111
PRINT:
1212
baseName: index
13-
isHTML: true
13+
# FIXME: leave isHTML unset (i.e. false) until we get a Hugo fix for
14+
# https://github.com/gohugoio/hugo/issues/14381
15+
# isHTML: true
1416
mediaType: text/html
1517
path: _print
1618
permalinkable: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsy",
3-
"version": "0.13.1-dev+4-g9334955",
3+
"version": "0.13.1-dev+5-gb52c265",
44
"repository": "github:google/docsy",
55
"homepage": "https://www.docsy.dev",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)