Skip to content

Commit 6116edc

Browse files
authored
doc: added generated documentation and doc-site (#11)
* refactored scanner to cope with doc-specific details * removed deprecated methods and types Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 7abe00e commit 6116edc

169 files changed

Lines changed: 18786 additions & 2112 deletions

File tree

Some content is hidden

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

.claude/CLAUDE.md

Lines changed: 279 additions & 24 deletions
Large diffs are not rendered by default.

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Most documentation for this library is directly found in code as comments for go
138138

139139
The documentation for the go-openapi packages is published on the public go docs site:
140140

141-
<https://pkg.go.dev/github.com/go-openapi/jsonpointer>
141+
<https://pkg.go.dev/github.com/go-openapi/testify>
142142

143143
Check your documentation changes for clarity, concision, and correctness.
144144

.golangci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,13 @@ linters:
4848
- examples$
4949
formatters:
5050
enable:
51-
- gofmt
51+
- gofumpt
5252
- goimports
53+
settings:
54+
# local prefixes regroup imports from these packages
55+
goimports:
56+
local-prefixes:
57+
- github.com/go-openapi
5358
exclusions:
5459
generated: lax
5560
paths:

0 commit comments

Comments
 (0)