Skip to content

Commit d048e6a

Browse files
committed
fixing conflicts and removing unnecessary files
1 parent c6d2a5d commit d048e6a

File tree

230 files changed

+57
-35633
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+57
-35633
lines changed

.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
<<<<<<< HEAD
2-
.cache
3-
.DS_STORE
4-
.idea
5-
node_modules
6-
/public
7-
yarn-error.log
8-
.vscode/settings.json
9-
=======
101
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
112

123
# dependencies
@@ -45,4 +36,3 @@ yarn-error.log*
4536

4637
# external fonts
4738
public/fonts/Optimistic_*.woff2
48-
>>>>>>> e565b43abded279443401b07d170d478c54aabfd

README.md

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
<<<<<<< HEAD
2-
# pt-br.reactjs.org
1+
# pt-br.react.dev
32

4-
This repo contains the source code and documentation powering [pt-br.reactjs.org](https://pt-br.reactjs.org/).
5-
=======
6-
# react.dev
7-
8-
This repo contains the source code and documentation powering [react.dev](https://react.dev/).
9-
>>>>>>> e565b43abded279443401b07d170d478c54aabfd
3+
This repo contains the source code and documentation powering [pt-br.react.dev](https://pt-br.react.dev/).
104

115
## Getting started
126

@@ -16,21 +10,12 @@ This repo contains the source code and documentation powering [react.dev](https:
1610
1. Node: any 12.x version starting with v12.0.0 or greater
1711
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
1812
1. A fork of the repo (for any contributions)
19-
<<<<<<< HEAD
20-
1. A clone of the [pt-br.reactjs.org repo](https://github.com/reactjs/pt-br.reactjs.org) on your local machine
21-
22-
### Installation
23-
24-
1. `cd pt-br.reactjs.org` to go into the project root
25-
1. `yarn` to install the website's npm dependencies
26-
=======
27-
1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine
13+
1. A clone of the [pt-br.react.dev repo](https://github.com/reactjs/pt-br.react.dev) on your local machine
2814

2915
### Installation
3016

31-
1. `cd react.dev` to go into the project root
17+
1. `cd pt-br.react.dev` to go into the project root
3218
3. `yarn` to install the website's npm dependencies
33-
>>>>>>> e565b43abded279443401b07d170d478c54aabfd
3419

3520
### Running locally
3621

@@ -41,15 +26,11 @@ This repo contains the source code and documentation powering [react.dev](https:
4126

4227
### Guidelines
4328

44-
The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the [contributing guidelines](https://github.com/reactjs/react.dev/blob/main/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
29+
The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the [contributing guidelines](https://github.com/reactjs/pt-br.react.dev/blob/main/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
4530

4631
### Create a branch
4732

48-
<<<<<<< HEAD
49-
1. `git checkout main` from any folder in your local `pt-br.reactjs.org` repository
50-
=======
51-
1. `git checkout main` from any folder in your local `react.dev` repository
52-
>>>>>>> e565b43abded279443401b07d170d478c54aabfd
33+
1. `git checkout main` from any folder in your local `pt-br.react.dev` repository
5334
1. `git pull origin main` to ensure you have the latest main code
5435
1. `git checkout -b the-name-of-my-branch` (replacing `the-name-of-my-branch` with a suitable name) to create a branch
5536

@@ -70,23 +51,13 @@ The documentation is divided into several sections with a different tone and pur
7051

7152
1. `git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fix header logo on Android`) to stage and commit your changes
7253
1. `git push my-fork-name the-name-of-my-branch`
73-
1. Go to the [react.dev repo](https://github.com/reactjs/react.dev) and you should see recently pushed branches.
54+
1. Go to the [pt-br.react.dev repo](https://github.com/reactjs/pt-br.react.dev) and you should see recently pushed branches.
7455
1. Follow GitHub's instructions.
7556
1. If possible, include screenshots of visual changes. A preview build is triggered after your changes are pushed to GitHub.
7657

7758
## Translation
7859

79-
<<<<<<< HEAD
80-
If you are interested in translating `reactjs.org`, please see the current translation efforts at [translations.reactjs.org](https://translations.reactjs.org/).
81-
82-
If your language does not have a translation and you would like to create one, please follow the instructions at [reactjs.org Translations](https://github.com/reactjs/reactjs.org-translation#translating-reactjsorg).
83-
84-
## Troubleshooting
85-
86-
- `yarn reset` to clear the local cache
87-
=======
88-
If you are interested in translating `react.dev`, please see the current translation efforts [here](https://github.com/reactjs/react.dev/issues/4135).
89-
>>>>>>> e565b43abded279443401b07d170d478c54aabfd
60+
If you are interested in translating `pt-br.react.dev`, please see the current translation efforts [here](https://github.com/reactjs/pt-br.react.dev/issues/555).
9061

9162
## License
92-
Content submitted to [react.dev](https://react.dev/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/reactjs/react.dev/blob/master/LICENSE-DOCS.md) file.
63+
Content submitted to [pt-br.react.dev](https://pt-br.react.dev/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/reactjs/rt-br.react.dev/blob/master/LICENSE-DOCS.md) file.

beta/README.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)