mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 08:56:35 +00:00
Add workflow for api gen and refactor genration script (#60)
* update gitignore * add first version of api generation flow * try to run flow * testing flow * update gen flow * switch flow to macOS * fix * add npm install * test workflow * Update API pages * test workflow with current main * refactor parser * merge examples and schema functions * merge examples and schema functions * merge parameters as well * revert template to single class component * update account * finalizing * update with the newest version of openapi * full flow * update * add docker command * split flow in two jobs * remove testing trigger --------- Co-authored-by: GitHub Actions <no-reply@github.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
export const title = 'Rules'
|
||||
|
||||
|
||||
@@ -7,7 +6,7 @@ export const title = 'Rules'
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
Returns a list of all Rules
|
||||
Returns a list of all rules
|
||||
</Col>
|
||||
|
||||
<Col sticky>
|
||||
@@ -227,7 +226,7 @@ echo $response;
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
Creates a Rule
|
||||
Creates a rule
|
||||
|
||||
#### Request-Body Parameters
|
||||
<Properties>
|
||||
@@ -575,7 +574,7 @@ echo $response;
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
Get information about a Rules
|
||||
Get information about a rules
|
||||
|
||||
#### Path Parameters
|
||||
<Properties>
|
||||
@@ -799,7 +798,7 @@ echo $response;
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
Update/Replace a Rule
|
||||
Update/Replace a rule
|
||||
|
||||
#### Path Parameters
|
||||
<Properties>
|
||||
@@ -1159,7 +1158,7 @@ echo $response;
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
Delete a Rule
|
||||
Delete a rule
|
||||
|
||||
#### Path Parameters
|
||||
<Properties>
|
||||
|
||||
Reference in New Issue
Block a user