Skip to content

Commit

Permalink
remove near-apps org (#876)
Browse files Browse the repository at this point in the history
* remove boilerplate repo from near-apps

* remove near-apps from getting started menu

* remove near-apps from hackathon guide

* update link in guestbook to point to near.dev
  • Loading branch information
thisisjoshford committed Oct 10, 2021
1 parent 5dce010 commit 603cf50
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion docs/api/javascript-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ sidebar_label: JavaScript Library
| [Cheatsheet / Quick Reference](/docs/api/naj-quick-reference) | Quick easy way to get started with the most common uses of `near-api-js`. |
| [Cookbook](/docs/api/naj-cookbook) | Common use case scenarios for `near-api-js`. |
| [TypeDocs](https://near.github.io/near-api-js/) | Documentation created from the codebase itself. |
| [Boilerplate Code](https://github.com/near-apps/nearbp) | Boilerplate example code |
| [Examples](https://examples.near.org/) | Example applications using `near-api-js` |
| [GH Repository](https://github.com/near/near-api-js/) | Link to `near-api-js` on GitHub. |
1 change: 0 additions & 1 deletion docs/develop/basics/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ sidebar_label: Getting Started
| ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------- |
| **Example Projects** | |
| **[NEAR Examples](https://near.dev)** | Basic example apps built on NEAR that you can clone and explore. |
| **[NEAR Apps](https://github.com/near-apps)** | More advanced example apps built on NEAR that showcase functionality. |
| **Tools** | |
| **[NEAR Wallet](/docs/tools/near-wallet)** | Create and manage [accounts](/docs/concepts/account) & [access keys](/docs/concepts/account#access-keys) |
| **[NEAR Explorer](/docs/tools/near-explorer)** | View and inspect [transactions](/docs/concepts/transaction) taking place on the blockchain |
Expand Down
4 changes: 0 additions & 4 deletions docs/develop/basics/hackathon-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ under your HOME folder (`~/.near-credentials`)_
4) Head to [NEAR Examples](https://near.dev) and test out some example applications. You can clone and play
around with the code or simply click on the Gitpod button to launch an online instance!

6) Ready to dive in? Checkout some more [boilerplate apps](#boilerplate-apps) with accompanying video
walkthroughs [ [here](https://github.com/near-apps/) ].


## Understanding Smart Contracts

Smart Contracts are the back-end of your application, which lives on the blockchain. The application still needs the same front-end stuff (HTML/CSS/JS) you're used to, but all of your data, or "state," will be stored _on-chain_.
Expand Down
1 change: 0 additions & 1 deletion docs/develop/front-end/near-api-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ sidebar_label: Overview
| [Cheatsheet / Quick Reference](/docs/api/naj-quick-reference) | Quick easy way to get started with the most common uses of `near-api-js`. |
| [Cookbook](/docs/api/naj-cookbook) | Common use case scenarios for `near-api-js`. |
| [TypeDocs](https://near.github.io/near-api-js/) | Documentation created from the codebase itself. |
| [Boilerplate Code](https://github.com/near-apps/nearbp) | Boilerplate example code |
| [Examples](https://examples.near.org/) | Example applications using `near-api-js` |
| [GH Repository](https://github.com/near/near-api-js/) | Link to `near-api-js` on GitHub. |
2 changes: 1 addition & 1 deletion docs/tutorials/contracts/guest-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ Pat yourself on the back. You not only delved a bit deeper into writing smart co
[jest]: https://jestjs.io/
[NEAR accounts]: /docs/concepts/account
[NEAR Wallet]: https://wallet.near.org
[Near App examples]: https://github.com/near-apps
[Near App examples]: https://near.dev
[near-cli]: https://github.com/near/near-cli
[CLI]: https://www.w3schools.com/whatis/whatis_cli.asp
[create-near-app]: https://github.com/near/create-near-app
Expand Down

0 comments on commit 603cf50

Please sign in to comment.