Closed matthewjnield closed 1 month ago
Here is another thing I noticed:
When I run bun i
within the repository per the instructions on the README, it appears that many docusaurus node modules get installed.
The 'About' section of the Github repository page has been updated, and the node modules are no longer installed. The only items left from this issue are the Docusaurus image files and the if
statement in aws/viewer-request/index.js
.
Description
Here are a few places in the SurrealDB documentation repository that still show signs of the previous use of the Docusaurus framework before the switch to the Astro framework.
These Docusaurus image files can likely be deleted:
src/assets/img/docusaurus.png
src/assets/img/undraw_docusaurus_tree.svg
src/assets/img/undraw_docusaurus_react.svg
src/assets/img/undraw_docusaurus_mountain.svg
src/assets/img/docusaurus-social-card.jpg
src/assets/img/logo.svg
This JavaScript file includes an
if
statement that is documented as being designed for use with Docusaurus:aws/viewer-request/index.js
Is there an existing issue for this?
Code of Conduct