Skip to content

Commit 72ef4fb

Browse files
authored
docs: aligned documentation with org (#109)
Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
1 parent a677038 commit 72ef4fb

6 files changed

Lines changed: 7 additions & 601 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.

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ Shared errors and error interface used throughout the various libraries found in
1818

1919
* **2025-12-19** : new community chat on discord
2020
* 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**
2221

2322
You may join the discord community by clicking the invite link on the discord badge (also above). [![Discord Channel][discord-badge]][discord-url]
2423

25-
Or join our Slack channel: [![Slack Channel][slack-logo]![slack-badge]][slack-url]
26-
2724
## Status
2825

2926
API is stable.
@@ -69,9 +66,9 @@ This library ships under the [SPDX-License-Identifier: Apache-2.0](./LICENSE).
6966
## Other documentation
7067

7168
* [All-time contributors](./CONTRIBUTORS.md)
72-
* [Contributing guidelines](.github/CONTRIBUTING.md)
73-
* [Maintainers documentation](docs/MAINTAINERS.md)
74-
* [Code style](docs/STYLE.md)
69+
* [Contributing guidelines][contributing-doc-site]
70+
* [Maintainers documentation][maintainers-doc-site]
71+
* [Code style][style-doc-site]
7572

7673
## Cutting a new release
7774

@@ -102,9 +99,6 @@ Maintainers can cut a new release by either:
10299
<!-- Badges: documentation & support -->
103100
[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/errors
104101
[godoc-url]: http://pkg.go.dev/github.com/go-openapi/errors
105-
[slack-logo]: https://a.slack-edge.com/e6a93c1/img/icons/favicon-32.png
106-
[slack-badge]: https://img.shields.io/badge/slack-blue?link=https%3A%2F%2Fgoswagger.slack.com%2Farchives%2FC04R30YM
107-
[slack-url]: https://goswagger.slack.com/archives/C04R30YMU
108102
[discord-badge]: https://img.shields.io/discord/1446918742398341256?logo=discord&label=discord&color=blue
109103
[discord-url]: https://discord.gg/FfnFYaC3k5
110104

@@ -116,3 +110,7 @@ Maintainers can cut a new release by either:
116110
[goversion-url]: https://github.com/go-openapi/errors/blob/master/go.mod
117111
[top-badge]: https://img.shields.io/github/languages/top/go-openapi/errors
118112
[commits-badge]: https://img.shields.io/github/commits-since/go-openapi/errors/latest
113+
<!-- Organization docs -->
114+
[contributing-doc-site]: https://go-openapi.github.io/doc-site/contributing/contributing/index.html
115+
[maintainers-doc-site]: https://go-openapi.github.io/doc-site/maintainers/index.html
116+
[style-doc-site]: https://go-openapi.github.io/doc-site/contributing/style/index.html

docs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)