Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzhuojie committed Jul 6, 2018
1 parent 3e8098c commit 561666a
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
7 changes: 6 additions & 1 deletion docs/api_docs/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
Flagr is a feature flagging, A/B testing and dynamic configuration
microservice
title: Flagr
version: 1.0.7
version: 1.0.8
tags:
- name: flag
description: Everything about the flag
Expand All @@ -18,6 +18,8 @@ tags:
description: Variants are the possible outcomes of flag evaluation
- name: evaluation
description: Evaluation is the process of evaluating a flag given the entity context
- name: health
description: Check if Flagr is healthy
x-tagGroups:
- name: Flag Management
tags:
Expand All @@ -29,6 +31,9 @@ x-tagGroups:
- name: Flag Evaluation
tags:
- evaluation
- name: Health Check
tags:
- health
consumes:
- application/json
produces:
Expand Down
Binary file modified docs/images/flagr_arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion swagger/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ swagger: "2.0"
info:
description: Flagr is a feature flagging, A/B testing and dynamic configuration microservice
title: Flagr
version: 1.0.7
version: 1.0.8
tags:
- name: flag
description: Everything about the flag
Expand All @@ -17,6 +17,8 @@ tags:
description: Variants are the possible outcomes of flag evaluation
- name: evaluation
description: Evaluation is the process of evaluating a flag given the entity context
- name: health
description: Check if Flagr is healthy
x-tagGroups:
- name: Flag Management
tags:
Expand All @@ -28,6 +30,9 @@ x-tagGroups:
- name: Flag Evaluation
tags:
- evaluation
- name: Health Check
tags:
- health
consumes:
- application/json
produces:
Expand Down
2 changes: 1 addition & 1 deletion swagger_gen/restapi/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 22 additions & 2 deletions swagger_gen/restapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 561666a

Please sign in to comment.