Skip to content

Commit

Permalink
Update README.md (#2338)
Browse files Browse the repository at this point in the history
* Update README.md

* Delete LOCALIZATION.md

* Update docusaurus.config.js
  • Loading branch information
bucanero authored Nov 27, 2024
1 parent 51e1b01 commit 26c76df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 84 deletions.
77 changes: 0 additions & 77 deletions LOCALIZATION.md

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
## NEAR Protocol - scalable and usable blockchain

[![Discord](https://img.shields.io/discord/490367152054992913.svg)](http://near.chat)
[![CI](https://github.com/near/docs/actions/workflows/build-docs.yml/badge.svg)](https://github.com/near/docs/actions/workflows/build-docs.yml)
[![CI](https://github.com/near/docs/actions/workflows/build-check.yml/badge.svg)](https://github.com/near/docs/actions/workflows/build-check.yml)

This is the repository for the official documentation of NEAR Protocol, a user-friendly and carbon-neutral blockchain, built from the ground up to be performant, secure, and infinitely scalable.

## Quick start

Check out the following links
Check out the following links:

- Deployed, live documentation: https://docs.near.org
- Example applications: https://github.com/near-examples
Expand All @@ -27,7 +27,7 @@ Check out the following links

NEAR uses [Docusaurus](https://docusaurus.io) for documentation. Please refer to their documentation for details on major structural contributions to the documentation.

For simple content changes you have 2 options
For simple content changes you have 2 options:

- [Submit an issue](https://github.com/near/docs/issues)
- [Submit a pull request](https://github.com/near/docs/pulls) *(we prefer PRs of course)*
Expand All @@ -43,7 +43,7 @@ This is the fastest way to submit content changes directly from the page where y

### The typical PR

This is the standard fork-branch-commit workflow for submitting pull requests to open source repositories
This is the standard fork-branch-commit workflow for submitting pull requests to open-source repositories:

1. Fork this repo to your own GitHub account (or just clone it directly if you are currently a member of NEAR)

Expand Down
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const config = {
},
{
type: 'html',
value: '<hr/><div class="subtitle"> Support </dib>',
value: '<hr/><div class="subtitle"> Support </div>',
},
{
href: 'https://discord.gg/GZ7735Xjce',
Expand All @@ -196,7 +196,7 @@ const config = {
},
{
type: 'html',
value: '<hr /><div class="subtitle"> Education </dib>',
value: '<hr /><div class="subtitle"> Education </div>',
},
{
href: 'https://agorapp.dev/catalog/course?difficulty=&chains=near',
Expand All @@ -208,7 +208,7 @@ const config = {
},
{
type: 'html',
value: '<hr /><div class="subtitle"> Other Docs </dib>',
value: '<hr /><div class="subtitle"> Other Docs </div>',
},
{
href: 'https://github.com/near/NEPs',
Expand Down

0 comments on commit 26c76df

Please sign in to comment.