Skip to content

Commit 374adfd

Browse files
authored
Merge pull request #12 from signalwire/Devon/copy_page_content
New copyButton theme package & new major release for plugin
2 parents 6cab586 + 75fa8a5 commit 374adfd

File tree

114 files changed

+9538
-4554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+9538
-4554
lines changed

.changeset/eight-clubs-read.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@signalwire/docusaurus-theme-llms-txt': patch
3+
---
4+
5+
fix styling issue

.changeset/legal-toes-joke.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@signalwire/docusaurus-plugin-llms-txt': major
3+
'@signalwire/docusaurus-theme-llms-txt': major
4+
---
5+
6+
Alpha Release

.eslintignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
node_modules/
2+
**/dist/
3+
**/lib/
4+
**/build/
5+
**/.docusaurus/
6+
coverage/
7+
**/*.d.ts
8+
website/
9+
**/assets/
10+
**/*.min.js
11+
**/*bundle*.js
12+
__tests__/
13+
development/
14+
.eslintrc.*

0 commit comments

Comments
 (0)