Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ words:
- timebox
- timeboxing
- timeslot
- tocstop
- trask
- trendable
- triager
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/toc-check.yml

This file was deleted.

9 changes: 0 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,3 @@ To regenerate those tables after updating any `sigs.yml` content, run:
```bash
make table-generation
```

## Updating the assets.md page

The [`assets.md`](assets.md) page has an auto-generated table of contents.
To regenerate the table of contents after updating any headings on that page, run:

```bash
make markdown-toc
```
17 changes: 0 additions & 17 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,3 @@ markdown-link-check:
--root-dir /home/repo \
--verbose \
home/repo

# This target runs markdown-toc on all files that contain
# a pair of comments <!-- toc --> and <!-- tocstop -->.
.PHONY: markdown-toc
markdown-toc:
@if ! npm ls markdown-toc; then npm install; fi
@for f in $(ALL_DOCS); do \
if grep -q '<!-- tocstop -->' $$f; then \
echo markdown-toc: processing $$f; \
npx --no -- markdown-toc --no-first-h1 --no-stripHeadingTags -i $$f || exit 1; \
else \
echo markdown-toc: no TOC markers, skipping $$f; \
fi; \
done

markdown-toc-check: markdown-toc
git diff --exit-code ':*.md' || (echo 'Generated markdown Table of Contents is out of date, please run "make markdown-toc" and commit the changes in this PR.' && exit 1)
52 changes: 0 additions & 52 deletions assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,6 @@

This file is intended to list all the assets controlled by OpenTelemetry.

<!-- Re-generate TOC with `make markdown-toc` -->

<!-- toc -->

- [GitHub organization](#github-organization)
- [Credential Storage](#credential-storage)
- [Community Resource Accounts](#community-resource-accounts)
* [AWS account](#aws-account)
* [FOSSA](#fossa)
* [Special GitHub Action runners](#special-github-action-runners)
+ [Large Linux runners](#large-linux-runners)
+ [Large Windows runners](#large-windows-runners)
+ [Bare metal runners](#bare-metal-runners)
* [Google Cloud account](#google-cloud-account)
* [Grafana organization for SIG Security](#grafana-organization-for-sig-security)
* [Netlify](#netlify)
* [Oracle Cloud account](#oracle-cloud-account)
- [Artifact repositories](#artifact-repositories)
* [NuGet OpenTelemetry organization](#nuget-opentelemetry-organization)
* [MyGet OpenTelemetryCNCF account](#myget-opentelemetrycncf-account)
* [NPM OpenTelemetry Organization](#npm-opentelemetry-organization)
* [Crates](#crates)
* [Maven](#maven)
* [PyPI](#pypi)
* [PHP Extras](#php-extras)
- [Communication channels](#communication-channels)
* [CNCF Community Group](#cncf-community-group)
* [opentelemetry-calendar-contributors Google Group](#opentelemetry-calendar-contributors-google-group)
* [OpenTelemetry Calendar Invites Google Group](#opentelemetry-calendar-invites-google-group)
* [Mailing list [email protected]](#mailing-list-cncf-opentelemetry-net-maintainerslistscncfio)
* [Mailing list [email protected]](#mailing-list-cncf-opentelemetry-rubylistscncfio)
* [Mailing list [email protected]](#mailing-list-cncf-opentelemetry-governancelistscncfio)
* [Zoom accounts](#zoom-accounts)
* [Zapier account](#zapier-account)
* [Google Workspace accounts](#google-workspace-accounts)
* [Google account for [email protected]](#google-account-for-cncf-opentelemetry-governancelistscncfio)
- [Social media channels](#social-media-channels)
* [BlueSky](#bluesky)
* [Buffer](#buffer)
* [LinkedIn](#linkedin)
* [Mastodon](#mastodon)
* [YouTube](#youtube)
- [Bot accounts](#bot-accounts)
* [Easy CLA](#easy-cla)
* [Docker Hub](#docker-hub)
* [`otelbot`](#otelbot)
* [OpenTelemetry Bot](#opentelemetry-bot)
* [Slack](#slack)
- [Security](#security)

<!-- tocstop -->

## GitHub organization

Link: https://github.com/open-telemetry
Expand Down
Loading