phcode-dev / phoenix

Phoenix is a modern open-source Code Editor for the web, built for the browser.
https://phcode.io
GNU Affero General Public License v3.0
1.78k stars 124 forks source link

Script to automatically generate Markdown API docs from source code. #1870

Closed devvaannsh closed 1 month ago

devvaannsh commented 1 month ago

Changes :-

  1. Updated JavaScript files in the src directory to resolve compatibility issues with Docusaurus.
  2. Modified package.json (Script can now be executed using the command :- npm run createMDDocs )
  3. Update the script to generate Markdown files from the source code.
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

abose commented 1 month ago

LGTM. Merged. Thanks for contributing @devvaannsh