Skip to content

Commit

Permalink
feat!: remove addons subcommand (#6974)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahetter authored Dec 20, 2024
1 parent afdfe46 commit 9a88493
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1,002 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ test-site
site/dist
site-cra
site/src/**/*.md
!site/src/register-addon.md
!site/src/register-addon-thanks.md

# tests
.verdaccio-storage
Expand Down
147 changes: 0 additions & 147 deletions docs/commands/addons.md

This file was deleted.

2 changes: 0 additions & 2 deletions site/src/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const navOrder = [
'index',
'getting-started',
'commands',
'addons',
'api',
'blobs',
'build',
Expand Down Expand Up @@ -65,7 +64,6 @@ const navOrder = [
const pageNames = {
index: 'CLI Reference',
'getting-started': 'Getting Started',
addons: 'addons (deprecated)',
}

const sortRoutes = (routes) =>
Expand Down
9 changes: 0 additions & 9 deletions site/src/register-addon-thanks.md

This file was deleted.

96 changes: 0 additions & 96 deletions site/src/register-addon.md

This file was deleted.

28 changes: 0 additions & 28 deletions src/commands/addons/addons-auth.ts

This file was deleted.

Loading

2 comments on commit 9a88493

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,214
  • Package size: 317 MB
  • Number of ts-expect-error directives: 830

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,214
  • Package size: 317 MB
  • Number of ts-expect-error directives: 830

Please sign in to comment.