Skip to content

Commit

Permalink
fix(search): hide deprecated components from search (#373)
Browse files Browse the repository at this point in the history
* fix(search): hide deprecated components from search

* chore: add no crawl to more pages
  • Loading branch information
daine authored Jun 21, 2024
1 parent 664cfae commit 97f2508
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/en/components/radio/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ github: https://github.com/cds-snc/gcds-components/tree/main/packages/web/src/co
figma: https://www.figma.com/file/mh2maMG2NBtk41k1O1UGHV/GC-Design-System?type=design&node-id=462-110&mode=design&t=juCIOMIg2VKfCrQA-0
permalink: false
tags: ['radioEN', 'header']
nocrawl: true
---

# Radio <br>`<gcds-radio>`
Expand Down
1 change: 1 addition & 0 deletions src/en/components/radio/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: 'layouts/component-documentation.njk'
translationKey: 'radioCode'
tags: ['radioEN', 'code']
date: 'git Last Modified'
nocrawl: true
---

## Build a radio
Expand Down
1 change: 1 addition & 0 deletions src/en/components/radio/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: 'layouts/component-documentation.njk'
translationKey: 'radioDesign'
tags: ['radioEN', 'design']
date: 'git Last Modified'
nocrawl: true
---

## Radio anatomy – with fieldset
Expand Down
1 change: 1 addition & 0 deletions src/en/components/radio/use-case.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ translationKey: 'radio'
tags: ['radioEN', 'usage']
permalink: /en/components/radio/
date: 'git Last Modified'
nocrawl: true
---

Take a look at what problems radios solve to see if they fit the problem you're solving for.
Expand Down
1 change: 1 addition & 0 deletions src/fr/composants/bouton-radio/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ github: https://github.com/cds-snc/gcds-components/tree/main/packages/web/src/co
figma: https://www.figma.com/file/o4SguSZdar2CCFzSkWNrmB/Syst%C3%A8me-de-design-GC?type=design&node-id=348-5024&mode=design&t=1DaL24vHpjRRfHHm-0
permalink: false
tags: ['radioFR', 'header']
nocrawl: true
---

# Bouton radio <br>`<gcds-radio>`
Expand Down
1 change: 1 addition & 0 deletions src/fr/composants/bouton-radio/cas-dutilisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ translationKey: 'radio'
tags: ['radioFR', 'usage']
permalink: /fr/composants/bouton-radio/
date: 'git Last Modified'
nocrawl: true
---

Explorez les problèmes que les boutons radio règlent et découvrez s’ils peuvent servir à résoudre votre problème particulier.
Expand Down
1 change: 1 addition & 0 deletions src/fr/composants/bouton-radio/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: 'layouts/component-documentation.njk'
translationKey: 'radioCode'
tags: ['radioFR', 'code']
date: 'git Last Modified'
nocrawl: true
---

## Créer un bouton radio
Expand Down
1 change: 1 addition & 0 deletions src/fr/composants/bouton-radio/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: 'layouts/component-documentation.njk'
translationKey: 'radioDesign'
tags: ['radioFR', 'design']
date: 'git Last Modified'
nocrawl: true
---

## Structure du bouton radio - avec jeu de champ
Expand Down

0 comments on commit 97f2508

Please sign in to comment.