Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo committed May 23, 2024
1 parent 263a5c6 commit 02838bf
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 9 deletions.
67 changes: 59 additions & 8 deletions .docs/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,74 @@
export default defineAppConfig({
docus: {
title: 'ArmoniK',
description: 'The next-gen orchestrator',
title: 'ArmoniK Admin GUI',
description: 'ArmoniK GUI Documentation',
titleTemplate: '%s - ArmoniK',
image: '',
socials: {
github: 'aneoconsulting/ArmoniK'
linkedin: {
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/aneo/',
icon: 'mdi:linkedin',
},
instagram: 'aneoconsulting/',
twitter: 'ANEOConseil',
website: {
label: 'Website',
href: 'https://armonik.fr',
icon: 'mdi:web',
rel: 'noopener',
},
github: 'aneoconsulting/ArmoniK.Admin.GUI',
},
github: {
dir: '.docs/content',
repo: 'ArmoniK',
owner: 'aneoconsulting'
dir: 'content',
branch: 'main',
repo: 'ArmoniK.Admin.GUI',
owner: 'aneoconsulting',
edit: true,
},
main: {
fluid: true,
},
header: {
logo: false,
showLinkIcon: true,
exclude: [],
fluid: true,
},
}
footer: {
fluid: true,
credits: {
text: '',
href: 'https://www.aneo.eu',
icon: 'LogosAneo',
},
textLinks: [
{
text: 'ArmoniK',
target: '_blank',
rel: 'noopener',
href: 'https://aneoconsulting.github.io/ArmoniK/',
},
{
text: 'ArmoniK.Core',
target: '_blank',
rel: 'noopener',
href: 'https://aneoconsulting.github.io/ArmoniK.Core/',
},
{
text: 'ArmoniK.Api',
target: '_blank',
rel: 'noopener',
href: 'https://aneoconsulting.github.io/ArmoniK.Api/',
},
{
text: 'ArmoniK.Community',
target: '_blank',
rel: 'noopener',
href: 'https://aneoconsulting.github.io/ArmoniK.Community/',
},
],
iconLinks: [],
},
},
})
5 changes: 5 additions & 0 deletions .docs/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
img {
padding: 0px;
margin: 0px;
border-radius: 1rem;
}
14 changes: 14 additions & 0 deletions .docs/content/1.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,18 @@ Repositories
#description
Monitor and manage an ArmoniK cluster.
::

::card{icon="bxl:github"}
#title
[ArmoniK.Api](https://github.com/aneoconsulting/ArmoniK.Api)
#description
Monitor and manage an ArmoniK cluster.
::

::card{icon="bxl:github"}
#title
[ArmoniK.Core](https://github.com/aneoconsulting/ArmoniK.Core)
#description
Monitor and manage an ArmoniK cluster.
::
::
3 changes: 2 additions & 1 deletion .docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export default defineNuxtConfig({
// Remove it if you don't use Plausible analytics
// https://github.com/nuxt-modules/plausible
'@nuxtjs/plausible'
]
],
css: ['~/assets/css/main.css'],
})
Binary file modified .docs/public/armonik-navigation-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .docs/public/armonik-services-manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02838bf

Please sign in to comment.