Skip to content
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

Feedback: removing soft launch alert, iteration and changeset edit #2281

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
467 changes: 236 additions & 231 deletions _data/sites.json

Large diffs are not rendered by default.

459 changes: 232 additions & 227 deletions sites/feedback/index.json-ld

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sites/feedback/page-feedback-contact-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"feedbackPath": "assets/page-feedback-en.html"
}
---
{% include alert-softlaunch.html genre="e" component="Page feedback tool with contact link" version="provisional" %}

<div class="wb-prettify all-pre hide"></div>

Expand Down
1 change: 0 additions & 1 deletion sites/feedback/page-feedback-contact-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"feedbackPath": "assets/page-feedback-fr.html"
}
---
{% include alert-softlaunch.html genre="e" component="Outil de rétroaction sur la page avec lien de contact" version="provisoire" %}

<div class="wb-prettify all-pre hide"></div>

Expand Down
1 change: 0 additions & 1 deletion sites/feedback/page-feedback-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"feedbackPath": "assets/page-feedback-en.html"
}
---
{% include alert-softlaunch.html genre="e" component="Page feedback tool" version="provisional" %}

<div class="wb-prettify all-pre hide"></div>

Expand Down
1 change: 0 additions & 1 deletion sites/feedback/page-feedback-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"feedbackPath": "assets/page-feedback-fr.html"
}
---
{% include alert-softlaunch.html genre="e" component="Outil de rétroaction sur la page" version="provisoire" %}

<div class="wb-prettify all-pre hide"></div>

Expand Down
3 changes: 0 additions & 3 deletions sites/layouts/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,6 @@ <h3>{% if lng == "fr" %}Itérations{% else %}Iterations{% endif %}</h3>
{
"template": "[data-breaking]",
"test": "fn:isArray",
"expect": "rdfs:Resource",
"assess": "/breaking",
"mapping": [
{
Expand All @@ -1972,7 +1971,6 @@ <h3>{% if lng == "fr" %}Itérations{% else %}Iterations{% endif %}</h3>
{
"template": "[data-additions]",
"test": "fn:isArray",
"expect": "rdfs:Resource",
"assess": "/additions",
"mapping": [
{
Expand All @@ -1987,7 +1985,6 @@ <h3>{% if lng == "fr" %}Itérations{% else %}Iterations{% endif %}</h3>
{
"template": "[data-fixes]",
"test": "fn:isArray",
"expect": "rdfs:Resource",
"assess": "/fixes",
"mapping": [
{
Expand Down
Loading