From 17b505cbce48d4f3a9906ac034aff17407d956cf Mon Sep 17 00:00:00 2001 From: F Date: Mon, 13 Dec 2021 11:31:30 +1100 Subject: [PATCH] Add pt placeholder (#10) --- config.yaml | 7 ++++++- content.pt/_index.md | 1 + content.pt/docs/_index.md | 1 + content.pt/docs/introduccion.md | 7 +++++++ 4 files changed, 15 insertions(+), 1 deletion(-) create mode 120000 content.pt/_index.md create mode 120000 content.pt/docs/_index.md create mode 100644 content.pt/docs/introduccion.md diff --git a/config.yaml b/config.yaml index c2e687e..4b78835 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,6 @@ baseURL: "https://docs.dappconnect.dev/" languageCode: "en-us" +defaultContentLang: en title: "DappConnect Docs" theme: "hugo-book" enableGitInfo: true @@ -45,6 +46,10 @@ languages: contentDir: content weight: 1 es: - languageName: Spanish + languageName: Español contentDir: content.es weight: 2 + pt: + languageName: Português + contentDir: content.pt + weight: 3 diff --git a/content.pt/_index.md b/content.pt/_index.md new file mode 120000 index 0000000..cbe54f0 --- /dev/null +++ b/content.pt/_index.md @@ -0,0 +1 @@ +docs/_index.md \ No newline at end of file diff --git a/content.pt/docs/_index.md b/content.pt/docs/_index.md new file mode 120000 index 0000000..7276e14 --- /dev/null +++ b/content.pt/docs/_index.md @@ -0,0 +1 @@ +introduccion.md \ No newline at end of file diff --git a/content.pt/docs/introduccion.md b/content.pt/docs/introduccion.md new file mode 100644 index 0000000..a3d56bf --- /dev/null +++ b/content.pt/docs/introduccion.md @@ -0,0 +1,7 @@ +--- +title: Introdução +weight: 1 +--- +# Introdução + +TODO