Skip to content

Commit 6f8f85a

Browse files
committed
Add nested sidebar_root_for to docs
1 parent b3cb2a7 commit 6f8f85a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ weight: 1
55
date: 2021-12-08T10:33:16+01:00
66
description: >
77
Learn how to get started with Docsy by using the theme as a Hugo Module.
8+
sidebar_root_for: children
89
---
910

1011
[Hugo modules](https://gohugo.io/hugo-modules/) are the simplest and latest way to use Hugo themes like Docsy when building a website. Hugo uses the modules mechanism to pull in the theme files from the main Docsy repo at your chosen revision, and it’s easy to keep the theme up to date in your site. Our example site uses Docsy as a Hugo module.

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.14.0-dev+59-g7bcae61",
3+
"version": "0.14.0-dev+60-gb3cb2a7",
44
"repository": "github:google/docsy",
55
"homepage": "https://www.docsy.dev",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)