Skip to content

Commit

Permalink
chore: reinit submodules from atala to identus (#112)
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk authored Jul 4, 2024
1 parent a08387e commit d3e5425
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build ADRs
run: |
cd ./atala-prism-building-blocks
cd ./identus-cloud-agent
npm install -g log4brains
log4brains build --out ../static/adrs --basePath /adrs
touch ../static/adrs/.nojekyll
Expand Down
18 changes: 6 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[submodule "atala-prism-building-blocks"]
path = atala-prism-building-blocks
url = https://github.com/input-output-hk/atala-prism-building-blocks.git
branch = main
[submodule "atala-prism-products"]
path = atala-prism-products
url = https://github.com/input-output-hk/atala-prism-products.git
branch = main
[submodule "atala-prism-wallet-sdk-ts"]
path = atala-prism-wallet-sdk-ts
url = https://github.com/input-output-hk/atala-prism-wallet-sdk-ts.git
branch = main
[submodule "identus-cloud-agent"]
path = identus-cloud-agent
url = https://github.com/hyperledger/identus-cloud-agent.git
[submodule "identus-edge-agent-sdk-ts"]
path = identus-edge-agent-sdk-ts
url = https://github.com/hyperledger/identus-edge-agent-sdk-ts.git
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins:
} ]
- [ '@semantic-release/git', {
assets: [ 'package.json' , 'package-lock.json', 'CHANGELOG.md' ],
message: 'chore(release): release prism documentation portal ${nextRelease.version}
message: 'chore(release): release the Identus documentation portal ${nextRelease.version}
${nextRelease.notes}' } ]
- [ "semantic-release-slack-bot", {
Expand Down
1 change: 0 additions & 1 deletion atala-prism-building-blocks
Submodule atala-prism-building-blocks deleted from 73e8e2
1 change: 0 additions & 1 deletion atala-prism-products
Submodule atala-prism-products deleted from 6af8a2
1 change: 0 additions & 1 deletion atala-prism-wallet-sdk-ts
Submodule atala-prism-wallet-sdk-ts deleted from a22d3d
26 changes: 12 additions & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ const config = {
// Plugin Options for loading OpenAPI files
specs: [
{
spec: 'atala-prism-building-blocks/cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml',
spec: 'identus-cloud-agent/cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml',
route: '/agent-api/',
},
// {
// spec: "atala-prism-products/enterprise-services/api-spec/enterprise-services-spec.yml",
// route: "/enterprise-api/",
// }
}
]
},
],
Expand All @@ -71,19 +67,19 @@ const config = {
'@docusaurus/plugin-content-docs',
{
id: 'tutorials',
path: 'atala-prism-building-blocks/docs/docusaurus',
path: 'identus-cloud-agent/docs/docusaurus',
routeBasePath: 'tutorials',
sidebarPath: require.resolve('./atala-prism-building-blocks/docs/docusaurus/sidebars.js'),
sidebarPath: require.resolve('./identus-cloud-agent/docs/docusaurus/sidebars.js'),
},
],
require.resolve('docusaurus-lunr-search'),
[
'@docusaurus/plugin-content-docs',
{
id: 'atala-prism-wallet-sdk-ts',
path: 'atala-prism-wallet-sdk-ts/docs',
routeBasePath: 'atala-prism-wallet-sdk-ts',
sidebarPath: require.resolve('./atala-prism-wallet-sdk-ts/docs/sidebars.js'),
id: 'identus-edge-agent-sdk-ts',
path: 'identus-edge-agent-sdk-ts/docs',
routeBasePath: 'identus-edge-agent-sdk-ts',
sidebarPath: require.resolve('./identus-edge-agent-sdk-ts/docs/sidebars.js'),
},
]
],
Expand Down Expand Up @@ -131,15 +127,17 @@ const config = {
position: 'left',
items: [
{
// TODO: figure out the new link
label: 'Edge Agent SDK Swift',
href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/edgeagentsdk',
},
{
to: '/atala-prism-wallet-sdk-ts/sdk',
to: '/identus-edge-agent-sdk-ts/sdk',
label: 'Edge Agent SDK Typescript',
activeBaseRegex: `/atala-prism-wallet-sdk-ts/sdk`
activeBaseRegex: `/identus-edge-agent-sdk-ts/sdk`
},
{
// TODO: figure out the new link
label: 'Edge Agent SDK Kotlin Multiplatform',
href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/',
},
Expand Down

0 comments on commit d3e5425

Please sign in to comment.