Skip to content

Commit

Permalink
Update Gen3.2 v0.10.46 (#22)
Browse files Browse the repository at this point in the history
* update to 0.10.46

* update grafana app name

* update config

* update config again
  • Loading branch information
craigrbarnes authored Oct 2, 2024
1 parent bf06092 commit 4d4ea44
Show file tree
Hide file tree
Showing 24 changed files with 1,383 additions and 1,464 deletions.
51 changes: 35 additions & 16 deletions config/gen3/footer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,46 @@
{
"classNames": {
"root": "bg-base-darkest"
"root": "bg-base-darkest",
"layout": "flex items-center justify-end"
},
"footerRightLogos": [
[
"rightSection": {
"columns": [
{
"logo": "/icons/gen3.png",
"width": 132,
"height": 60,
"description": "Gen3 Logo"
"rows": [
{
"Icon": {
"logo": "/images/gen3.png",
"width": 132,
"height": 60,
"description": "Gen3 Logo"
}
}
]
},
{
"logo": "/icons/createdby.png",
"width": 170,
"height": 60,
"description": "Created by CTDS"
"rows": [
{
"Icon": {
"logo": "/images/createdby.png",
"width": 170,
"height": 60,
"description": "Created by CTDS"
}
}
]
},
{
"logo": "/icons/OCC.png",
"width": 150,
"height": 60,
"description": "OCC"
"rows": [
{
"Icon": {
"logo": "/images/OCC.png",
"width": 150,
"height": 60,
"description": "OCC"
}
}
]
}
]
]
}
}
5 changes: 3 additions & 2 deletions config/gen3/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"navigationPanel": "bg-base-max text-primary"
},
"logo": {
"src": "/icons/Prometheus_logo.png",
"height": 128,
"src": "/images/Prometheus_logo.png",
"height": 58,
"width": 100,
"href": "/"
},
"items": [
Expand Down
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const withMDX = require('@next/mdx')({
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
experimental: {
instrumentationHook: true,
},
pageExtensions: ['mdx', 'md', 'jsx', 'js', 'tsx', 'ts'],
basePath: process.env.BASE_PATH || '',
transpilePackages: ['@gen3/core', '@gen3/frontend'],
Expand Down
Loading

0 comments on commit 4d4ea44

Please sign in to comment.