From 3b30814864c850f5098b40eebbc839fa6abc5e88 Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 11 May 2023 22:43:24 +0200 Subject: [PATCH] feat: Add french language --- config/_default/config.toml | 4 +- config/_default/languages.toml | 8 ++ config/_default/menus/menus.fr.toml | 90 ++++++++++++++ content/fr/_index.md | 21 ++++ content/fr/blog/_index.md | 8 ++ content/fr/blog/say-hello-to-doks/index.md | 17 +++ content/fr/contact/index.md | 10 ++ content/fr/contributors/_index.md | 10 ++ .../fr/contributors/henk-verlinde/_index.md | 12 ++ content/fr/docs/_index.md | 9 ++ content/fr/docs/help/_index.md | 10 ++ content/fr/docs/help/faq.md | 50 ++++++++ content/fr/docs/help/how-to-update.md | 32 +++++ content/fr/docs/help/troubleshooting.md | 30 +++++ content/fr/docs/lorem/_index.md | 10 ++ content/fr/docs/lorem/ipsum/_index.md | 15 +++ content/fr/docs/lorem/ipsum/amet/_index.md | 15 +++ .../lorem/ipsum/amet/consectetur/index.md | 14 +++ content/fr/docs/lorem/ipsum/dolor/index.md | 14 +++ content/fr/docs/lorem/ipsum/sit/index.md | 14 +++ content/fr/docs/prologue/_index.md | 10 ++ content/fr/docs/prologue/commands.md | 112 ++++++++++++++++++ content/fr/docs/prologue/introduction.md | 58 +++++++++ content/fr/docs/prologue/quick-start.md | 79 ++++++++++++ content/fr/logo.png | Bin 0 -> 4654 bytes content/fr/privacy-policy/index.md | 36 ++++++ content/fr/versions.md | 11 ++ i18n/fr.yaml | 17 +++ 28 files changed, 714 insertions(+), 2 deletions(-) create mode 100644 config/_default/menus/menus.fr.toml create mode 100644 content/fr/_index.md create mode 100644 content/fr/blog/_index.md create mode 100644 content/fr/blog/say-hello-to-doks/index.md create mode 100644 content/fr/contact/index.md create mode 100644 content/fr/contributors/_index.md create mode 100644 content/fr/contributors/henk-verlinde/_index.md create mode 100644 content/fr/docs/_index.md create mode 100644 content/fr/docs/help/_index.md create mode 100644 content/fr/docs/help/faq.md create mode 100644 content/fr/docs/help/how-to-update.md create mode 100644 content/fr/docs/help/troubleshooting.md create mode 100644 content/fr/docs/lorem/_index.md create mode 100644 content/fr/docs/lorem/ipsum/_index.md create mode 100644 content/fr/docs/lorem/ipsum/amet/_index.md create mode 100644 content/fr/docs/lorem/ipsum/amet/consectetur/index.md create mode 100644 content/fr/docs/lorem/ipsum/dolor/index.md create mode 100644 content/fr/docs/lorem/ipsum/sit/index.md create mode 100644 content/fr/docs/prologue/_index.md create mode 100644 content/fr/docs/prologue/commands.md create mode 100644 content/fr/docs/prologue/introduction.md create mode 100644 content/fr/docs/prologue/quick-start.md create mode 100644 content/fr/logo.png create mode 100644 content/fr/privacy-policy/index.md create mode 100644 content/fr/versions.md create mode 100644 i18n/fr.yaml diff --git a/config/_default/config.toml b/config/_default/config.toml index 4ad3924..f137448 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -9,8 +9,8 @@ paginate = 7 rssLimit = 10 # Multilingual -defaultContentLanguage = "en" -disableLanguages = ["de", "nl"] +defaultContentLanguage = "fr" +disableLanguages = ["en", "de", "nl"] # defaultContentLanguageInSubdir = true # add redirects/headers diff --git a/config/_default/languages.toml b/config/_default/languages.toml index ffb15f9..25518e0 100644 --- a/config/_default/languages.toml +++ b/config/_default/languages.toml @@ -26,3 +26,11 @@ titleHome = "Doks thema" footer = "Mogelijk gemaakt door Netlify, Hugo, en Doks" alertText = "Introductie van het Doks-kinderthema, verschillende DX + UX-updates en meer! Bekijk Doks v0.2" + +[fr] + languageName = "French" + contentDir = "content/fr" + weight = 10 + [fr.params] + languageISO = "FR" + languageTag = "fr-FR" diff --git a/config/_default/menus/menus.fr.toml b/config/_default/menus/menus.fr.toml new file mode 100644 index 0000000..2446387 --- /dev/null +++ b/config/_default/menus/menus.fr.toml @@ -0,0 +1,90 @@ +#[[docs]] +# name = "Prologue" +# weight = 10 +# identifier = "prologue" +# url = "/docs/prologue/" + +#[[docs]] +# name = "Help" +# weight = 60 +# identifier = "help" +# url = "/docs/help/" + +# [[docs]] +# name = "Lorem" +# weight = 70 +# identifier = "lorem" +# url = "/docs/lorem/" + +#[[guide]] +# name = "Lorem" +# weight = 10 +# identifier = "lorem" +# url = "/guide/lorem/" + +#[[tutorial]] +# name = "Lorem" +# weight = 10 +# identifier = "lorem" +# url = "/tutorial/lorem/" + +[[main]] + name = "Docs" + url = "/docs/prologue/introduction/" +# url = "/docs/1.0/prologue/introduction/" + weight = 10 + +[[main]] + name = "Guides" + url = "/tutorial/lorem/ipsum/" + weight = 15 + +[[main]] + name = "Blog" + url = "/blog/" + weight = 20 + +#[[main]] +# name = "Get Started" +# weight = 30 +# identifier = "get-started" +# url = "/docs/prologue/introduction/" + +#[[main]] +# name = "Quick Start" +# weight = 40 +# identifier = "quick-start" +# url = "/docs/prologue/quick-start/" +# parent = "get-started" + +#[[main]] +# name = "Tutorial" +# weight = 50 +# identifier = "tutorial" +# url = "https://getdoks.org/tutorial/introduction/" +# parent = "get-started" + +#[[social]] +# name = "GitHub" +# pre = "" +# url = "https://github.com/h-enk/doks" +# post = "v0.1.0" +# weight = 10 + +#[[social]] +# name = "Twitter" +# pre = "" +# url = "https://twitter.com/getdoks" +# weight = 20 + +[[footer]] + name = "Mentions légales" + url = "/mentions-legales/" + weight = 10 + +[[footer]] + name = "Politique de Protection des Données" + url = "/politique-de-protection-des-donnees/" + weight = 20 + + diff --git a/content/fr/_index.md b/content/fr/_index.md new file mode 100644 index 0000000..8159b37 --- /dev/null +++ b/content/fr/_index.md @@ -0,0 +1,21 @@ +--- +title : "Services Numériques Libres" +description: "L'ensemble des services sont hébergés dans le département de la Loire (42)" +lead: "Ce site WEB vous met à disposition de multiples services utiles pour collaborer, partager et avoir une vie numérique plus « saine ».

Vous trouverez des articles et guides parlant du numérique et son utilisation de façon responsable." +date: 2020-10-06T08:47:36+00:00 +lastmod: 2020-10-06T08:47:36+00:00 +draft: false +images: [] +--- + +Dans le département de la Loire, nous avons la chance d'avoir un réseau fibré +par [THD42](https://www.thd42.fr/) une initiative du +[SIEL - Territoire d'énergie](https://www.te42.fr/) un acteur public +opérationnel de la transition énergétique et de l’aménagement numérique. +Utilisons des services numérique directement hébergés localement plutôt +qu'aller jusqu'aux États-Unis. + +Ce site WEB vous met à disposition de multiples services utiles pour collaborer, +partager et avoir une vie numérique plus « saine ». + +N'hésitez pas à venir sur notre forum ou nous écrire à support@loi.re pour toutes questions. diff --git a/content/fr/blog/_index.md b/content/fr/blog/_index.md new file mode 100644 index 0000000..a2afed5 --- /dev/null +++ b/content/fr/blog/_index.md @@ -0,0 +1,8 @@ +--- +title: "Blog" +description: "The Doks Blog." +date: 2020-10-06T08:49:55+00:00 +lastmod: 2020-10-06T08:49:55+00:00 +draft: true +images: [] +--- diff --git a/content/fr/blog/say-hello-to-doks/index.md b/content/fr/blog/say-hello-to-doks/index.md new file mode 100644 index 0000000..ecb6fff --- /dev/null +++ b/content/fr/blog/say-hello-to-doks/index.md @@ -0,0 +1,17 @@ +--- +title: "Say hello to Doks 👋" +description: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." +excerpt: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." +date: 2020-11-04T09:19:42+01:00 +lastmod: 2020-11-04T09:19:42+01:00 +draft: true +weight: 50 +images: [] +categories: ["News"] +tags: ["security", "performance", "SEO"] +contributors: ["Henk Verlinde"] +pinned: false +homepage: false +--- + +Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default. diff --git a/content/fr/contact/index.md b/content/fr/contact/index.md new file mode 100644 index 0000000..3773d94 --- /dev/null +++ b/content/fr/contact/index.md @@ -0,0 +1,10 @@ +--- +title: "Contact" +description: "Drop us an email." +date: 2020-08-27T19:25:12+02:00 +lastmod: 2020-08-27T19:25:12+02:00 +draft: false +images: [] +--- + +{{< email user="hello" domain="getdoks.org" >}} diff --git a/content/fr/contributors/_index.md b/content/fr/contributors/_index.md new file mode 100644 index 0000000..e225f34 --- /dev/null +++ b/content/fr/contributors/_index.md @@ -0,0 +1,10 @@ +--- +title: "Contributors" +description: "The Doks contributors." +date: 2020-10-06T08:50:29+00:00 +lastmod: 2020-10-06T08:50:29+00:00 +draft: false +images: [] +--- + +The Doks contributors. diff --git a/content/fr/contributors/henk-verlinde/_index.md b/content/fr/contributors/henk-verlinde/_index.md new file mode 100644 index 0000000..f775534 --- /dev/null +++ b/content/fr/contributors/henk-verlinde/_index.md @@ -0,0 +1,12 @@ +--- +title: "Henk Verlinde" +description: "Creator of Hyas." +date: 2020-10-06T08:50:45+00:00 +lastmod: 2020-10-06T08:50:45+00:00 +draft: false +images: [] +--- + +Creator of Hyas. + +[@HenkVerlinde](https://twitter.com/henkverlinde) diff --git a/content/fr/docs/_index.md b/content/fr/docs/_index.md new file mode 100644 index 0000000..43ecc73 --- /dev/null +++ b/content/fr/docs/_index.md @@ -0,0 +1,9 @@ +--- +title : "Docs" +description: "Docs Doks." +lead: "" +date: 2020-10-06T08:48:23+00:00 +lastmod: 2020-10-06T08:48:23+00:00 +draft: true +images: [] +--- diff --git a/content/fr/docs/help/_index.md b/content/fr/docs/help/_index.md new file mode 100644 index 0000000..5a11753 --- /dev/null +++ b/content/fr/docs/help/_index.md @@ -0,0 +1,10 @@ +--- +title: "Help" +description: "Help Doks." +lead: "" +date: 2020-10-06T08:49:15+00:00 +lastmod: 2020-10-06T08:49:15+00:00 +draft: true +images: [] +weight: 600 +--- diff --git a/content/fr/docs/help/faq.md b/content/fr/docs/help/faq.md new file mode 100644 index 0000000..7f62bd8 --- /dev/null +++ b/content/fr/docs/help/faq.md @@ -0,0 +1,50 @@ +--- +title: "FAQ" +description: "Answers to frequently asked questions." +lead: "Answers to frequently asked questions." +date: 2020-10-06T08:49:31+00:00 +lastmod: 2020-10-06T08:49:31+00:00 +draft: true +images: [] +menu: + docs: + parent: "help" +weight: 630 +toc: true +--- + +## Hyas? + +Doks is a [Hyas theme](https://gethyas.com/themes/) build by the creator of Hyas. + +## Footer notice? + +Please keep it in place. + +## Keyboard shortcuts for search? + +- focus: `Ctrl + /` +- select: `↓` and `↑` +- open: `Enter` +- close: `Esc` + +## Other documentation? + +- [Netlify](https://docs.netlify.com/) +- [Hugo](https://gohugo.io/documentation/) + +## Can I get support? + +Create a topic: + +- [Netlify Community](https://community.netlify.com/) +- [Hugo Forums](https://discourse.gohugo.io/) +- [Doks Discussions](https://github.com/h-enk/doks/discussions) + +## Contact the creator? + +Send `h-enk` a message: + +- [Netlify Community](https://community.netlify.com/) +- [Hugo Forums](https://discourse.gohugo.io/) +- [Doks Discussions](https://github.com/h-enk/doks/discussions) diff --git a/content/fr/docs/help/how-to-update.md b/content/fr/docs/help/how-to-update.md new file mode 100644 index 0000000..f3516dc --- /dev/null +++ b/content/fr/docs/help/how-to-update.md @@ -0,0 +1,32 @@ +--- +title: "How to Update" +description: "Regularly update the installed npm packages to keep your Doks website stable, usable, and secure." +lead: "Regularly update the installed npm packages to keep your Doks website stable, usable, and secure." +date: 2020-11-12T13:26:54+01:00 +lastmod: 2020-11-12T13:26:54+01:00 +draft: true +images: [] +menu: + docs: + parent: "help" +weight: 610 +toc: true +--- + +{{< alert icon="💡" text="Learn more about semantic versioning and advanced range syntax." />}} + +## Check for outdated packages + +The [`npm outdated`](https://docs.npmjs.com/cli/v7/commands/npm-outdated) command will check the registry to see if any (or, specific) installed packages are currently outdated: + +```bash +npm outdated [[<@scope>/] ...] +``` + +## Update packages + +The [`npm update`](https://docs.npmjs.com/cli/v7/commands/npm-update) command will update all the packages listed to the latest version (specified by the tag config), respecting semver: + +```bash +npm update [...] +``` diff --git a/content/fr/docs/help/troubleshooting.md b/content/fr/docs/help/troubleshooting.md new file mode 100644 index 0000000..14badb9 --- /dev/null +++ b/content/fr/docs/help/troubleshooting.md @@ -0,0 +1,30 @@ +--- +title: "Troubleshooting" +description: "Solutions to common problems." +lead: "Solutions to common problems." +date: 2020-11-12T15:22:20+01:00 +lastmod: 2020-11-12T15:22:20+01:00 +draft: true +images: [] +menu: + docs: + parent: "help" +weight: 620 +toc: true +--- + +## Problems updating npm packages + +Delete the `./node_modules` folder, and run again: + +```bash +npm install +``` + +## Problems with cache + +Delete the temporary directories: + +```bash +npm run clean +``` diff --git a/content/fr/docs/lorem/_index.md b/content/fr/docs/lorem/_index.md new file mode 100644 index 0000000..86fcd8f --- /dev/null +++ b/content/fr/docs/lorem/_index.md @@ -0,0 +1,10 @@ +--- +title: "Lorem" +description: "" +lead: "" +date: 2022-01-18T19:58:14+01:00 +lastmod: 2022-01-18T19:58:14+01:00 +draft: true +images: [] +toc: true +--- diff --git a/content/fr/docs/lorem/ipsum/_index.md b/content/fr/docs/lorem/ipsum/_index.md new file mode 100644 index 0000000..e5b27ff --- /dev/null +++ b/content/fr/docs/lorem/ipsum/_index.md @@ -0,0 +1,15 @@ +--- +title: "Ipsum" +description: "" +lead: "" +date: 2022-01-18T20:00:32+01:00 +lastmod: 2022-01-18T20:00:32+01:00 +draft: true +images: [] +menu: + docs: + parent: "lorem" + identifier: "ipsum" +weight: 999 +toc: true +--- diff --git a/content/fr/docs/lorem/ipsum/amet/_index.md b/content/fr/docs/lorem/ipsum/amet/_index.md new file mode 100644 index 0000000..9d5d1eb --- /dev/null +++ b/content/fr/docs/lorem/ipsum/amet/_index.md @@ -0,0 +1,15 @@ +--- +title: "Amet" +description: "" +lead: "" +date: 2022-01-18T20:07:56+01:00 +lastmod: 2022-01-18T20:07:56+01:00 +draft: true +images: [] +menu: + docs: + parent: "ipsum" + identifier: "amet" +weight: 999 +toc: true +--- diff --git a/content/fr/docs/lorem/ipsum/amet/consectetur/index.md b/content/fr/docs/lorem/ipsum/amet/consectetur/index.md new file mode 100644 index 0000000..cd96756 --- /dev/null +++ b/content/fr/docs/lorem/ipsum/amet/consectetur/index.md @@ -0,0 +1,14 @@ +--- +title: "Consectetur" +description: "" +lead: "" +date: 2022-01-18T20:17:32+01:00 +lastmod: 2022-01-18T20:17:32+01:00 +draft: true +images: [] +menu: + docs: + parent: "amet" +weight: 730 +toc: true +--- diff --git a/content/fr/docs/lorem/ipsum/dolor/index.md b/content/fr/docs/lorem/ipsum/dolor/index.md new file mode 100644 index 0000000..d224411 --- /dev/null +++ b/content/fr/docs/lorem/ipsum/dolor/index.md @@ -0,0 +1,14 @@ +--- +title: "Dolor" +description: "" +lead: "" +date: 2022-01-18T20:01:45+01:00 +lastmod: 2022-01-18T20:01:45+01:00 +draft: trus +images: [] +menu: + docs: + parent: "ipsum" +weight: 700 +toc: true +--- diff --git a/content/fr/docs/lorem/ipsum/sit/index.md b/content/fr/docs/lorem/ipsum/sit/index.md new file mode 100644 index 0000000..0b1046d --- /dev/null +++ b/content/fr/docs/lorem/ipsum/sit/index.md @@ -0,0 +1,14 @@ +--- +title: "Sit" +description: "" +lead: "" +date: 2022-01-18T20:05:19+01:00 +lastmod: 2022-01-18T20:05:19+01:00 +draft: true +images: [] +menu: + docs: + parent: "ipsum" +weight: 710 +toc: true +--- diff --git a/content/fr/docs/prologue/_index.md b/content/fr/docs/prologue/_index.md new file mode 100644 index 0000000..23c889a --- /dev/null +++ b/content/fr/docs/prologue/_index.md @@ -0,0 +1,10 @@ +--- +title : "Prologue" +description: "Prologue Doks." +lead: "" +date: 2020-10-06T08:48:45+00:00 +lastmod: 2020-10-06T08:48:45+00:00 +draft: true +images: [] +weight: 100 +--- diff --git a/content/fr/docs/prologue/commands.md b/content/fr/docs/prologue/commands.md new file mode 100644 index 0000000..28165b7 --- /dev/null +++ b/content/fr/docs/prologue/commands.md @@ -0,0 +1,112 @@ +--- +title: "Commands" +description: "Doks comes with commands for common tasks." +lead: "Doks comes with commands for common tasks." +date: 2020-10-13T15:21:01+02:00 +lastmod: 2020-10-13T15:21:01+02:00 +draft: true +images: [] +menu: + docs: + parent: "prologue" +weight: 130 +toc: true +--- + +{{< alert icon="💡" text="You can change the commands in the scripts section of `./package.json`." />}} + +## create + +Create new content for your site: + +```bash +npm run create [path] [flags] +``` + +See also the Hugo docs: [hugo new](https://gohugo.io/commands/hugo_new/). + +### Docs based tree + +Create a docs based tree — with a single command: + +```bash +npm run create -- --kind docs [section] +``` + +For example, create a docs based tree named guides: + +```bash +npm run create -- --kind docs guides +``` + +## lint + +Check scripts, styles, and markdown for errors: + +```bash +npm run lint +``` + +### scripts + +Check scripts for errors: + +```bash +npm run lint:scripts [-- --fix] +``` + +### styles + +Check styles for errors: + +```bash +npm run lint:styles [-- --fix] +``` + +### markdown + +Check markdown for errors: + +```bash +npm run lint:markdown [-- --fix] +``` + +## clean + +Delete temporary directories: + +```bash +npm run clean +``` + +## start + +Start local development server: + +```bash +npm run start +``` + +## build + +Build production website: + +```bash +npm run build +``` + +### functions + +Build Lambda functions: + +```bash +npm run build:functions +``` + +### preview + +Build production website including draft and future content: + +```bash +npm run build:preview +``` diff --git a/content/fr/docs/prologue/introduction.md b/content/fr/docs/prologue/introduction.md new file mode 100644 index 0000000..a079cce --- /dev/null +++ b/content/fr/docs/prologue/introduction.md @@ -0,0 +1,58 @@ +--- +title: "Introduction" +description: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize." +lead: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize." +date: 2020-10-06T08:48:57+00:00 +lastmod: 2020-10-06T08:48:57+00:00 +draft: true +images: [] +menu: + docs: + parent: "prologue" +weight: 100 +toc: true +--- + +## Get started + +There are two main ways to get started with Doks: + +### Tutorial + +{{< alert icon="👉" text="The Tutorial is intended for novice to intermediate users." />}} + +Step-by-step instructions on how to start a new Doks project. [Tutorial →](https://getdoks.org/tutorial/introduction/) + +### Quick Start + +{{< alert icon="👉" text="The Quick Start is intended for intermediate to advanced users." />}} + +One page summary of how to start a new Doks project. [Quick Start →]({{< relref "quick-start" >}}) + +## Go further + +Recipes, Reference Guides, Extensions, and Showcase. + +### Recipes + +Get instructions on how to accomplish common tasks with Doks. [Recipes →](https://getdoks.org/docs/recipes/project-configuration/) + +### Reference Guides + +Learn how to customize Doks to fully make it your own. [Reference Guides →](https://getdoks.org/docs/reference-guides/security/) + +### Extensions + +Get instructions on how to add even more to Doks. [Extensions →](https://getdoks.org/docs/extensions/breadcrumb-navigation/) + +### Showcase + +See what others have build with Doks. [Showcase →](https://getdoks.org/showcase/electric-blocks/) + +## Contributing + +Find out how to contribute to Doks. [Contributing →](https://getdoks.org/docs/contributing/how-to-contribute/) + +## Help + +Get help on Doks. [Help →]({{< relref "how-to-update" >}}) diff --git a/content/fr/docs/prologue/quick-start.md b/content/fr/docs/prologue/quick-start.md new file mode 100644 index 0000000..d2d4c31 --- /dev/null +++ b/content/fr/docs/prologue/quick-start.md @@ -0,0 +1,79 @@ +--- +title: "Quick Start" +description: "One page summary of how to start a new Doks project." +lead: "One page summary of how to start a new Doks project." +date: 2020-11-16T13:59:39+01:00 +lastmod: 2020-11-16T13:59:39+01:00 +draft: true +images: [] +menu: + docs: + parent: "prologue" +weight: 110 +toc: true +--- + +## Requirements + +- [Git](https://git-scm.com/) — latest source release +- [Node.js](https://nodejs.org/) — latest LTS version or newer + +{{< details "Why Node.js?" >}} +Doks uses npm (included with Node.js) to centralize dependency management, making it [easy to update]({{< relref "how-to-update" >}}) resources, build tooling, plugins, and build scripts. +{{< /details >}} + +## Start a new Doks project + +Create a new site, change directories, install dependencies, and start development server. + +### Create a new site + +Doks is available as a child theme and a starter theme. + +#### Child theme + +- Intended for novice to intermediate users +- Intended for minor customizations +- [Easily update npm packages]({{< relref "how-to-update" >}}) — __including__ [Doks](https://www.npmjs.com/package/@hyas/doks) + +```bash +git clone https://github.com/h-enk/doks-child-theme.git my-doks-site +``` + +#### Starter theme + +- Intended for intermediate to advanced users +- Intended for major customizations +- [Easily update npm packages]({{< relref "how-to-update" >}}) + +```bash +git clone https://github.com/h-enk/doks.git my-doks-site +``` + +{{< details "Help me choose" >}} +Not sure which one is for you? Pick the child theme. +{{< /details >}} + +### Change directories + +```bash +cd my-doks-site +``` + +### Install dependencies + +```bash +npm install +``` + +### Start development server + +```bash +npm run start +``` + +Doks will start the Hugo development webserver accessible by default at `http://localhost:1313`. Saved changes will live reload in the browser. + +## Other commands + +Doks comes with commands for common tasks. [Commands →]({{< relref "commands" >}}) diff --git a/content/fr/logo.png b/content/fr/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..be8d352f7632b3237727dcf1209887b69f54ea5b GIT binary patch literal 4654 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 mUw-_*D)#?}xc|RR30w(Y&@P&2UQ*)U4nPB}}) if you have any questions. + +Effective Date: _27th August 2020_ diff --git a/content/fr/versions.md b/content/fr/versions.md new file mode 100644 index 0000000..ddbe002 --- /dev/null +++ b/content/fr/versions.md @@ -0,0 +1,11 @@ +--- +title: "Versions" +description: "" +lead: "An appendix of hosted documentation for nearly every release of Doks, from v0 through v3." +date: 2021-09-24T08:50:23+02:00 +lastmod: 2021-09-24T08:50:23+02:00 +draft: true +images: [] +layout: versions +url: "/docs/versions/" +--- diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000..05ff248 --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,17 @@ +- id: get-started + translation: "Get Started" + +- id: on-this-page + translation: "On this page" + +- id: search-text + translation: "Search docs..." + +- id: 404-title + translation: "Page not found :(" + +- id: 404-text + translation: "The page you are looking for doesn't exist or has been moved." + +- id: browse + translation: "Browse"