Skip to content

Commit 18cb677

Browse files
authored
remove CONTRIBUTING.md and references (#20305)
* remove CONTRIBUTING.md and references
1 parent e68493c commit 18cb677

File tree

3 files changed

+2
-320
lines changed

3 files changed

+2
-320
lines changed

CONTRIBUTING.md

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

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ This repository contains the source files for the CockroachDB documentation avai
66

77
Want a topic added to the docs? Need additional details or clarification? See an error or other problem? Please [open an issue](https://github.com/cockroachdb/docs/issues).
88

9-
## Write Docs
10-
11-
Want to contribute to the docs? See [CONTRIBUTING](CONTRIBUTING.md) for details about setting yourself up and getting started.
12-
139
## Resources
1410

15-
- [Code of conduct](CODE_OF_CONDUCT.md)
16-
- [Contributing](CONTRIBUTING.md)
11+
- [Code of conduct](CODE_OF_CONDUCT.md)

StyleGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ CockroachDB docs are mainly comprised of pages (`.md`) and images (`.png` or `.g
213213
- `this-is-a-doc.md`
214214
- `name-of-your-image.png`
215215

216-
Each version's pages are found in a directory named for the version. For example, pages for CockroachDB v21.1 are in the `docs > v21.1` directory. For more information about page structure, see the [Pages](https://github.com/cockroachdb/docs/blob/main/CONTRIBUTING.md#pages) section in our [Contributing Guide](https://github.com/cockroachdb/docs/blob/main/CONTRIBUTING.md). For more information about how to style page content, see [Components](#components).
216+
Each version's pages are found in a directory named for the version. For example, pages for CockroachDB v21.1 are in the `docs > src > current > v21.1` directory. For more information about how to style page content, see [Components](#components).
217217

218218
Each version's images are stored in a versioned directory under the `images` directory. For example, images for CockroachDB v21.1 are in the `docs > images > v21.1` directory. For more information, see [Images](#images).
219219

0 commit comments

Comments
 (0)