Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 51dd7dd

Browse files
Archive README (#7908)
* update headings for lint * Update README.md * Update README.md
1 parent 885f3ec commit 51dd7dd

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

+19-15
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,52 @@
1-
**Note:** This site is migrating to a new platform and as of 7 November we are not merging new pull requests for changes to existing content. Please raise content issues in the new [issue tracker](https://issuetracker.google.com/issues/new?component=1400036&template=1897236), and they will be addressed in the migrated copy.
1+
# developer.chrome.com Archived
22

3-
For urgent content updates, contact rachelandrew@.
3+
This site has been migrated to a new platform. As of 7 November, 2023, we stopped merging new pull
4+
requests for updates to existing content. You can raise content issues in the new
5+
[issue tracker](https://issuetracker.google.com/issues/new?component=1400036&template=1897236),
6+
and they will be addressed on the migrated site.
47

5-
# developer.chrome.com
8+
-----
9+
## [Archived README]
610

711
developer.chrome.com is the ultimate resource for developers of all backgrounds
812
to learn about what's new in Chrome!
913

10-
## Found a bug? 👷‍♀️
14+
### Found a bug? 👷‍♀️
1115

1216
Thanks for letting us know! [File an issue](https://github.com/GoogleChrome/developer.chrome.com/issues/new?assignees=&labels=bug&template=bug_report.md&title=) and a team member should reply shortly.
1317

1418
If you're submitting a pull request to fix a bug, read the
1519
[Contributing guidelines](https://github.com/GoogleChrome/developer.chrome.com/blob/main/CONTRIBUTING.md).
1620

17-
## Authoring content ✍️
21+
### Authoring content ✍️
1822

1923
Before you start writing take a moment to look over the
2024
[developer.chrome.com handbook](https://developer.chrome.com/docs/handbook) and
2125
familiarize yourself with the process.
2226

23-
## Building the site 🏗
27+
### Building the site 🏗
2428

2529
You'll need a recent version of [Node](https://nodejs.org/): v14 (LTS) or higher.
2630
To check your node version run `node -v` in your terminal.
2731

2832
If you don't have node, or if you need to upgrade, we recommend using the [Node
2933
Version Manager (nvm)](https://github.com/nvm-sh/nvm).
3034

31-
### Clone the repo
35+
#### Clone the repo
3236

3337
⚠️ If you'd like to contribute (and you're not a member of the core team), be sure to fork the repo first, and clone the fork.
3438

3539
```bash
3640
git clone https://github.com/GoogleChrome/developer.chrome.com.git
3741
```
3842

39-
### Install dependencies
43+
#### Install dependencies
4044

4145
```bash
4246
npm ci
4347
```
4448

45-
### Set up build flags
49+
#### Set up build flags
4650

4751
Building the entire site can take a while because it's over a thousand pages.
4852
If you want to _massively_ speed up your build times, we suggest setting some
@@ -101,7 +105,7 @@ ELEVENTY_IGNORE_BLOG=true
101105
To build only a specific component, start with the above `.env` file and change the value for the
102106
component you wish to build. You can comment it out, or set it to `0` or `false`.
103107

104-
### Start a local server to preview the site
108+
#### Start a local server to preview the site
105109

106110
```bash
107111
npm run dev
@@ -110,20 +114,20 @@ npm run dev
110114
Open `http://localhost:8080/` to see the site locally. Changes to assets will
111115
rebuild the site. Refresh to see your changes.
112116

113-
### Run linters to address bugs
117+
#### Run linters to address bugs
114118

115119
Before you push your branch, find and address any errors.
116120

117121
```bash
118122
npm run lint
119123
```
120124

121-
## Environments 🌳
125+
### Environments 🌳
122126

123127
To do a production build of the site and start the local server
124128
run `npm run production && npm start`.
125129

126-
## Staging 🕺
130+
### Staging 🕺
127131

128132
When you send in a pull request it will be automatically staged for you. Keep an
129133
eye out for the netlify bot to comment on the pull request with your unique URL.
@@ -134,9 +138,9 @@ to create a pull request yet, or if you need to stage something private.
134138

135139
☝️ You will need to be a member of our GCP project for this command to work.
136140

137-
## Deploying the site 🚀
141+
### Deploying the site 🚀
138142

139-
### Automatic deploys
143+
#### Automatic deploys
140144

141145
The site will build and deploy the `main` branch automatically every hour,
142146
Mon–Fri. If you've just merged an article then it should go live at the top

0 commit comments

Comments
 (0)