mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 23:37:56 -05:00
refactor: update repo link of assets
This commit is contained in:
@@ -39,7 +39,7 @@ async function bootstrap() {
|
||||
|
||||
const latestVersion = await (
|
||||
await fetch(
|
||||
"https://api.github.com/repos/privacy-scaling-explorations/bandada/releases/latest"
|
||||
"https://api.github.com/repos/bandada-infra/bandada/releases/latest"
|
||||
)
|
||||
).json()
|
||||
|
||||
@@ -54,9 +54,9 @@ async function bootstrap() {
|
||||
const configUI = {
|
||||
swaggerOptions: { defaultModelsExpandDepth: -1 },
|
||||
customfavIcon:
|
||||
"https://raw.githubusercontent.com/privacy-scaling-explorations/bandada/main/apps/dashboard/src/assets/favicon.ico",
|
||||
"https://raw.githubusercontent.com/bandada-infra/bandada/main/apps/dashboard/src/assets/favicon.ico",
|
||||
customSiteTitle: "Bandada API Docs",
|
||||
customCss: `.topbar-wrapper img {content:url('https://raw.githubusercontent.com/privacy-scaling-explorations/bandada/d5268274cbb93f73a1960e131bff0d2bf1eacea9/apps/dashboard/src/assets/icon1.svg'); width:60px; height:auto;}
|
||||
customCss: `.topbar-wrapper img {content:url('https://raw.githubusercontent.com/bandada-infra/bandada/d5268274cbb93f73a1960e131bff0d2bf1eacea9/apps/dashboard/src/assets/icon1.svg'); width:60px; height:auto;}
|
||||
.swagger-ui .topbar { background-color: transparent; } small.version-stamp { display: none !important; }`,
|
||||
customJsStr: `
|
||||
// Add a custom title to the right side of the Swagger UI page
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/bandada-infra/bandada.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@bandada/contracts">
|
||||
<img alt="NPM version" src="https://img.shields.io/npm/v/@bandada/contracts?style=flat-square" />
|
||||
|
||||
2
apps/docs/static/data/articles.json
vendored
2
apps/docs/static/data/articles.json
vendored
@@ -4,6 +4,6 @@
|
||||
"minRead": 3,
|
||||
"date": "2023-08-23",
|
||||
"authors": ["Bandada team"],
|
||||
"url": "https://mirror.xyz/privacy-scaling-explorations.eth/p3Mtft28FG1ctgeUARVEKLTK_KexnWC6T4CUHaQark4"
|
||||
"url": "https://mirror.xyz/bandada-infra.eth/p3Mtft28FG1ctgeUARVEKLTK_KexnWC6T4CUHaQark4"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user