You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate gh_pages to reports_site and update workflows
Renames the gh_pages directory to reports_site, updates all related paths and references in configuration, documentation, and scripts. Modernizes GitHub Actions workflows to use latest actions and options, improves caching and setup steps, and updates package and dev dependencies. Also updates ignore files, SonarCloud config, and README to reflect new structure.
-[`Integration tests`](./test_integration) to validate end-to-end behavior across environments.
56
56
- See [DocumentInitParameters](./README.options.md#documentinitparameters) and [ParseParameters](./README.options.md#parseparameters) for all available options.
57
-
- For usage examples, see [`example`](./example), [`test`](./test) and [`test/example`](./test/test-example) folders.
57
+
- For usage examples, see [`live_demo`](./reports_site/live_demo/), [`example`](./example/), [`test`](./test/) and [`test/example`](./test/test-example/) folders.
58
58
59
59
60
60
## Installation
@@ -260,7 +260,7 @@ try {
260
260
## Web / Browser <a href="https://www.jsdelivr.com/package/npm/pdf-parse" target="_blank"><img align="right" src="https://img.shields.io/jsdelivr/npm/hm/pdf-parse"></a>
261
261
- Can be integrated into `React`, `Vue`, `Angular`, or any other web framework.
0 commit comments