Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit ebd691a

Browse files
committed
fix: api doc folder structure
1 parent cba60ef commit ebd691a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Managed Identity Wallets (MIW) service implements the Self-Sovereign-Identit
44

55
# Usage
66

7-
See [INSTALL.md](INSTALL.md)
7+
See [INSTALL.md](INSTALL.md)
88

99
# Developer Documentation
1010

@@ -157,13 +157,13 @@ directory, but without ".dist" at the end.
157157

158158
Description of the env files:
159159

160-
- **env.local**: Set up everything to get ready for flow "local". You need to fill in the passwords.
160+
- **env.local**: Set up everything to get ready for flow "local". You need to fill in the passwords.
161161
- **env.docker**: Set up everything to get ready for flow "docker". You need to fill in the passwords.
162162

163163
> **IMPORTANT**: ssi-lib is resolving DID documents over the network. There are two endpoints that rely on this resolution:
164164
> - Verifiable Credentials - Validation
165165
> - Verifiable Presentations - Validation
166-
>
166+
>
167167
> The following parameters are set in env.local or env.docker file per default:
168168
> ENFORCE_HTTPS_IN_DID_RESOLUTION=false
169169
> MIW_HOST_NAME=localhost
@@ -210,10 +210,11 @@ When you just run `task` without parameters, you will see all tasks available.
210210

211211
### pgAdmin
212212

213-
This local environment contains [pgAdmin](https://www.pgadmin.org/), which is also started (default: http://localhost:8888).
213+
This local environment contains [pgAdmin](https://www.pgadmin.org/), which is also started (
214+
default: http://localhost:8888).
214215
The default login is:
215216

216-
```
217+
```
217218
user: [email protected] (you can change it in the env.* files)
218219
password: the one you set for "POSTGRES_PASSWORD" in the env.* files
219220
```
@@ -233,7 +234,7 @@ For example, You can save DB backups there, so you can access them on your local
233234

234235
See OpenAPI documentation, which is automatically created from the source and available on each deployment at
235236
the `/docs/api-docs/docs` endpoint (e.g. locally at http://localhost:8087/docs/api-docs/docs). An export of the JSON
236-
document can be also found in [docs/openapi_v001.json](docs/openapi_v001.json).
237+
document can be also found in [docs/openapi_v001.json](docs/api/openapi_v001.json).
237238

238239
# Test Coverage
239240

File renamed without changes.

0 commit comments

Comments
 (0)