|
@@ -444,8 +444,8 @@ theme = "infusion"
|
|
<p><strong>Infusion</strong> libraries work as progressive web applications, meaning users can save them to their home screen and read them offline. The web app manifest, found at the root of the <code>static</code> folder defines names and icons for the app. You’ll probably want to open <code>/static/manifest.json</code> and personalize the <code>name</code> and <code>short_name</code> values.</p>
|
|
<p><strong>Infusion</strong> libraries work as progressive web applications, meaning users can save them to their home screen and read them offline. The web app manifest, found at the root of the <code>static</code> folder defines names and icons for the app. You’ll probably want to open <code>/static/manifest.json</code> and personalize the <code>name</code> and <code>short_name</code> values.</p>
|
|
|
|
|
|
<pre><code>{
|
|
<pre><code>{
|
|
- "name": "Infusion Pattern Library",
|
|
|
|
- "short_name": "Infusion",
|
|
|
|
|
|
+ "name": "Infusion Pattern Library Docs",
|
|
|
|
+ "short_name": "Infusion Docs",
|
|
"icons": [
|
|
"icons": [
|
|
{...
|
|
{...
|
|
</code></pre>
|
|
</code></pre>
|
|
@@ -455,7 +455,7 @@ theme = "infusion"
|
|
<svg aria-hidden="true" viewBox="0 0 41.667306 41.66729" focusable="false">
|
|
<svg aria-hidden="true" viewBox="0 0 41.667306 41.66729" focusable="false">
|
|
<use xlink:href="#info"></use>
|
|
<use xlink:href="#info"></use>
|
|
</svg>
|
|
</svg>
|
|
- <p>The</p>
|
|
|
|
|
|
+ <p>The <code>short_name</code> value refers to the text that appears under the icon on your homescreen. As the name suggests, it should be as short as possible to fit well.</p>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</aside>
|
|
</aside>
|