Skip to content

Commit

Permalink
Merge branch 'main' into staging/charmander
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin authored Aug 6, 2024
2 parents af065cf + 14ae697 commit 9870e52
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/_data/repoStatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,19 @@
status: N/A
- name: Documentation
status: Ready
- tagName: rh-navigation-primary
name: "Navigation Primary"
type: "Element"
overallStatus: "Planned"
libraries:
- name: Figma library
status: Planned
- name: RH Elements
status: Planned
- name: RH Shared Libs
status: Planned
- name: Documentation
status: Planned
- tagName: rh-navigation-secondary
name: "Navigation Secondary"
type: "Element"
Expand Down Expand Up @@ -258,6 +271,19 @@
status: Planned
- name: Documentation
status: Ready
- tagName: rh-skip-link
name: "Skip Link"
type: "Element"
overallStatus: "New"
libraries:
- name: Figma library
status: Ready
- name: RH Elements
status: Ready
- name: RH Shared Libs
status: Planned
- name: Documentation
status: Ready
- tagName: rh-skip-link
name: "Skip Link"
type: "Element"
Expand Down
1 change: 0 additions & 1 deletion docs/_includes/layouts/pages/elements.njk
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ eleventyComputed:
{%- set name = (doc.alias) or (slug | deslugify) %}
{%- set planned = isPlanned(repoStatus, name) %}
<h1 id="{{ slug }}" class="page-title">{{ name }}{% if planned %} <rh-tag icon="bell" color="gray">Planned</rh-tag>{% endif %}</h1>

{%- set manifest = doc.docsPage.manifest -%}
{%- set demos = manifest and manifest.getDemos(doc.docsPage.tagName) -%}
{%- set demosUrl -%}/elements/{{ slug }}/demos/{%- endset -%}
Expand Down

0 comments on commit 9870e52

Please sign in to comment.