Add bilingual French/English support with Hugo multilingual config
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).
This commit is contained in:
13
content/netlab/automatisation réseau/_index.en.md
Normal file
13
content/netlab/automatisation réseau/_index.en.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Network Automation"
|
||||
sidebar:
|
||||
open: true
|
||||
cascade:
|
||||
type: docs
|
||||
---
|
||||
|
||||
<!-- markdownlint-disable MD033 MD034-->
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="/en/netlab/automatisation-réseau/vxlan_automation/" title="VXLAN Automation with Netbox" subtitle="How to use Netbox to automate network configuration" icon="science" >}}
|
||||
{{< /cards >}}
|
||||
Reference in New Issue
Block a user