Skip to content

Commit 1f10d9f

Browse files
committed
Update index
1 parent a6e098f commit 1f10d9f

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

.github/pull_request_template.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
<!--
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.
43
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.
711
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).
917

1018
Changes in this pull request:
1119

12-
-
13-
-
14-
-
20+
-
21+
-
22+
-
1523

1624
@JC5

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
// Begin Swagger UI call region
4242
const ui = SwaggerUIBundle({
4343
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)"},
4446
{url: "./firefly-iii-2.0.12-v1.yaml", name: "2.0.12 (v1)"},
4547
{url: "./firefly-iii-2.0.12-v2.yaml", name: "2.0.12 (v2)"},
4648
{url: "./firefly-iii-2.0.10-v1.yaml", name: "2.0.10 (v1)"},

0 commit comments

Comments
 (0)