Skip to content

Commit

Permalink
deploy: e811fc6
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Dec 6, 2024
0 parents commit a5a785b
Show file tree
Hide file tree
Showing 8 changed files with 5,225 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
dist/
*.log
Empty file added .nojekyll
Empty file.
19 changes: 19 additions & 0 deletions README.md
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`
2,286 changes: 2,286 additions & 0 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit a5a785b

Please sign in to comment.