diff --git a/content/1.help/2.Contributing-Wiki.md b/content/1.help/2.Contributing-Wiki.md index 2363589eccec3ecfabacf82b8db01c7b847c4262..670365123514fa68b0050a5db07004fafa780e93 100644 --- a/content/1.help/2.Contributing-Wiki.md +++ b/content/1.help/2.Contributing-Wiki.md @@ -15,11 +15,11 @@ If you have neither, register on Github first (it's always useful). {max-width=750px} -Once your account is created, you need to request access to the project, on the [gitlab page of the wiki](https://gitlab.pasteur.fr/mdm-lab/wiki) of the repo, there is a small link to request access. +Once your account is created, you need to request access to the project, on the [gitlab page of the wiki](https://gitlab.pasteur.fr/mdm-lab/wiki) of the repo, there is a link to request access. {max-width=600px} -Click, and wait for admin approval. +Click, and wait for an admin approval. ## 2/ Edit a page diff --git a/content/3.defense-systems/bsta.md b/content/3.defense-systems/bsta.md index 3d7980f4eb0b5da25b7ab21233ac8ab731639c75..dd03995df0f8b66c32cd7d9012e27e1246d801a5 100644 --- a/content/3.defense-systems/bsta.md +++ b/content/3.defense-systems/bsta.md @@ -9,7 +9,7 @@ tableColumns: Sensor: Unknown Activator: Unknown Effector: Unknown - PFAM: + PFAM: "" contributors: - Rachel Lavenir relevantAbstracts: diff --git a/content/3.defense-systems/gaps6.md b/content/3.defense-systems/gaps6.md index 6e4bdbd3386bbd02b6fcf833a76223d59a79baa6..22188f4cf2ea8e694c8e56ec4372b36c9be6dee3 100644 --- a/content/3.defense-systems/gaps6.md +++ b/content/3.defense-systems/gaps6.md @@ -16,7 +16,6 @@ relevantAbstract: ## Description -<<<<<<< content/3.defense-systems/gaps6.md GAPS (GMT-encoded Anti-Phage System) antiphage systems were discovered on newly described Gamma-Mobile-Trio elements. GAPS6 is composed of two proteins, [GAPS6a](https://www.ncbi.nlm.nih.gov/protein/WP_248387294.1/) and [GAPS6b](https://www.ncbi.nlm.nih.gov/protein/WP_248387295.1/). These two proteins are encoded together in diverse Gram-negative bacteria. @@ -91,7 +90,3 @@ end style Title3 fill:none,stroke:none,stroke-width:none style Title4 fill:none,stroke:none,stroke-width:none </mermaid> -<<<<<<< content/3.defense-systems/gaps6.md -======= - ->>>>>>> content/3.defense-systems/gaps6.md diff --git a/nuxt.config.ts b/nuxt.config.ts index d0b75d1c37eb993ca1da582e6059e13fa1077fdb..8ca24b3f4dc6a230b5b2e70c479151d690d6292a 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -8,7 +8,7 @@ export default defineNuxtConfig({ '@vueuse/nuxt', '@pinia/nuxt', 'nuxt-meilisearch', - + '@nuxtjs/plausible', ], app: { head: { @@ -63,6 +63,10 @@ export default defineNuxtConfig({ searchApiKey: 'api_key', serverSideUsage: false // default false }, + plausible: { + apiHost: 'https://plausible.pasteur.cloud', + enableAutoOutboundTracking: true + }, devtools: { enabled: false }, diff --git a/package-lock.json b/package-lock.json index ad32d19a9dd06123589b27e64b5ff1ecf864ed65..f45aa9926690e5dca4cdbef2dea15a6ef3fef2ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,7 @@ "@iconify-json/tabler": "^1.1.103", "@iconify-json/vscode-icons": "^1.1.32", "@nuxt/content": "^2.10.0", + "@nuxtjs/plausible": "^0.2.4", "@types/node": "^20.11.0", "@unocss/nuxt": "^0.58.3", "@unocss/preset-icons": "^0.58.3", @@ -2097,6 +2098,18 @@ "unist-util-visit": "^5.0.0" } }, + "node_modules/@nuxtjs/plausible": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@nuxtjs/plausible/-/plausible-0.2.4.tgz", + "integrity": "sha512-9HrSl9ZGKS/7bULAt8uzAGo9BJyIZebzRSLQD8ZhiODaGyRdEQlgcJBw5JgUzjcC5n4T0ZlX3FC6C3Wyp7opgA==", + "dev": true, + "dependencies": { + "@nuxt/kit": "^3.8.2", + "defu": "^6.1.3", + "pathe": "^1.1.1", + "plausible-tracker": "^0.3.8" + } + }, "node_modules/@observablehq/plot": { "version": "0.6.13", "license": "ISC", @@ -11647,6 +11660,15 @@ "pathe": "^1.1.0" } }, + "node_modules/plausible-tracker": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/plausible-tracker/-/plausible-tracker-0.3.8.tgz", + "integrity": "sha512-lmOWYQ7s9KOUJ1R+YTOR3HrjdbxIS2Z4de0P/Jx2dQPteznJl2eX3tXxKClpvbfyGP59B5bbhW8ftN59HbbFSg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/postcss": { "version": "8.4.33", "funding": [ diff --git a/package.json b/package.json index 7339b301c49fa56a910e0458fcfbda01fcfa849e..00a6ee24f58d4e56d599e2793f061bc1696b4934 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "@iconify-json/tabler": "^1.1.103", "@iconify-json/vscode-icons": "^1.1.32", "@nuxt/content": "^2.10.0", + "@nuxtjs/plausible": "^0.2.4", "@types/node": "^20.11.0", "@unocss/nuxt": "^0.58.3", "@unocss/preset-icons": "^0.58.3", diff --git a/public/help/Request_access.png b/public/help/Request_access.png index 3b1c861c086e7b93facd3671b00631d9887e83a6..b7bd50ca10e39a741061038c2221cb89f9b67d78 100644 Binary files a/public/help/Request_access.png and b/public/help/Request_access.png differ