Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo committed Nov 28, 2024
1 parent 30399b2 commit 0984103
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineAppConfig({
icon: 'mdi:linkedin',
},
instagram: 'aneoconsulting/',
twitter: 'ANEOConseil',
twitter: 'aneoconseil',
website: {
label: 'Website',
href: 'https://armonik.fr',
Expand Down Expand Up @@ -43,7 +43,7 @@ export default defineAppConfig({
footer: {
fluid: true,
credits: {
text: '',
text: 'Aneo Website',
href: 'https://www.aneo.eu',
icon: 'LogosAneo',
},
Expand All @@ -52,31 +52,31 @@ export default defineAppConfig({
text: 'ArmoniK',
target: '_blank',
rel: 'noopener',
href: 'https://aneoconsulting.github.io/ArmoniK/',
href: 'https://aneoconsulting.github.io/armonik/',
},
{
text: 'ArmoniK.Core',
target: '_blank',
rel: 'noopener',
href: 'https://aneoconsulting.github.io/ArmoniK.Core/',
href: 'https://aneoconsulting.github.io/armonik.core/',
},
{
text: 'ArmoniK.Api',
target: '_blank',
rel: 'noopener',
href: 'https://aneoconsulting.github.io/ArmoniK.Api/',
href: 'https://aneoconsulting.github.io/armonik.api/',
},
{
text: 'ArmoniK.Admin.GUI',
target: '_blank',
rel: 'noopener',
href: 'https://aneoconsulting.github.io/ArmoniK.Admin.GUI/',
href: 'https://aneoconsulting.github.io/armonik.admin.gui/',
},
{
text: 'ArmoniK.Community',
target: '_blank',
rel: 'noopener',
href: 'https://aneoconsulting.github.io/ArmoniK.Community/',
href: 'https://aneoconsulting.github.io/armonik.community/',
},
],
iconLinks: [],
Expand Down
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export default defineNuxtConfig({
},
},

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

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

content: {
Expand Down

0 comments on commit 0984103

Please sign in to comment.