ci: auto-generate docs with Natural Docs + GitHub Pages#103
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the project's documentation process by automating the generation and deployment of API documentation. By integrating Natural Docs v2 with a GitHub Actions workflow, the project ensures that its documentation is consistently up-to-date and readily accessible via GitHub Pages, eliminating the need for manual updates and improving overall maintainability. Highlights
Changelog
Ignored Files
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request automates the documentation generation process by integrating Natural Docs with a GitHub Actions workflow. It removes the old, manually generated documentation from the docs/ directory and adds the necessary Natural Docs project configuration. The .gitignore file is updated to exclude the new documentation output directory. The changes look good and align with the goal of automating documentation deployment to GitHub Pages.
Note: Security Review did not run due to the size of the PR.
Summary
NaturalDocs.Project/) with SQF language supportmaindocs/HTML (generated manually 3 years ago by Natural Docs v1.52)docs-output/(CI-generated, never committed)How it works
The workflow triggers on pushes to
mainwhenaddons/**orNaturalDocs.Project/**change. It installs .NET 8 + Natural Docs 2.3.1, runs it againstaddons/, and deploys the output to GitHub Pages athttps://ocap2.github.io/addon/.Documentation is generated from the existing
/* ... */comment blocks in SQF files (27 of 48 files already have Natural Docs headers).After merge
GitHub Pages source needs to be set to "GitHub Actions" in repo Settings > Pages. The first push to
mainafter that will trigger the deployment.