Skip to content

Commit

Permalink
Merge branch 'features/docusaurus' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPinsel committed May 16, 2024
2 parents 220fb8d + f1b5a00 commit d2b0807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

deploy:
name: Deploy to GitHub Pages
runs-on: [ self-hosted, Linux, road-runner, small ]
runs-on: ubuntu-latest
needs: build

permissions:
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/development/Tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ When you just run `task` without parameters, you will see all tasks available.
this configuration in production." in the terminal
2. Run `task app:build` to build the MIW application
3.
Run [ManagedIdentityWalletsApplication.java](src/main/java/org/eclipse/tractusx/managedidentitywallets/ManagedIdentityWalletsApplication.java)
Run `ManagedIdentityWalletsApplication.java` from src/main/java/org/eclipse/tractusx/managedidentitywallets/ManagedIdentityWalletsApplication.java
via IDE and use the local.env file to populate environment vars (e.g. EnvFile plugin for IntelliJ)
4. Run `task app:get-token` and copy the token (including "BEARER" prefix) (Mac users have the token already in their
clipboard :) )
Expand All @@ -90,7 +90,7 @@ via IDE and use the local.env file to populate environment vars (e.g. EnvFile pl
See OpenAPI documentation, which is automatically created from
the source and available on each deployment at the `/docs/api-docs/docs` endpoint
(e.g. locally at http://localhost:8087/docs/api-docs/docs). An export of the JSON
document can be also found in [docs/openapi_v001.json](docs/openapi_v001.json).
document can be also found in our [API Spec](./API.md).

# Test Coverage

Expand Down
3 changes: 0 additions & 3 deletions docs/docs/ssi/Verifiable Credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,3 @@ the participant in their capacity as a dismantler.
}
</pre>
</details>

> Proposed Verifiable Credentials schemas for data spaces a further discussed in
> the [schemas documentation](../schemas/README.md).

0 comments on commit d2b0807

Please sign in to comment.