-
-
Notifications
You must be signed in to change notification settings - Fork 7
Docs #654
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
Docs #654
Conversation
- Added various PNG images for configuration, commands, and UI elements. - Included SVG icons for branding and functionality. - Introduced JavaScript files for color mode toggling and form validation. - Added service worker script for improved offline capabilities. - Created TypeScript configuration for better module resolution. - Included video recording asset for demonstration purposes. - Updated favicon assets for better branding across platforms.
- Removed example-float.md and example-xpath.md callouts, and recreated them with improved formatting and structure. - Deleted subscribe-callout.md and reintroduced it with better content organization. - Updated permissions documentation for clarity and consistency in formatting. - Enhanced action settings and element finder documentation with clearer examples and improved formatting. - Improved bulk export and import documentation for better understanding of functionality. - Refined configuration settings and retry settings documentation for clarity. - Added new IncludeMdx shortcode for better MDX file inclusion. - Cleaned up config.ts and auto-import.d.ts files by removing unused properties.
….js version syntax, and add deployment step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
View your CI Pipeline Execution ↗ for commit ef816c7
☁️ Nx Cloud last updated this comment at |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
This pull request introduces a comprehensive documentation build and validation system, adds configuration and data files for the documentation site, and updates the project dependencies and scripts to support these new features. The main themes are documentation workflow automation, site configuration, and dependency management.
Documentation workflow automation:
.github/workflows/docs.yml
) to automate building, validating, and deploying documentation, including HTML validation and link checking.build/vnu-jar.mjs
) to run vnu-jar for HTML validation, with custom ignore patterns for known issues.Site configuration and data files:
config.yml
for site-wide configuration, including metadata, analytics, Algolia search, CDN links, and download URLs.site/data/breakpoints.yml
,site/data/colors.yml
,site/data/grays.yml
,site/data/plugins.yml
,site/data/policy.yml
) to support documentation content such as breakpoints, colors, plugins, and privacy policy. [1] [2] [3] [4] [5]site/astro.config.ts
) for documentation site build, including integration with plugins and environment-based site URL selection.site/.prettierrc.json
).Dependency and script updates:
package.json
to add scripts for building, linting, formatting, serving, and validating documentation, and added new dependencies for Astro, documentation tooling, and HTML validation. [1] [2] [3] [4] [5]