chore: append edit links

This commit is contained in:
unix
2020-03-19 23:16:41 +08:00
parent 3c46949597
commit b04dbfc015
25 changed files with 30 additions and 27 deletions

View File

@@ -83,7 +83,7 @@ Avatars represent a user or a team. Stacked avatars represent a group of people.
}
`} />
<Attributes>
<Attributes edit="/pages/docs/components/avatar.mdx">
<Attributes.Title>Avatar.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -117,7 +117,7 @@ Display related but alternate actions for a button.
</ButtonDropdown>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/button-dropdown.mdx">
<Attributes.Title>ButtonDropdown.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -85,7 +85,7 @@ Used to trigger an operation.
</>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/button.mdx">
<Attributes.Title>Button.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -30,7 +30,7 @@ Display an capacity indicator.
}
`} />
<Attributes>
<Attributes edit="/pages/docs/components/capacity.mdx">
<Attributes.Title>Capacity.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -39,7 +39,7 @@ A common container component.
</Card>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/card.mdx">
<Attributes.Title>Card.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -49,7 +49,7 @@ Displays a boolean value.
}
`} />
<Attributes>
<Attributes edit="/pages/docs/components/checkbox.mdx">
<Attributes.Title>Checkbox.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -38,7 +38,7 @@ export const meta = {
yarn add @zeit-ui/vue</Code>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/code.mdx">
<Attributes.Title>Code.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -23,7 +23,7 @@ A common container component.
<Description title="Section Title" content={<p><Code>code</Code> about this section.</p>} />
`} />
<Attributes>
<Attributes edit="/pages/docs/components/description.mdx">
<Attributes.Title>Description.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -56,7 +56,7 @@ export const meta = {
</Display>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/display.mdx">
<Attributes.Title>Display.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -32,7 +32,7 @@ Display an indicator of deployment status.
</>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/dot.mdx">
<Attributes.Title>Dot.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -89,7 +89,7 @@ Display a collection of related information in a single unit.
}
`} />
<Attributes>
<Attributes edit="/pages/docs/components/fieldset.mdx">
<Attributes.Title>Fieldset.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -35,7 +35,7 @@ Display image content.
</Display>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/image.mdx">
<Attributes.Title>Image.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -101,7 +101,7 @@ Retrieve text input from a user.
`} />
<Attributes>
<Attributes edit="/pages/docs/components/input.mdx">
<Attributes.Title>Input.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -46,7 +46,7 @@ Display keyboard input that triggers an action.
<Keyboard small>/</Keyboard>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/keyboard.mdx">
<Attributes.Title>Keyboard.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -123,7 +123,7 @@ Smart and simple layout components.
</>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/layout.mdx">
<Attributes.Title>Row.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -39,7 +39,7 @@ Hyperlinks between pages.
</div>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/link.mdx">
<Attributes.Title>Link.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -117,7 +117,7 @@ Display popup content that requires attention or provides additional information
}
`} />
<Attributes>
<Attributes edit="/pages/docs/components/modal.mdx">
<Attributes.Title>Modal.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -77,7 +77,7 @@ Display text that requires attention or provides additional information.
</>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/note.mdx">
<Attributes.Title>Note.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -84,7 +84,7 @@ Provides single user input from a selection of options.
`} />
<Attributes>
<Attributes edit="/pages/docs/components/radio.mdx">
<Attributes.Title>Radio.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -40,8 +40,8 @@ Provide empty space.
</Container>
`} />
<Attributes>
<Attributes.Title>Avatar.Props</Attributes.Title>
<Attributes edit="/pages/docs/components/spacer.mdx">
<Attributes.Title>Spacer.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default
| ---------- | ---------- | ---- | -------------- | ------ |

View File

@@ -31,7 +31,7 @@ Indicate an action running in the background.
</>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/spinner.mdx">
<Attributes.Title>Spinner.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -29,7 +29,7 @@ Display a unique keyword, optionally as a part of a set.
</div>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/tag.mdx">
<Attributes.Title>Tag.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -78,7 +78,7 @@ Display text using well-defined typographic styles.
</>
`} />
<Attributes>
<Attributes edit="/pages/docs/components/text.mdx">
<Attributes.Title>Text.Props</Attributes.Title>
| Attribute | Description | Type | Accepted values | Default

View File

@@ -89,7 +89,7 @@ Display an important message globally.
}
`} />
<Attributes>
<Attributes edit="/pages/docs/components/toast.mdx">
<Attributes.Title>useToasts</Attributes.Title>
```ts