Skip to content

Commit 2b3da81

Browse files
authored
doc: simplified docs, now pointer to org-level docs (#92)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent f002c8f commit 2b3da81

6 files changed

Lines changed: 9 additions & 605 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: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@
1414

1515
An implementation of JSON Reference for golang.
1616

17+
<!--
1718
## Announcements
18-
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]
19+
-->
2620

2721
## Status
2822

@@ -74,9 +68,9 @@ on top of which it has been built.
7468
## Other documentation
7569

7670
* [All-time contributors](./CONTRIBUTORS.md)
77-
* [Contributing guidelines](.github/CONTRIBUTING.md)
78-
* [Maintainers documentation](docs/MAINTAINERS.md)
79-
* [Code style](docs/STYLE.md)
71+
* [Contributing guidelines][contributing-doc-site]
72+
* [Maintainers documentation][maintainers-doc-site]
73+
* [Code style][style-doc-site]
8074

8175
## Cutting a new release
8276

@@ -125,3 +119,7 @@ Maintainers can cut a new release by either:
125119
[goversion-url]: https://github.com/go-openapi/jsonreference/blob/master/go.mod
126120
[top-badge]: https://img.shields.io/github/languages/top/go-openapi/jsonreference
127121
[commits-badge]: https://img.shields.io/github/commits-since/go-openapi/jsonreference/latest
122+
<!-- Organization docs -->
123+
[contributing-doc-site]: https://go-openapi.github.io/doc-site/contributing/contributing/index.html
124+
[maintainers-doc-site]: https://go-openapi.github.io/doc-site/maintainers/index.html
125+
[style-doc-site]: https://go-openapi.github.io/doc-site/contributing/style/index.html

docs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)