Docusaurus: Replace config basics #1314

Closed
NickGerleman wants to merge 3 commits from export-D46884432 into main

3 Commits

Author SHA1 Message Date
Nick Gerleman
869da4d3af Docusaurus: Replace config basics
Summary: Replace some of the basic parts of the config with values for Yoga

Reviewed By: yungsters

Differential Revision: D46884432

fbshipit-source-id: 50c7c619a26fc0a90ab9266870eea5b8f8c6e780
2023-06-23 13:44:33 -07:00
Nick Gerleman
a289b45776 Docusaurus: Use yarn workspaces
Summary:
Use yarn workspaces to consolidate the lockfile, and to let the website use our local Yoga package. This was not possible with the old version of Gatsby we were previously using.

This does not yet sync the versions of different packages, or move config files to the root of the repo. That will happen later after removing the original website package.

Differential Revision: D46884433

fbshipit-source-id: ac2793e6ba6251c9c89748b6c0906a23d0d0127c
2023-06-23 13:43:52 -07:00
Nick Gerleman
6e44197645 Docusarus: Init Project
Summary:
This starts us transitioning the Yoga website off of an ancient version of Gatsby by initializing a new Docusaurus project. This commit adds a new stock project, to be filled in later, then fixes license lint errors.

Note that this seems to have init'd using npm, but in the next diff I convert this to yarn workspaces anyway.

Differential Revision: D46884434

fbshipit-source-id: 26e2ecba057ae99c4ef878e4cd21c8d21a25c2b5
2023-06-23 13:43:52 -07:00