Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compress v1 (1.0-1.5) docs to v1.x #7025

Merged
merged 3 commits into from
Dec 6, 2022
Merged

Compress v1 (1.0-1.5) docs to v1.x #7025

merged 3 commits into from
Dec 6, 2022

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Dec 5, 2022

While I was releasing v3.5, I got a memory error when I tried to version the docs. According to facebook/docusaurus#8329 (comment), this is because docusaurus loads everything into memory, and we have a lot of versions. (They warn against having a lot of versions.)

We decided at a recent core team meeting to compress the v1.0-1.5 docs into v1.x, which is the latest minor release of v1 (so v1.5), and that we'd do this to the major before the last major whenever we release a new major. (So when we release v4, we'll compress the v2 docs into v2.x)

@jtoar
Copy link
Contributor Author

jtoar commented Dec 5, 2022

GitHub is saying I moved v1.1 to v1.x but I'm fairly sure I didn't. But I'll redo this PR just to be sure:

image

@jtoar
Copy link
Contributor Author

jtoar commented Dec 5, 2022

I just redid it, simply renaming v1.5 to v1.x. It may just be the way git decides to show diffs, because a lot of files definitely didn't change from v1.0 to v1.5:

image

@jtoar jtoar added the release:docs This PR only updates docs label Dec 5, 2022
jtoar added a commit to redwoodjs/redwoodjs.com that referenced this pull request Dec 5, 2022
It's better to add these to the redwoodjs/redwood repo; see redwoodjs/redwood#7025
@jtoar jtoar merged commit 1e948d6 into main Dec 6, 2022
@jtoar jtoar deleted the ds-compress-v1-docs branch December 6, 2022 00:01
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Dec 6, 2022
@redwoodjs-bot
Copy link

redwoodjs-bot bot commented Dec 6, 2022

🔔 @jtoar, @Tobbe—I couldn't cherry pick this one. If you want it in the next release, you'll have to cherry pick it manually.

dac09 added a commit that referenced this pull request Dec 6, 2022
…xperimental-vite-optin

* 'main' of github.com:redwoodjs/redwood: (26 commits)
  Compress v1 (1.0-1.5) docs to v1.x (#7025)
  Ch4: Deployment - Updating Environment variable section (#6970)
  fix(deps): update dependency systeminformation to v5.16.0 (#7011)
  fix(deps): update graphqlcodegenerator monorepo (#7005)
  fix(deps): update dependency concurrently to v7.6.0 (#7006)
  fix(deps): update dependency mini-css-extract-plugin to v2.7.1 (#7007)
  fix(deps): update dependency eslint to v8.28.0 (#7008)
  fix(deps): update dependency prettier to v2.8.0 (#7009)
  fix(deps): update dependency react-hook-form to v7.40.0 (#7010)
  chore(deps): update dependency lerna to v6.1.0 (#6993)
  fix(deps): update dependency @fastify/http-proxy to v8.4.0 (#6995)
  fix(deps): update prisma monorepo to v4.7.0 (#6999)
  fix(deps): update dependency jest-watch-typeahead to v2.2.1 (#6991)
  fix(deps): update dependency listr2 to v5.0.6 (#6989)
  chore(deps): update dependency cypress to v11.2.0 (#6992)
  chore(deps): update dependency nx to v15.2.4 (#6994)
  fix(deps): update dependency msw to v0.49.1 (#6996)
  auth-firebase-* (#6987)
  fix(cli): Handle importing optional setup auth commands (#6997)
  fix(deps): update dependency eslint-plugin-react to v7.31.11 (#6990)
  ...
jtoar added a commit that referenced this pull request Dec 6, 2022
* chore: remove v1.0-1.4

* chore: rename v1.5 to v1.x

* add redirects
@jtoar jtoar modified the milestones: next-release, v3.7.0 Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:docs This PR only updates docs
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant