chore: initial commit for bruno docs package

This commit is contained in:
Anoop M D 2023-05-19 19:57:58 +05:30
parent 66024d04e9
commit ec22fdb637
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"name": "@usebruno/docs",
"version": "0.0.1",
"main": "src/index.js",
"files": [
"src",
"package.json"
],
"dependencies": {
}
}

View File

@ -0,0 +1,5 @@
# bruno-docs
This is a wip.
We have a request to generate docs in a html file that can be hosted on a server so that the visitor can view the API and make requests without downloading/installing anything.