Skip to content

Commit

Permalink
Merge pull request #61 from trueberryless-org/starlight-sidebar-swipe
Browse files Browse the repository at this point in the history
Add Starlight Sidebar Swipe
  • Loading branch information
trueberryless authored Dec 30, 2024
2 parents 52d1151 + f7500e4 commit 88b284a
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/quick-carrots-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"template-files": patch
---

Add Starlight Sidebar Swipe Plugin to repos.json
167 changes: 167 additions & 0 deletions repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,173 @@
}
]
},

{
"name": "trueberryless-org/starlight-sidebar-swipe",
"files": [
{
"path": "template-files/.changeset/config.json",
"targetPath": ".changeset/config.json",
"props": {
"repositoryName": "starlight-sidebar-swipe"
}
},
{
"path": "template-files/.changeset/README.md",
"targetPath": ".changeset/README.md",
"props": {
"repositoryName": "starlight-sidebar-swipe"
}
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.github/labeler.yaml",
"targetPath": ".github/labeler.yaml"
},
{
"path": "template-files/.github/workflows/deployment.yaml",
"targetPath": ".github/workflows/deployment.yaml",
"props": {
"branchName": "main",
"repositoryName": "starlight-sidebar-swipe",
"documentationFolder": "docs",
"makeLatest": "false"
}
},
{
"path": "template-files/.github/workflows/format.yaml",
"targetPath": ".github/workflows/format.yaml",
"props": {
"branchName": "main"
}
},
{
"path": "template-files/.github/workflows/labeler.yaml",
"targetPath": ".github/workflows/labeler.yaml"
},
{
"path": "template-files/.github/workflows/publish.yaml",
"targetPath": ".github/workflows/publish.yaml",
"props": {
"branchName": "main",
"repositoryName": "starlight-sidebar-swipe",
"packageName": "starlight-sidebar-swipe"
}
},
{
"path": "template-files/.github/workflows/release.yaml",
"targetPath": ".github/workflows/release.yaml",
"props": {
"branchName": "main"
}
},
{
"path": "template-files/.github/workflows/welcome-bot.yaml",
"targetPath": ".github/workflows/welcome-bot.yaml",
"props": {
"branchName": "main"
}
},
{
"path": "template-files/.gitignore/Node.gitignore",
"targetPath": ".gitignore"
},
{
"path": "template-files/.prettierignore",
"targetPath": ".prettierignore"
},
{
"path": "template-files/.prettierrc/.prettierrc",
"targetPath": ".prettierrc"
},
{
"path": "template-files/Dockerfile/httpd.Dockerfile",
"targetPath": "Dockerfile",
"props": {
"documentationFolder": "docs"
}
},
{
"path": "template-files/LICENSE",
"targetPath": "LICENSE",
"props": {
"year": "2024"
}
},
{
"path": "template-files/manifest/certificate.yaml",
"targetPath": "manifest/certificate.yaml",
"props": {
"repositoryName": "starlight-sidebar-swipe",
"subdomainName": "starlight-sidebar-swipe"
}
},
{
"path": "template-files/manifest/deployment.yaml",
"targetPath": "manifest/deployment.yaml",
"special": "manifest/deployment.yaml",
"props": {
"repositoryName": "starlight-sidebar-swipe"
}
},
{
"path": "template-files/manifest/ingress.yaml",
"targetPath": "manifest/ingress.yaml",
"props": {
"repositoryName": "starlight-sidebar-swipe",
"subdomainName": "starlight-sidebar-swipe"
}
},
{
"path": "template-files/manifest/namespace.yaml",
"targetPath": "manifest/namespace.yaml",
"props": {
"repositoryName": "starlight-sidebar-swipe"
}
},
{
"path": "template-files/manifest/service.yaml",
"targetPath": "manifest/service.yaml",
"props": {
"repositoryName": "starlight-sidebar-swipe"
}
},
{
"path": "template-files/package.json/changeset.package.json",
"targetPath": "package.json",
"special": "package.json"
},
{
"path": "template-files/package.json/package.manager.package.json",
"targetPath": "package.json",
"special": "package.json"
},
{
"path": "template-files/package.json/definition.package.json",
"targetPath": "package.json",
"special": "package.json",
"props": {
"packageName": "starlight-sidebar-swipe-monorepo",
"repositoryName": "starlight-sidebar-swipe"
}
},
{
"path": "template-files/README.md",
"targetPath": "packages/starlight-sidebar-swipe/README.md",
"special": "README.md"
},
{
"path": "template-files/pnpm-workspace.yaml",
"targetPath": "pnpm-workspace.yaml",
"props": {
"documentationFolder": "docs"
}
}
]
},
{
"name": "trueberryless-org/starlight-contributor-list",
"files": [
Expand Down

0 comments on commit 88b284a

Please sign in to comment.