-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a5a785b
Showing
8 changed files
with
5,225 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules/ | ||
dist/ | ||
*.log |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Business Registry API Documentation | ||
|
||
This repository contains the OpenAPI specification and documentation for the Business Registry API. | ||
|
||
## Viewing the Documentation | ||
|
||
You can view the live documentation at [https://internetee.github.io/domain-reservation-api-docs/](https://internetee.github.io/domain-reservation-api-docs/) | ||
|
||
## Development | ||
|
||
To run the documentation locally: | ||
|
||
1. Clone this repository | ||
2. Run `npm install` | ||
3. Run `npm start` | ||
|
||
To build the static documentation: | ||
|
||
1. Run `npm run build` |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.