From 720a48828e7442e742f128ef8ec23d3f3be435a4 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Wed, 22 Mar 2023 10:19:33 -0700 Subject: [PATCH] docs(Intro): Repositories are "tagged" using topics I think topic is the correct term to use here, it is also used in the GitHub UI: https://github.com/topics/github-blocks --- docs/Developing blocks/1 Intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Developing blocks/1 Intro.md b/docs/Developing blocks/1 Intro.md index 97f3ecf..a68dd64 100644 --- a/docs/Developing blocks/1 Intro.md +++ b/docs/Developing blocks/1 Intro.md @@ -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 @@ -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. \ No newline at end of file +- `file blocks` and `folder blocks` refer to the two kinds of blocks that are possible today.