minor fixes
* added back the HPCE logo to landing page * activated the sticky tabs navigation feature (so navigation bar stays visible) * added edit buttons to content (so users can _maybe_ help us in keeping our docs up to date)
This commit is contained in:
BIN
docs/images/hpce_logo_full_dark.png
Normal file
BIN
docs/images/hpce_logo_full_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 289 KiB |
@@ -6,9 +6,9 @@ hide:
|
|||||||
|
|
||||||
# HPCE User Documentation
|
# HPCE User Documentation
|
||||||
|
|
||||||
{ width="650px" }
|
{ width="350px" }
|
||||||
|
{ width="350px" }
|
||||||
/// caption
|
/// caption
|
||||||
_Within his lair, the wizard ever strives for the perfection of his art._
|
|
||||||
///
|
///
|
||||||
|
|
||||||
The [HPCE
|
The [HPCE
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
|
{ width="400px" }
|
||||||
|
/// caption
|
||||||
|
_Within his lair, the wizard ever strives for the perfection of his art._
|
||||||
|
///
|
||||||
|
|
||||||
## About Merlin7
|
## About Merlin7
|
||||||
|
|
||||||
PSI's Merlin7 cluster is run on top of an IaaS (Infrastructure as a Service) *vCluster* on the [CSCS Alps infrastructure](https://www.cscs.ch/computers/alps). It is fully integrated with the PSI service landscape was designed to provide the same end user experience as its PSI-local predecessor clusters.
|
PSI's Merlin7 cluster is run on top of an IaaS (Infrastructure as a Service) *vCluster* on the [CSCS Alps infrastructure](https://www.cscs.ch/computers/alps). It is fully integrated with the PSI service landscape was designed to provide the same end user experience as its PSI-local predecessor clusters.
|
||||||
|
|||||||
@@ -3,8 +3,10 @@ site_name: HPCE User Documentation
|
|||||||
site_url: https://hpce.pages.psi.ch
|
site_url: https://hpce.pages.psi.ch
|
||||||
|
|
||||||
# Repository
|
# Repository
|
||||||
repo_name: hpce/gitea-pages
|
repo_name: hpce-userdocs
|
||||||
repo_url: https://gitea.psi.ch/hpce/gitea-pages
|
repo_url: https://gitea.psi.ch/hpce/gitea-pages
|
||||||
|
# TODO unsure if this works, branch needs to be changed from `mkdocs` to `main`
|
||||||
|
edit_uri: _edit/mkdocs/docs/
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
copyright: Copyright © 2025 HPC and Emerging Technologies Group/CSD @ Paul Scherrer Institut
|
copyright: Copyright © 2025 HPC and Emerging Technologies Group/CSD @ Paul Scherrer Institut
|
||||||
@@ -15,9 +17,14 @@ theme:
|
|||||||
favicon: images/favicon.ico
|
favicon: images/favicon.ico
|
||||||
logo: images/hpce_logo.png
|
logo: images/hpce_logo.png
|
||||||
features:
|
features:
|
||||||
|
- navigation.instant
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
|
- navigation.tabs.sticky
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
|
- toc.follow
|
||||||
|
- content.action.edit
|
||||||
|
- content.action.view
|
||||||
palette:
|
palette:
|
||||||
- media: "(prefers-color-scheme)"
|
- media: "(prefers-color-scheme)"
|
||||||
toggle:
|
toggle:
|
||||||
|
|||||||
Reference in New Issue
Block a user