Skip to content

Commit

Permalink
Merge pull request #24 from royalfig/new-release-test
Browse files Browse the repository at this point in the history
New release test
  • Loading branch information
royalfig authored May 27, 2024
2 parents 44cb631 + 5b279fc commit cded7b5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
label: 'Guides',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Example Guide', link: '/guides/example/' },
{ label: 'Installation', link: '/guides/install/' },
],
},
{
Expand Down
10 changes: 10 additions & 0 deletions docs/src/content/docs/reference/attributes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Share Button Attributes
description: All available attributes
---

Use the following attributes to customize the share button.

| Attribute | Description | Default | Example |
| --------- | ----------- | ------- | ------- |
| x | y | z | z |
11 changes: 0 additions & 11 deletions docs/src/content/docs/reference/example.md

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@royalfig/share-button",
"description": "Adds a web-component share button to your website",
"version": "0.0.33",
"version": "1.0.0",
"type": "module",
"private": false,
"files": [
Expand Down

0 comments on commit cded7b5

Please sign in to comment.