Skip to content

Commit

Permalink
docs: generate documents
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 2, 2022
1 parent b973155 commit 305f352
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ Markdown formatting buttons for text inputs.

[Repository](https://github.com/github/markdown-toolbar-element) | [Example](https://github.github.com/markdown-toolbar-element/examples/)

### [github/relative-time-element](https://github.com/github/relative-time-element)

Web component extensions to the standard <time> element.

[Repository](https://github.com/github/relative-time-element) | [Example](https://github.github.io/time-elements/examples/)

### [github/remote-input-element](https://github.com/github/remote-input-element)

An input element that sends its value to a server endpoint and renders the response body.
Expand All @@ -94,12 +100,6 @@ Activates a suggestion menu to expand text snippets as you type.

[Repository](https://github.com/github/text-expander-element) | [Example](http://github.github.io/text-expander-element/examples)

### [github/time-elements](https://github.com/github/time-elements)

Web component extensions to the standard <time> element.

[Repository](https://github.com/github/time-elements) | [Example](https://github.github.io/time-elements/examples/)

### [github/typing-effect-element](https://github.com/github/typing-effect-element)

A custom element that shows text as if it were being typed
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"image-crop-element": "github/image-crop-element",
"include-fragment-element": "github/include-fragment-element",
"markdown-toolbar-element": "github/markdown-toolbar-element",
"relative-time-element": "github/relative-time-element",
"remote-input-element": "github/remote-input-element",
"tab-container-element": "github/tab-container-element",
"task-lists-element": "github/task-lists-element",
"text-expander-element": "github/text-expander-element",
"time-elements": "github/time-elements",
"typing-effect-element": "github/typing-effect-element"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@github/image-crop-element": "*",
"@github/include-fragment-element": "*",
"@github/markdown-toolbar-element": "*",
"@github/relative-time-element": "*",
"@github/remote-input-element": "*",
"@github/tab-container-element": "*",
"@github/task-lists-element": "*",
"@github/text-expander-element": "*",
"@github/time-elements": "*",
"@github/typing-effect-element": "*"
}
}

0 comments on commit 305f352

Please sign in to comment.