Skip to content

Commit

Permalink
fix: socials links
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo committed May 17, 2023
1 parent 2b42e35 commit 6166a87
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 462 deletions.
6 changes: 2 additions & 4 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ export default defineAppConfig({
href: 'https://www.linkedin.com/company/aneo/',
icon: 'mdi:linkedin'
},
instagram: 'https://www.instagram.com/aneoconsulting/',
twitter: 'https://twitter.com/ANEOConseil',
instagram: 'aneoconsulting/',
twitter: 'ANEOConseil',
website: {
label: 'Website',
href: 'https://armonik.fr',
icon: 'mdi:web',
// Waiting for an upstream fix in Docus
// @see https://github.com/nuxt-themes/docus/pull/899
rel: 'noopener'
},
github: 'aneoconsulting/armonik-docs-theme'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aneoconsultingfr/armonik-docs-theme",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.5.1",
"description": "A theme to harmonize and easily maintain each ArmoniK Documentation.",
"version": "0.6.9",
"scripts": {
Expand Down Expand Up @@ -35,17 +35,17 @@
"tokens.config.ts"
],
"dependencies": {
"@nuxt-themes/docus": "^1.11.1",
"@nuxt-themes/docus": "^1.12.0",
"@nuxt/devtools": "^0.4.6",
"@parcel/watcher": "^2.1.0",
"mermaid": "^10.1.0",
"nuxt": "^3.4.3",
"nuxt": "^3.5.0",
"nuxt-seo-kit": "^1.3.8"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"bumpp": "^9.1.0",
"case-police": "^0.6.0",
"case-police": "^0.6.1",
"eslint": "^8.40.0",
"markdownlint-cli": "^0.34.0",
"typescript": "^5.0.4",
Expand Down
Loading

0 comments on commit 6166a87

Please sign in to comment.