diff --git a/docs/_includes/component.njk b/docs/_includes/component.njk index e377e69..9de4412 100644 --- a/docs/_includes/component.njk +++ b/docs/_includes/component.njk @@ -59,32 +59,32 @@

- To import this component from the CDN + To import this component from the CDN using a script tag:

-
<script type="module" src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@{{ meta.version }}/{{ meta.cdndir }}/{{ component.path }}"></script>
+
<script type="module" src="https://cdn.jsdelivr.net/npm/@onsonr/nebula@{{ meta.version }}/{{ meta.cdndir }}/{{ component.path }}"></script>

- To import this component from the CDN + To import this component from the CDN using a JavaScript import:

-
import 'https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@{{ meta.version }}/{{ meta.cdndir }}/{{ component.path }}';
+
import 'https://cdn.jsdelivr.net/npm/@onsonr/nebula@{{ meta.version }}/{{ meta.cdndir }}/{{ component.path }}';

To import this component using a bundler:

-
import '@shoelace-style/shoelace/{{ meta.npmdir }}/{{ component.path }}';
+
import '@onsonr/nebula/{{ meta.npmdir }}/{{ component.path }}';

To import this component as a React component:

-
import {{ component.name }} from '@shoelace-style/shoelace/{{ meta.npmdir }}/react/{{ component.tagNameWithoutPrefix }}';
+
import {{ component.name }} from '@onsonr/nebula/{{ meta.npmdir }}/react/{{ component.tagNameWithoutPrefix }}';
diff --git a/docs/_includes/default.njk b/docs/_includes/default.njk index 315d11e..aa1c9cc 100644 --- a/docs/_includes/default.njk +++ b/docs/_includes/default.njk @@ -33,7 +33,7 @@ - {# Shoelace #} + {# Nebula #} @@ -71,12 +71,12 @@ {# Icon toolbar #}
{# GitHub #} - + {# Twitter #} - + @@ -106,7 +106,7 @@ Get ready for more awesome! - Web Awesome, the next iteration of Shoelace, is on Kickstarter. + Web Awesome, the next iteration of Nebula, is on Kickstarter. Read Our Story @@ -115,7 +115,7 @@