Skip to content

Commit

Permalink
Merge pull request #55 from united-manufacturing-hub/feat/45/display_…
Browse files Browse the repository at this point in the history
…github_repository_links

Add GitHub repository links
  • Loading branch information
DaruZero authored Mar 9, 2023
2 parents 64ea4ae + 0b974ff commit 56e1a56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions umh.docs.umh.app/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ docsbranch = "main"
deprecated = false
currentUrl = "https://umh.docs.umh.app/docs/"

[[params.versions]]
fullversion = "v0.9.11"
version = "0.9.11"
githubbranch = "0.9.11"
docsbranch = "main"
url = "https://umh.docs.umh.app/"

# Flag used in the "version-banner" partial to decide whether to display a
# banner on every page indicating that this is an archived version of the docs.
# Set this flag to "true" if you want to display the banner.
Expand All @@ -118,10 +111,10 @@ url_latest_version = "https://umh.docs.umh.app"
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/united-manufacturing-hub/umh.docs.umh.app"
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
github_project_repo = "https://github.com/united-manufacturing-hub/umh.docs.umh.app"
github_project_repo = "https://github.com/united-manufacturing-hub/united-manufacturing-hub"

# Specify a value here if your content directory is not in your repo's root directory
github_subdir = "docs"
github_subdir = "umh.docs.umh.app"

# Uncomment this if you have a newer GitHub repo with "main" as the default branch,
# or specify a new value if you want to reference another branch in your GitHub links
Expand All @@ -139,6 +132,13 @@ offlineSearch = false
# Enable syntax highlighting and copy buttons on code blocks with Prism
prism_syntax_highlighting = false

[[params.versions]]
fullversion = "v0.9.11"
version = "0.9.11"
githubbranch = "0.9.11"
docsbranch = "main"
url = "https://umh.docs.umh.app/"

# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
Expand Down
1 change: 1 addition & 0 deletions umh.docs.umh.app/layouts/docs/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{{ partial "sidebar.html" . }}
</aside>
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
{{ partial "page-meta-links.html" . }}
{{ partial "toc.html" . }}
{{ partial "taxonomy_terms_clouds.html" . }}
</aside>
Expand Down

0 comments on commit 56e1a56

Please sign in to comment.