Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ const sameAs = [
'https://www.linkedin.com/company/aneo/',
'https://www.instagram.com/aneoconsulting/',
]

defineOgImageScreenshot()
</script>

<template>
<AppLayout>
<SeoKit />
<OgImageScreenshot />
<SchemaOrgOrganization name="ArmoniK" logo="" :same-as="sameAs" />
<NuxtPage />
</AppLayout>
</template>
24 changes: 15 additions & 9 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,29 @@ export default defineNuxtConfig({
},
},

extends: ['nuxt-seo-kit', '@nuxt-themes/docus'],
extends: ['@nuxt-themes/docus'],

modules: ['nuxt-simple-robots', 'nuxt-simple-sitemap', 'nuxt-og-image'],

content: {
documentDriven: {
trailingSlash: true,
},
},

site: {
url: 'https://aneoconsulting.github.io/armonik-docs-theme/',
},

runtimeConfig: {
public: {
siteUrl: 'https://example.com',
siteName: 'ArmoniK Docs Theme',
siteDescription: 'A beautiful, responsive, and customizable documentation theme for ArmoniK.',
titleSeparator: '-',
language: 'en-US',
trailingSlash: true,
},
// public: {
// siteUrl: 'https://example.com',
// siteName: 'ArmoniK Docs Theme',
// siteDescription: 'A beautiful, responsive, and customizable documentation theme for ArmoniK.',
// titleSeparator: '-',
// language: 'en-US',
// trailingSlash: true,
// },
},

devtools: true,
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aneoconsultingfr/armonik-docs-theme",
"type": "module",
"version": "0.6.12",
"packageManager": "pnpm@8.6.6",
"packageManager": "pnpm@8.6.7",
"description": "A theme to harmonize and easily maintain each ArmoniK Documentation.",
"homepage": "https://github.com/aneoconsulting/armonik-docs-theme#readme",
"repository": {
Expand Down Expand Up @@ -34,19 +34,22 @@
"release": "bumpp"
},
"dependencies": {
"@nuxt-themes/docus": "^1.13.1",
"@nuxt-themes/docus": "^1.14.3",
"@nuxt/devtools": "^0.6.7",
"mermaid": "^10.2.4",
"nuxt": "^3.6.2",
"nuxt": "^3.6.3",
"nuxt-seo-kit": "^1.3.9"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.7",
"@parcel/watcher": "^2.2.0",
"bumpp": "^9.1.1",
"case-police": "^0.6.1",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"markdownlint-cli": "^0.35.0",
"nuxt-og-image": "^2.0.10",
"nuxt-simple-robots": "^3.0.2",
"nuxt-simple-sitemap": "^3.0.9",
"typescript": "^5.1.6"
}
}
Loading