Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions main/compute/grid/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
hide:
- toc
---

# e-INFRA CZ Grid Computing

Metacentrum Grid documentation is currently located at [https://docs.metacentrum.cz](https://docs.metacentrum.cz)
4 changes: 1 addition & 3 deletions main/compute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ e-INFRA CZ provides a wide range of computational services for the scientific co

Traditional distributed computing with software and queues.

[:octicons-arrow-right-24: How to start](./grid/access/)
[:octicons-arrow-right-24: Running first job](./grid/computing/run-basic-job/)
[:octicons-arrow-right-24: More](./grid/computing/)
[:octicons-arrow-right-24: Documentation](https://docs.metacentrum.cz)

- :fontawesome-solid-atom:{ .md .middle } __Supercomputing__

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ nav:
- Data processing:
- compute/index.md
- Concepts: '!include ./topics/compute/concepts/mkdocs.yml'
- MetaCentrum Grid: '!include ./topics/compute/grid/mkdocs.yml'
- MetaCentrum Grid: compute/grid/index.md
- Supercomputer: '!include ./topics/compute/supercomputing/mkdocs.yml'
- Kubernetes: '!include ./topics/compute/kubernetes/mkdocs.yml'
- OpenStack: '!include ./topics/compute/openstack/mkdocs.yml'
Expand Down