Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

docs(Intro): Repositories are "tagged" using topics #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docs/Developing blocks/1 Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There are two kinds of blocks: file blocks and folder blocks. Their API is mostl

## How are blocks developed and shared?

You develop blocks using standard web technologies, and you publish them for yourself or others to use by pushing their code to a GitHub repository, and tagging that repository with the `github-blocks` tag. You won't need to handle building, deploying, or hosting. Not every app can be a block, but many can! We want you to reimagine repositories, and customize them with minimum effort.
You develop blocks using standard web technologies, and you publish them for yourself or others to use by pushing their code to a GitHub repository and adding the `github-blocks` topic. You won't need to handle building, deploying, or hosting. Not every app can be a block, but many can! We want you to reimagine repositories, and customize them with minimum effort.

### Relevant repos

Expand All @@ -26,4 +26,4 @@ Example blocks that we've built to showcase the API.
- `GitHub Blocks` or just `Blocks`, capitalized, refers to the product.
- `blocks`, uncapitalized, refers to specific blocks, abstract blocks, or to blocks _en masse_.
- `Blocks platform` or `the platform` is the web application which hosts or embeds blocks, running on [blocks.githubnext.com](https://blocks.githubnext.com)
- `file blocks` and `folder blocks` refer to the two kinds of blocks that are possible today.
- `file blocks` and `folder blocks` refer to the two kinds of blocks that are possible today.