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

Transform LeetCode 101 into an Interactive Multi-Language Docusaurus Site #95

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Conversation

noworneverev
Copy link

Transform LeetCode 101 into an Interactive Multi-Language Docusaurus Site

Thank you for creating this excellent LeetCode ebook! I’ve transformed it into an interactive website using Docusaurus to make it more accessible and user-friendly.

Main Features 🚀

  1. Internationalization (i18n): English and Traditional Chinese (translation by GPT-4o).
  2. Search Functionality: Quickly find the content you need.

The site also includes a logo generated with GPT-4o.

Hosting the Site 🌐

To host the site using GitHub Pages:

  1. Modify docusaurus.config.ts:
    const config: Config = {
      // ...
      organizationName: "changgyhub";
      url: "https://changgyhub.github.io/";
      // ...
      }
  2. Add a repository secret: GH_TOKEN.
  3. Push changes to deploy the site at: https://changgyhub.github.io/leetcode_101

For reference, I’ve hosted a demo version here: https://noworneverev.github.io/leetcode_101/

Thanks again for your efforts in creating this fantastic resource! 🙌

@changgyhub
Copy link
Owner

This is huge, thank you!

When I wrote the ebook, I explicitly avoided using markdown to minimize unauthorized distribution of the book, since I don't own the questions (and I am not authorized from leetcode.com).

Also as I now start working at Apple, considering company policies, I prefer not to make major development to this project in near future.

What I am going to do:

  • Leave this PR open, not merged, not closed
  • Mention your awesome work and URL in README.md

@noworneverev
Copy link
Author

This is huge, thank you!

When I wrote the ebook, I explicitly avoided using markdown to minimize unauthorized distribution of the book, since I don't own the questions (and I am not authorized from leetcode.com).

Also as I now start working at Apple, considering company policies, I prefer not to make major development to this project in near future.

What I am going to do:

  • Leave this PR open, not merged, not closed
  • Mention your awesome work and URL in README.md

Thank you for the update and the mention in the README — much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants