Skip to content

Commit 2ff9e7c

Browse files
authored
Merge pull request #48 from fredbi/doc/refactor-docs
Doc/refactor docs
2 parents f6b39fc + 5312242 commit 2ff9e7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+884
-505
lines changed

.mdsf.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.11.1/mdsf.schema.json",
3+
"format_finished_document": false,
4+
"languages": {
5+
"go": "golangci-lint:fmt",
6+
"shell": "shfmt"
7+
},
8+
"language_aliases": {
9+
"sh": "shell",
10+
"cmd": "shell",
11+
"bash": "shell"
12+
}
13+
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ thus reducing their dependencies footprint.
122122

123123
Go-swagger will be adapted over Q1 2026.
124124

125-
Features will probably be added to support our main use cases there.
125+
Features will be added to support our main use cases there.
126126

127127
## Change log
128128

@@ -144,6 +144,7 @@ distributed with this fork, including internalized libraries.
144144
* [Motivations](https://go-openapi.github.io/testify/project/readme)
145145
* [Roadmap][doc-roadmap]
146146
* [Internal architecture](https://go-openapi.github.io/testify/project/maintainers/architecture)
147+
* [Benchmarks](https://go-openapi.github.io/testify/project/maintainers/benchmarks)
147148

148149
* [All-time contributors](./CONTRIBUTORS.md)
149150
* [Contributing guidelines](https://go-openapi.github.io/testify/project/contributing/)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This policy outlines the commitment and practices of the go-openapi maintainers
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 2.1.x | :white_check_mark: |
9+
| 2.2.x | :white_check_mark: |
1010

1111
## Vulnerability checks in place
1212

assert/assert_assertions.go

Lines changed: 34 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assert/assert_assertions_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assert/assert_examples_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assert/assert_format.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assert/assert_format_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assert/assert_forward.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assert/assert_forward_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)