- Lorem ipsum dolor, sit amet consectetur adipisicing elit. Repellendus repellat laudantium.
+ The success of our platform is reflected in our figures
diff --git a/src/templates/modules/documentation/base/Environment.vue b/src/templates/modules/documentation/base/Environment.vue
index f99cd58..3b6d101 100644
--- a/src/templates/modules/documentation/base/Environment.vue
+++ b/src/templates/modules/documentation/base/Environment.vue
@@ -21,17 +21,51 @@
When you create a new project, you can choose between three types of environment :
+
+
-
json
-
-
-
-
yaml
-
+
+
+
+
+
+
+
+
+
+
+
+
+
- Retrieving environment variables
-
+
+
+
+
+
+
+
+
+
+
+
@@ -44,6 +78,18 @@ import LinkExternal from '../../../../components/LinkExternal.vue'
import AlertWarn from '../../../../components/AlertWarn.vue'
import AlertSuccess from '../../../../components/AlertSuccess.vue'
import AlertInfo from '../../../../components/AlertInfo.vue'
+import { ref } from 'vue'
+
+const tabs = [
+ { id: 'yaml', name: 'YAML', href: '#' },
+ { id: 'json', name: 'JSON', href: '#' },
+]
+
+const activeTab = ref('yaml')
+
+function changeTab (identifier: string) {
+ activeTab.value = identifier
+}
const json = `
{