mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-24 22:11:38 +02:00
chore: initial commit for bruno docs package
This commit is contained in:
parent
66024d04e9
commit
ec22fdb637
11
packages/bruno-docs/package.json
Normal file
11
packages/bruno-docs/package.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "@usebruno/docs",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"main": "src/index.js",
|
||||||
|
"files": [
|
||||||
|
"src",
|
||||||
|
"package.json"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
}
|
||||||
|
}
|
5
packages/bruno-docs/readme.md
Normal file
5
packages/bruno-docs/readme.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user