Skip to content
Last updated
Training exercise.

What made us smile?

  • when creating a branch, spaces automatically change to dashes
  • builds are very fast
  • feedback configuration is pretty easy

What was confusing?

  ---
theme:
  feedback:
    type: sentiment
    settings:
      label: Do you like our page?
      submitText: Thanks for your feedback!
    reasons:
      enable: true
      component: radio
      label: Tell us more about the page.
      items:
        - The content has great examples.
        - The content is thoroughly detailed.
    comment:
      enable: true
      likeLabel: What was most helpful?
      dislikeLabel: What can we improve?
---

should be:

---
theme:
  feedback:
    type: sentiment
    settings:
      label: Do you like our page????
      submitText: Thanks for your feedback
      reasons:
        label: Check all boxes that apply.
        items:
          - The content was useful.
          - The content was accurate.
          - The content was easy to find.
      comment:
        likeLabel: What was most helpful?
        dislikeLabel: What can we improve?
---
  • user can`t access previous commits that were merged and needs to manually paste old code or content