-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
User guide, installation: fix markup of tabbed pane (#1107)
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,10 +30,10 @@ If you want to set your module to a certain version inside the docsy theme repo, | |
hugo mod get -u github.com/google/[email protected] | ||
``` | ||
|
||
Instead of a version tag, you can also specify a commit hash inside the repo (here: _c7b9901e_) when updating your theme: | ||
Instead of a version tag, you can also specify a commit hash inside the repo (here: _6c8a3afe_) when updating your theme: | ||
|
||
|
||
```bash | ||
hugo mod get -u github.com/google/docsy@c7b9901e | ||
hugo mod get -u github.com/google/docsy@6c8a3afe | ||
``` | ||
{{% /alert %}} |