mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Rename assets => images in docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<img class="logo" src="/assets/wordmark.svg" alt="Shoelace" data-no-zoom>
|
||||
<img class="logo" src="/images/wordmark.svg" alt="Shoelace" data-no-zoom>
|
||||
|
||||
👟 _A forward-thinking design system for desktop and mobile._
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@@ -11,7 +11,7 @@
|
||||
/>
|
||||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" />
|
||||
<link rel="stylesheet" href="/styles/docs.css" />
|
||||
<link rel="icon" href="/assets/logo.svg" type="image/x-icon" />
|
||||
<link rel="icon" href="/images/logo.svg" type="image/x-icon" />
|
||||
|
||||
<!-- Import Shoelace -->
|
||||
<link rel="stylesheet" href="/dist/shoelace/shoelace.css" />
|
||||
@@ -33,7 +33,7 @@
|
||||
executeScript: true,
|
||||
homepage: 'home.md',
|
||||
loadSidebar: true,
|
||||
logo: '/assets/wordmark.svg',
|
||||
logo: '/images/wordmark.svg',
|
||||
maxLevel: 3,
|
||||
subMaxLevel: 2,
|
||||
name: 'Shoelace',
|
||||
|
||||
Reference in New Issue
Block a user