Updated the How-to-wiki guide to clarify that the OrcaSlicer wiki is generated from the WIKI repository, added instructions for suggesting changes via issues, and provided guidance for making edits via pull requests.
Image references in Markdown code blocks are now ignored during validation by removing code blocks before processing. This prevents false positives from images inside code samples and improves accuracy of alt text and URL checks.
Introduces a GitHub Actions workflow that checks OrcaSlicer Tab.cpp for valid wiki document and heading references. The workflow runs on demand and weekly, reporting invalid links and enforcing consistent cross-referencing in documentation.
Introduces a GitHub Actions workflow that checks for invalid internal links in Markdown files on pull requests. The workflow validates document references and heading anchors, reporting errors for missing or ambiguous documents, invalid anchors, and improper link formats.
Updated JSON sample indentation for consistency and readability. Enhanced the 'Testing Profile Changes' section with clearer instructions and formatting. Clarified image requirements for vendor folders.
Replaces the previous header and image layout with a centered span containing the image and new title 'OrcaSlicer Wiki'. Improves visual presentation and clarity of the README.
Added GitHub stars and workflow badges, clarified repository purpose, and included official website, repositories, social media, and Discord community links for better visibility and contributor guidance.
Introduces .github/dependabot.yml to automate dependency updates for GitHub Actions and Docker, scheduling checks monthly and limiting minor/patch updates for built-in actions.
Changed the label in the bug report template from 'Error' to 'bug' and removed the file upload/attachments textarea from both bug report and feature request templates to streamline issue submission.
Introduces templates for bug reports, feature requests, and pull requests to standardize contributions and improve issue tracking. Also adds configuration to direct users to community support and discussion forums.
Introduces a GitHub Actions workflow that checks Markdown files in pull requests for valid OrcaSlicer image references. The workflow ensures image links use the correct format, alt text, and file existence, failing the PR if invalid references are found.