Feat: Move away from docfx to docusaurus #208
Merged
AnnaSasDev merged 12 commits intocorefrom Apr 10, 2026
Merged
Conversation
…tation - Add `.gitignore` rules for `docs/` to exclude build artifacts and dependencies. - Introduce API reference in `docs/content/api.md` outlining split strategy for conceptual and generated API resources. - Add Blazor WebView integration guide with project setup, lifecycle, and advanced configurations in `docs/content/guides/blazor-webview.md`. - Detail coding conventions for C/C++ and C# in `docs/content/cpp/code-style.md` and `docs/content/csharp/code-style.md`. - Provide a migration guide for breaking Photino to InfiniFrame changes in `docs/content/concepts/breaking-changes-from-photino.md`. - Add core window builder and runtime API usage guide in `docs/content/guides/core-window.md`.
- Deleted obsolete documentation for Blazor WebView, core window API, C/C++ code style, and C# coding conventions. - Removed migration guide detailing breaking changes from Photino.NET. - Streamlined documentation structure by eliminating redundant and legacy content.
Move the Breaking Changes doc from /concepts to /migration: update README and docs/intro links, adjust docusaurus.config.ts redirects to forward old /concepts paths to /migration, and update sidebars accordingly. Also refresh docs package.json and package-lock.json to update Docusaurus/DocSearch-related dependencies.
- Introduced PowerShell scripts to prepare API pages (`prepare-local-api.ps1` and `update-cpp-api.ps1`). - Added Doxygen-based C++ API reference (`native-cpp-reference.md`) pipeline. - Integrated DocFX for local C# API reference placeholders. - Updated `.gitignore` to exclude static/generated API artifacts. - Adjusted `package.json` to execute API preparation in `docs:dev`. - Applied dependency updates and configuration tweaks in docs tooling.
- Eliminated all DocFX-related configurations, scripts, and workflows. - Consolidated API documentation in Docusaurus, removing dependency on generated C# API references. - Updated `.gitignore` to exclude DocFX artifacts and cleaned up obsolete files. - Adjusted `package.json` to streamline docs development workflow. - Improved documentation structure and aesthetic consistency by refining styles and adding a favicon.
…vbar links, refine footer, and adjust primary color palette
…k mode color adjustments
…s' and 'Discussions'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Affected Modules / Scope
Changes Introduced
Related Issues
Closes #205
Checklist
📖 Additional Context