Skip to content

Commit 3abb12f

Browse files
authored
Add "do not delete" note for legacy assets (#2065)
Files are still required for old versions of the Node.js docs. Ref: #2041
1 parent 3b7a3b8 commit 3abb12f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

static/legacy/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# DO NOT REMOVE THIS DIRECTORY
2+
3+
Those assets are still being used by legacy versions of the Node.js docs.
4+
Everything up to v0.10.28 is a copy of the entire website, e.g.:
5+
6+
- https://nodejs.org/docs/v0.10.26/
7+
- https://nodejs.org/docs/v0.10.28/ (different design)
8+
9+
Those are the first versions with just the API docs and the changelog only:
10+
11+
- https://nodejs.org/docs/v0.10.27/
12+
- https://nodejs.org/docs/v0.10.29/
13+
14+
The actual URL rewriting is done in the nodejs.org nginx config:
15+
https://raw.githubusercontent.com/nodejs/build/master/setup/www/resources/config/nodejs.org

0 commit comments

Comments
 (0)