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

Rewrite Docs Generator from Python to Scala/Java #1729

Merged
merged 45 commits into from May 17, 2021
Merged

Conversation

BinarySoftware
Copy link
Contributor

@BinarySoftware BinarySoftware commented May 5, 2021

Pull Request Description

Closes #1699

It generates HTML files for future use in IDE, as well as Js files with tree of contents and react elements for use on website.

Also, I've refactored a bit Doc Generator in syntax-specialization library. Just made it cleaner, no changes to functionality.

Important Notes

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

Copy link
Contributor

@iamrecursion iamrecursion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somebody else needs to review the JavaScript and CSS files.

@BinarySoftware BinarySoftware merged commit f74d386 into main May 17, 2021
@BinarySoftware BinarySoftware deleted the wip/mm/docs-gen branch May 17, 2021 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-high Should be completed in the next sprint w-docs Website: Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doc Chunk Generator : Traverse through std-lib to generate docs folder
2 participants