File tree 2 files changed +18
-8
lines changed
2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- DO NOT OPEN A PR IN THIS REPOSITORY
3
- IF SOMETHING IS WRONG WITH THE YAML FILES
2
+ Thank you for submitting new code to Firefly III, or any of the related projects. Please read the following rules carefully.
4
3
5
- GO TO https://github.com/firefly-iii/api-docs-generator/
6
- -->
4
+ - Please do not submit solutions for problems that are not already reported in an issue.
5
+ - Unfortunately, Firefly III can't be your learning experience. If you're new to all of this, please open an issue first.
6
+ - Please do not open PRs to "discuss" possible solutions or to "get feedback" on your code. I simply don't have time for that.
7
+ - Pull requests for the MAIN branch will be closed.
8
+ - DO NOT include translated strings in your PR.
9
+
10
+ If it feels necessary to open an issue first, please do so, before you open a PR.
7
11
8
- Fixes issue # (if relevant)
12
+ See also: https://docs.firefly-iii.org/explanation/support/#contributing-code
13
+
14
+ -->
15
+
16
+ This PR fixes issue # (if relevant).
9
17
10
18
Changes in this pull request:
11
19
12
- -
13
- -
14
- -
20
+ -
21
+ -
22
+ -
15
23
16
24
@JC5
Original file line number Diff line number Diff line change 41
41
// Begin Swagger UI call region
42
42
const ui = SwaggerUIBundle ( {
43
43
urls : [
44
+ { url : "./firefly-iii-2.0.14-v1.yaml" , name : "2.0.14 (v1)" } ,
45
+ { url : "./firefly-iii-2.0.14-v2.yaml" , name : "2.0.14 (v2)" } ,
44
46
{ url : "./firefly-iii-2.0.12-v1.yaml" , name : "2.0.12 (v1)" } ,
45
47
{ url : "./firefly-iii-2.0.12-v2.yaml" , name : "2.0.12 (v2)" } ,
46
48
{ url : "./firefly-iii-2.0.10-v1.yaml" , name : "2.0.10 (v1)" } ,
You can’t perform that action at this time.
0 commit comments