forked from louketo/louketo-proxy
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docu for 3.0.0 release (#518)
* Remove submodule * Replace old hugo theme with maintained * Add example architecture * Update docu to work with new theme * Update docu 3.0.0
- Loading branch information
Showing
10 changed files
with
1,368 additions
and
1,381 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[submodule "docs/themes/hugo-theme-learn"] | ||
path = docs/themes/hugo-theme-learn | ||
url = https://github.com/matcornic/hugo-theme-learn.git | ||
[submodule "gogatekeeper.github.io"] | ||
path = gogatekeeper.github.io | ||
url = [email protected]:gogatekeeper/gogatekeeper.github.io.git | ||
[submodule "docs/public"] | ||
path = docs/public | ||
url = [email protected]:gogatekeeper/gogatekeeper.github.io.git | ||
[submodule "docs/themes/hugo-theme-relearn"] | ||
path = docs/themes/hugo-theme-relearn | ||
url = https://github.com/McShelby/hugo-theme-relearn |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ baseURL = "https://gogatekeeper.github.io/gatekeeper" | |
languageCode = "en-us" | ||
title = "Gatekeeper" | ||
|
||
theme = "hugo-theme-learn" | ||
theme = "hugo-theme-relearn" | ||
|
||
[markup] | ||
[markup.asciidocExt] | ||
|
@@ -35,17 +35,15 @@ theme = "hugo-theme-learn" | |
|
||
# For search functionality | ||
[outputs] | ||
home = [ "HTML", "RSS", "JSON"] | ||
home = [ "HTML", "RSS"] | ||
|
||
[params] | ||
# Prefix URL to edit current page. Will display an "Edit this page" button on top right hand corner of every page. | ||
# Useful to give opportunity to people to create merge request for your doc. | ||
# See the config.toml file from this documentation site to have an example. | ||
editURL = "" | ||
# Author of the site, will be used in meta information | ||
author = "gogatekeeper" | ||
# Description of the site, will be used in meta information | ||
description = "Gatekeeper's homepage" | ||
author.name = "gogatekeeper" | ||
# Shows a checkmark for visited pages on the menu | ||
showVisitedLinks = false | ||
# Disable search function. It will hide search bar | ||
|
@@ -65,8 +63,6 @@ disableLandingPageButton = true | |
disableLanguageSwitchingButton = true | ||
# Hide breadcrumbs in the header and only show the current page title | ||
disableBreadcrumb = false | ||
# If set to true, prevents Hugo from including the mermaid module if not needed (will reduce load times and traffic) | ||
disableMermaid = false | ||
# Specifies the remote location of the mermaid js | ||
customMermaidURL = "https://unpkg.com/[email protected]/dist/mermaid.min.js" | ||
# Hide Next and Previous page buttons normally displayed full height beside content | ||
|
Oops, something went wrong.