Skip to content

Commit

Permalink
Merge pull request #59 from ritza-co/update-feedback-screenshots
Browse files Browse the repository at this point in the history
add feedback images
  • Loading branch information
sixhobbits authored Aug 24, 2023
2 parents fa0b7bc + 3a8aba1 commit 85e7a69
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 100

If you notice a problem in the Device42 documentation that you know how to fix, we appreciate contributions! Here's how you can submit edits to our open source GitHub repository.

If you see a problem but you're not sure how to fix it, or don't have the time, hit [the feedback button](./how-to-submit-documentation-feedback.md) at the top of each page and our team will address it!
If you see a problem but you're not sure how to fix it, or don't have the time, hit [the feedback button](./how-to-submit-documentation-feedback.mdx) at the top of each page and our team will address it!

### How Do I Edit a Document on GitHub?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "How To Submit Feedback on Device42 Documentation"
sidebar_position: 99
---

import ThemedImage from '@theme/ThemedImage';
import useBaseUrl from '@docusaurus/useBaseUrl'

At Device42, we strive for accurate, clear, informative documentation. If you encounter issues with the content or functionality of our documentation, please let us know. Your feedback ensures that our documentation remains a reliable resource.

If you know exactly what change needs to be made, you can [contribute edits directly](./how-to-contribute-documentation-fixes.md).
Expand All @@ -13,7 +16,13 @@ Use the Device42 feedback widget on our docs site for general reporting, includi

From the documentation page you want to comment on, click "Page feedback" in the navigation bar. In the window that opens, describe the issue or make a comment in the text field.

![](/assets/images/feedback_open_widget.png)
<ThemedImage
alt="Docusaurus themed image"
sources={{
light: useBaseUrl('/assets/images/feedback-widget-light.png'),
dark: useBaseUrl('/assets/images/feedback-widget-dark.png'),
}}
/>;

If you'd like to, you can include your email address, in which case we'll let you know once we've addressed the problem.

Binary file added static/assets/images/feedback-widget-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/images/feedback-widget-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85e7a69

Please sign in to comment.