mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 00:26:41 +03:00
Fix DESIGN.md links (#205)
* Fix DESIGN.md link * Update link in documentation for DESIGN.md format
This commit is contained in:
@@ -71,7 +71,7 @@ tagline: "Generate a spec-compliant DESIGN.md that captures your visual system s
|
||||
|
||||
## When to use it
|
||||
|
||||
Run `/impeccable document` once you have enough of a visual system to document: colors, typography, at least a button and a card. The command scans your codebase, extracts the tokens and component patterns it finds, and writes a `DESIGN.md` at the project root that follows the [Google Stitch DESIGN.md format](https://stitch.withgoogle.com/docs/design-md/format/), six sections in a fixed order, interoperable with every other DESIGN.md-aware tool.
|
||||
Run `/impeccable document` once you have enough of a visual system to document: colors, typography, at least a button and a card. The command scans your codebase, extracts the tokens and component patterns it finds, and writes a `DESIGN.md` at the project root that follows the [Google Stitch DESIGN.md format](https://stitch.withgoogle.com/docs/design-md/overview/), six sections in a fixed order, interoperable with every other DESIGN.md-aware tool.
|
||||
|
||||
Reach for it when:
|
||||
|
||||
|
||||
@@ -405,7 +405,7 @@ import '../styles/testimonials.css';
|
||||
<article class="ks-bento-tile ks-bento-tile--span-4" id="why-designmd">
|
||||
<span class="ks-bento-num" data-color="kinpaku">03</span>
|
||||
<h3 class="why-panel-title">Travels as DESIGN.md.</h3>
|
||||
<p class="why-panel-body"><code>/impeccable document</code> writes one in the <a href="https://stitch.withgoogle.com/docs/design-md/format/" target="_blank" rel="noopener">Google Stitch format</a>. Your visual system becomes portable.</p>
|
||||
<p class="why-panel-body"><code>/impeccable document</code> writes one in the <a href="https://stitch.withgoogle.com/docs/design-md/overview/" target="_blank" rel="noopener">Google Stitch format</a>. Your visual system becomes portable.</p>
|
||||
<div class="why-visual why-visual--designmd-v2">
|
||||
<div class="why-dm-header">
|
||||
<span class="why-dm-filename">DESIGN.md</span>
|
||||
|
||||
Reference in New Issue
Block a user