Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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

Open
noworneverev wants to merge 70 commits into changgyhub:master
base: master
Choose a base branch
Loading
from noworneverev:master

Conversation

Copy link

@noworneverev noworneverev commented Nov 27, 2024

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! 🙌

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 reacted with heart emoji

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
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /