Skip to content

Commit f08d527

Browse files
authored
docs: point to organization-wide documentations, added missing godocs (#126)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 5b79c49 commit f08d527

8 files changed

Lines changed: 49 additions & 610 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 0 additions & 251 deletions
This file was deleted.

.github/DCO.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It ships with copies of other software which license terms are recalled below.
1818

1919
The original software was authored on 25-02-2013 by sigu-399 (https://github.com/sigu-399, sigu.399@gmail.com).
2020

21-
github.com/sigh-399/jsonpointer
21+
github.com/sigu-399/jsonpointer
2222
===========================
2323

2424
// SPDX-FileCopyrightText: Copyright 2013 sigu-399 ( https://github.com/sigu-399 )

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ An implementation of JSON Pointer for golang, which supports go `struct`.
1616

1717
## Announcements
1818

19-
* **2025-12-19** : new community chat on discord
20-
* a new discord community channel is available to be notified of changes and support users
21-
* our venerable Slack channel remains open, and will be eventually discontinued on **2026-03-31**
22-
23-
You may join the discord community by clicking the invite link on the discord badge (also above). [![Discord Channel][discord-badge]][discord-url]
24-
25-
Or join our Slack channel: [![Slack Channel][slack-logo]![slack-badge]][slack-url]
26-
2719
* **2026-04-15** : added support for trailing "-" for arrays
2820
* this brings full support of [RFC6901][RFC6901]
2921
* this is supported for types relying on the reflection-based implemented
@@ -125,9 +117,9 @@ on top of which it has been built.
125117
## Other documentation
126118

127119
* [All-time contributors](./CONTRIBUTORS.md)
128-
* [Contributing guidelines](.github/CONTRIBUTING.md)
129-
* [Maintainers documentation](docs/MAINTAINERS.md)
130-
* [Code style](docs/STYLE.md)
120+
* [Contributing guidelines][contributing-doc-site]
121+
* [Maintainers documentation][maintainers-doc-site]
122+
* [Code style][style-doc-site]
131123

132124
## Cutting a new release
133125

@@ -158,9 +150,6 @@ Maintainers can cut a new release by either:
158150
<!-- Badges: documentation & support -->
159151
[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/jsonpointer
160152
[godoc-url]: http://pkg.go.dev/github.com/go-openapi/jsonpointer
161-
[slack-logo]: https://a.slack-edge.com/e6a93c1/img/icons/favicon-32.png
162-
[slack-badge]: https://img.shields.io/badge/slack-blue?link=https%3A%2F%2Fgoswagger.slack.com%2Farchives%2FC04R30YM
163-
[slack-url]: https://goswagger.slack.com/archives/C04R30YMU
164153
[discord-badge]: https://img.shields.io/discord/1446918742398341256?logo=discord&label=discord&color=blue
165154
[discord-url]: https://discord.gg/FfnFYaC3k5
166155

@@ -173,3 +162,7 @@ Maintainers can cut a new release by either:
173162
[top-badge]: https://img.shields.io/github/languages/top/go-openapi/jsonpointer
174163
[commits-badge]: https://img.shields.io/github/commits-since/go-openapi/jsonpointer/latest
175164
[RFC6901]: https://www.rfc-editor.org/rfc/rfc6901
165+
<!-- Organization docs -->
166+
[contributing-doc-site]: https://go-openapi.github.io/doc-site/contributing/contributing/index.html
167+
[maintainers-doc-site]: https://go-openapi.github.io/doc-site/maintainers/index.html
168+
[style-doc-site]: https://go-openapi.github.io/doc-site/contributing/style/index.html

docs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)