Files
gitea-pages/README.md
Hans-Nikolai Viessmann bde174b726 first stab at mkdocs migration
refactor CSCS and Meg content

add merlin6 quick start

update merlin6 nomachine docs

give the userdoc its own color scheme

we use the Materials default one

refactored slurm general docs merlin6

add merlin6 JB docs

add software support m6 docs

add all files to nav

vibed changes #1

add missing pages

further vibing #2

vibe #3

further fixes
2026-01-12 17:49:41 +01:00

51 lines
1.3 KiB
Markdown

# HPCE Documentation
This site contains internal documentation of HCPE services at Paul Scherrer
Institute, particularly the *Merlin 6* and *Merlin 7* clusters. Live pages are
available at <https://hpce.pages.psi.ch>.
## Development
### Using Docker Compose (Recommended)
```bash
# Start the development server
docker compose up
# Or run in background
docker compose up -d
```
The documentation will be available at `http://localhost:8000`.
> [!NOTE]
> We use several MkDocs plugins, which need to be installed by hand. We do this by
> using a Dockerfile that pulls in the `squidfunk/mkdocs-material` image and runs
> some `pip install` commands. This means that on the first `compose up` call, a
> new docker image will be built locally on your machine.
### Deployment
The site is automatically deployed to `https://hpce.pages.psi.ch/` via Gitea Pages.
## Contributing
Please follow established conventions when adding new documentation:
1. Use clear, descriptive filenames
2. Follow the existing directory structure
3. Include appropriate metadata in frontmatter
4. Test locally before committing
## Repository Structure
TBD
## Contact
For questions or issues with this documentation, contact the HPCE team.
## License
Theme content is licensed under the MIT license.