-
Notifications
You must be signed in to change notification settings - Fork 68
Prepare Docs for delivery (structure part) #242
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
Prepare Docs for delivery (structure part) #242
Conversation
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.
Pull request overview
This PR restructures the documentation repository by reorganizing directory paths and removing cross-references to content that is not included in the current delivery. The changes consolidate documentation into two main folders (eud-for-bi-dashboards and eud-for-devexpress-reports) and remove links to interface elements documentation that is being excluded from this delivery.
Key Changes
- Consolidated documentation structure from six separate directories into two main folders
- Removed or disabled cross-references to
interface-elements-for-desktopandinterface-elements-for-webcontent - Updated
docfx.jsonto reflect the new directory structure for content and image files
Reviewed changes
Copilot reviewed 9 out of 8935 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docfx.json | Updated file paths to reflect new consolidated directory structure |
| filter-queries.md | Removed cross-reference link to Filter Editor documentation |
| creating-calculated-fields.md | Removed cross-reference link to Expression Editor documentation |
| print-preview.md | Removed cross-reference link to Print Preview documentation |
| binding-to-extract-data-sources.md | Removed cross-reference link to Filter Editor documentation |
| filtering.md | Converted cross-reference links to HTML comments with explanatory notes |
| passing-parameter-values.md | Removed cross-reference link to Filter Editor documentation |
| summary-level-aggregations.md | Removed cross-reference link to Expression Editor documentation |
| editing-text.md | Converted entire sentence with cross-reference to HTML comment |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <!-- To learn how to edit the content within the Text Box, see [Rich Text Editor](~/interface-elements-for-desktop/articles/rich-text-editor.md) - Link disabled: interface-elements not included. After you change the document, click **Edit** again to finish editing.--> | ||
|
|
Copilot
AI
Dec 10, 2025
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.
The commented-out sentence includes important user instruction ('After you change the document, click Edit again to finish editing') that should remain visible to users. Move this instruction outside the HTML comment while keeping only the link disabled.
| <!-- To learn how to edit the content within the Text Box, see [Rich Text Editor](~/interface-elements-for-desktop/articles/rich-text-editor.md) - Link disabled: interface-elements not included. After you change the document, click **Edit** again to finish editing.--> | |
| <!-- To learn how to edit the content within the Text Box, see [Rich Text Editor](~/interface-elements-for-desktop/articles/rich-text-editor.md) - Link disabled: interface-elements not included. --> | |
| After you change the document, click **Edit** again to finish editing. |
| <!--> [!Tip] | ||
| > **Documentation**: [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) - Link disabled: interface-elements not included --> |
Copilot
AI
Dec 10, 2025
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.
The HTML comment syntax is malformed with '' instead of '<!--'. This could cause rendering issues. Use proper HTML comment syntax: '<!-- [!Tip] ...'.
| <!--> [!Tip] | |
| > **Documentation**: [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) - Link disabled: interface-elements not included --> | |
| [!Tip] | |
| > **Documentation**: [Filter Editor](~/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.md) - Link disabled: interface-elements not included |
No description provided.