blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

Move some GitHub wiki pages to Blockly Developer Site.

Open ShiroRyokoshi opened this issue 4 years ago • 2 comments

Category

Documentation

Component

CONTRIBUTING and wiki

Describe the bug

Some of the links in CONTRIBUTING link to Github wiki pages instead redirecting the user to the moved pages on Blockly Developer Site.

List of links that are affected:

  1. Add a plugin
  2. Fix bugs
  3. wiki
  4. overview of the repostiory structure
  5. publishing process

To Reproduce

Steps to reproduce the behavior:

  1. Go to CONTRIBUTING
  2. Click on one of the links that is on the list.
  3. See error

Expected behavior

After the user clicks the link, he should be redirected to GitHub wiki page that gives the user a link to apropriate Blockly Developer Site.

Additional context

Side note. Currently the links redirect to a page on Github wiki that informs the user that he should go to the page on Blockly Developer Site. Not ideal. There is an issue opened about this and I am working on updating it, but I cannot update the links if the pages from the Github wiki are not moved to Blockly Developer Site.

This has been my first ever issue written, I hope I didn't made any mistakes.

ShiroRyokoshi avatar Apr 24 '21 16:04 ShiroRyokoshi

Number 1 - Add a plugin should go here: https://developers.google.com/blockly/guides/modify/contribute/add_a_plugin

Number 3 - Link to the Developer Site instead of the wiki

For 2, 4, and 5 you're right, these are not currently available on the Developer Site. I will work on adding these there and I'll reply with the links when they are live. Thanks for reporting!

maribethb avatar Apr 27 '21 23:04 maribethb

The other links are now live on the developer site: Issue labels (fix bugs): https://developers.google.com/blockly/guides/modify/contribute/issue_labels Repository structure: https://developers.google.com/blockly/guides/modify/contribute/samples_repository_structure

And publishing was added to the create a plugin page: https://developers.google.com/blockly/guides/modify/contribute/add_a_plugin#publishing

I still need to add a link to these pages on the wiki, but now that they are live on the developer site, you can now work on #678 if you're still interested :)

maribethb avatar May 13 '21 21:05 maribethb