Skip to content

Commit 214e5c0

Browse files
committed
feat: docs assets
1 parent 8e6669e commit 214e5c0

File tree

7 files changed

+80
-24
lines changed

7 files changed

+80
-24
lines changed

docs/assets/images/logo.svg

+35-6
Loading

docs/assets/images/og-image.png

2.7 MB
Loading

docs/assets/images/touch-icon.png

24.4 KB
Loading

docs/assets/images/twitter-card.png

-11.7 KB
Loading

docs/assets/images/wordmark.svg

+35-6
Loading

docs/eleventy.config.cjs

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ module.exports = function (eleventyConfig) {
2828
//
2929
// Global data
3030
//
31-
eleventyConfig.addGlobalData('baseUrl', 'https://shoelace.style/'); // the production URL
31+
eleventyConfig.addGlobalData('baseUrl', 'https://ui.onsonr.dev/'); // the production URL
3232
eleventyConfig.addGlobalData('layout', 'default'); // make 'default' the default layout
3333
eleventyConfig.addGlobalData('toc', true); // enable the table of contents
3434
eleventyConfig.addGlobalData('meta', {
35-
title: 'Shoelace',
36-
description: 'A forward-thinking library of web components.',
35+
title: 'Nebula',
36+
description: 'A specialized fork of Shoelace for Crypto and Blockchain interfaces.',
3737
image: 'images/og-image.png',
3838
version: customElementsManifest.package.version,
3939
components: allComponents,
@@ -74,7 +74,7 @@ module.exports = function (eleventyConfig) {
7474
if (!component) {
7575
throw new Error(
7676
`Unable to find a component called "${tagName}". Make sure the file name is the same as the component's tag ` +
77-
`name (minus the sl- prefix).`
77+
`name (minus the sl- prefix).`
7878
);
7979
}
8080
return component;

docs/pages/index.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
meta:
3-
title: 'Shoelace: A forward-thinking library of web components.'
3+
title: 'Nebula: A specialized fork of Shoelace for Crypto and Blockchain interfaces.'
44
description: Hand-crafted custom elements for any occasion.
55
toc: false
66
---
@@ -29,12 +29,10 @@ toc: false
2929

3030
<div class="badges">
3131

32-
[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@shoelace-style/shoelace/badge)](https://www.jsdelivr.com/package/npm/@shoelace-style/shoelace)
33-
[![npm](https://img.shields.io/npm/dw/@shoelace-style/shoelace?label=npm&style=flat-square)](https://www.npmjs.com/package/@shoelace-style/shoelace)
32+
[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@onsonr/nebula/badge)](https://www.jsdelivr.com/package/npm/@onsonr/nebula)
33+
[![npm](https://img.shields.io/npm/dw/@onsonr/nebula?label=npm&style=flat-square)](https://www.npmjs.com/package/@onsonr/nebula)
3434
[![License](https://img.shields.io/badge/license-MIT-232323.svg?style=flat-square)](https://github.com/shoelace-style/shoelace/blob/next/LICENSE.md)<br>
35-
[![Discord](https://img.shields.io/badge/Discord-Join%20the%20chat-5965f2.svg?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/mg8f26C)
36-
[![Twitter](https://img.shields.io/badge/Twitter-Follow-00acee.svg?style=flat-square&logo=twitter&logoColor=white)](https://twitter.com/shoelace_style)
37-
[![Sponsor](https://img.shields.io/badge/GitHub-Code-232323.svg?style=flat-square&logo=github&logoColor=white)](https://github.com/shoelace-style/shoelace)
35+
[![Twitter](https://img.shields.io/badge/Twitter-Follow-00acee.svg?style=flat-square&logo=twitter&logoColor=white)](https://twitter.com/sonr_io)
3836

3937
</div>
4038

@@ -44,8 +42,8 @@ Add the following code to your page.
4442

4543
<!-- prettier-ignore -->
4644
```html
47-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@%VERSION%/%CDNDIR%/themes/light.css" />
48-
<script type="module" src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@%VERSION%/%CDNDIR%/shoelace-autoloader.js"></script>
45+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@onsonr/nebula@%VERSION%/%CDNDIR%/themes/light.css" />
46+
<script type="module" src="https://cdn.jsdelivr.net/npm/@onsonr/nebula@%VERSION%/%CDNDIR%/shoelace-autoloader.js"></script>
4947
```
5048

5149
Now you have access to all of Shoelace's components! Try adding a button:

0 commit comments

Comments
 (0)