Configure Hugo multilingual mode (fr default, en secondary) with Hextra's language-switch menu entry, and translate all existing content pages to English using Hugo's per-file language suffix convention (.en.md alongside .fr.md).
17 lines
453 B
Markdown
17 lines
453 B
Markdown
---
|
|
title: "Netlab"
|
|
cascade:
|
|
type: docs
|
|
---
|
|
|
|
<!-- markdownlint-disable MD033 MD034-->
|
|
|
|
{{< hextra/hero-subtitle >}}
|
|
A deep dive into NetLabs
|
|
{{< /hextra/hero-subtitle >}}
|
|
|
|
{{< cards >}}
|
|
{{< card link="/en/netlab/netlab/" title="What is a Netlab?" subtitle="Why and how we use NetLab" icon="science" >}}
|
|
{{< card link="/en/netlab/first_lab/" title="My First NetLab" subtitle="How to deploy a NetLab using DevPod" icon="docker" >}}
|
|
{{< /cards >}}
|