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

feat(documentation): Add documentation support for three.js #2392

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

chaitanyarahalkar
Copy link
Contributor

@chaitanyarahalkar chaitanyarahalkar commented Dec 24, 2024

  • Tested the scraper on a local copy of DevDocs
  • Ensured that the docs are styled similarly to other docs on DevDocs
  • Added these files to the public/icons/threejs/ directory:
    • 16.png: a 16×16 pixel icon for the doc
    • [email protected]: a 32×32 pixel icon for the doc
    • SOURCE: A text file containing the URL to the page the image can be found on or the URL of the original image itself

Addressed issue #2351

This PR adds documentation support for three.js. The parsers for this were slightly complicated since three.js uses a different mechanism to render its documentation. The FileScraper based approach is used where the documentation is first downloaded and then the parser is applied on the locally downloaded files.

@chaitanyarahalkar chaitanyarahalkar requested a review from a team as a code owner December 24, 2024 05:13
@chaitanyarahalkar chaitanyarahalkar changed the title Add documentation support for three.js feat(documentation): Add documentation support for three.js Dec 25, 2024
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.

1 participant