-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update theme version v0.4.0 to v0.4.3 (#110)
Signed-off-by: Jongseob Jeon <[email protected]> Co-authored-by: Jongseob Jeon <[email protected]>
- Loading branch information
1 parent
fe4f456
commit 689b749
Showing
19 changed files
with
1,437 additions
and
2,864 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Docs" | ||
description: "" | ||
lead: "" | ||
date: 2022-01-25T14:40:56+01:00 | ||
lastmod: 2022-01-25T14:40:56+01:00 | ||
draft: false | ||
images: [] | ||
type: docs | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Lorem" | ||
description: "" | ||
lead: "" | ||
date: 2022-01-25T14:41:21+01:00 | ||
lastmod: 2022-01-25T14:41:21+01:00 | ||
draft: false | ||
images: [] | ||
type: docs | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Ipsum" | ||
description: "" | ||
lead: "" | ||
date: 2022-01-25T14:41:39+01:00 | ||
lastmod: 2022-01-25T14:41:39+01:00 | ||
draft: false | ||
images: [] | ||
type: docs | ||
menu: | ||
{{ .Section }}: | ||
parent: "lorem" | ||
weight: 100 | ||
toc: true | ||
--- |
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 |
---|---|---|
@@ -1,14 +0,0 @@ | ||
// Adds scroll position lock for default docs sidebar | ||
|
||
if (document.querySelector('#sidebar-default') !== null) { | ||
let sidebar = document.getElementById('sidebar-default'); | ||
|
||
let pos = sessionStorage.getItem('sidebar-scroll'); | ||
if (pos !== null) { | ||
sidebar.scrollTop = parseInt(pos, 10); | ||
} | ||
|
||
window.addEventListener('beforeunload', () => { | ||
sessionStorage.setItem('sidebar-scroll', sidebar.scrollTop); | ||
}); | ||
} | ||
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// Adds scroll position lock for default docs sidebar | ||
|
||
if (document.querySelector('#sidebar-default') !== null) { | ||
let sidebar = document.getElementById('sidebar-default'); | ||
|
||
let pos = sessionStorage.getItem('sidebar-scroll'); | ||
if (pos !== null) { | ||
sidebar.scrollTop = parseInt(pos, 10); | ||
} | ||
|
||
window.addEventListener('beforeunload', () => { | ||
sessionStorage.setItem('sidebar-scroll', sidebar.scrollTop); | ||
}); | ||
} |
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 |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
|
||
.anchor { | ||
visibility: hidden; | ||
padding-left: 0.5rem; | ||
} | ||
|
||
h1:hover a, | ||
|
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
Oops, something went wrong.