Skip to content

Commit 9a88493

Browse files
authoredDec 20, 2024··
feat!: remove addons subcommand (#6974)
1 parent afdfe46 commit 9a88493

16 files changed

+1
-1002
lines changed
 

‎.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ test-site
2626
site/dist
2727
site-cra
2828
site/src/**/*.md
29-
!site/src/register-addon.md
30-
!site/src/register-addon-thanks.md
3129

3230
# tests
3331
.verdaccio-storage

‎docs/commands/addons.md

-147
This file was deleted.

‎site/src/_app.js

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const navOrder = [
3737
'index',
3838
'getting-started',
3939
'commands',
40-
'addons',
4140
'api',
4241
'blobs',
4342
'build',
@@ -65,7 +64,6 @@ const navOrder = [
6564
const pageNames = {
6665
index: 'CLI Reference',
6766
'getting-started': 'Getting Started',
68-
addons: 'addons (deprecated)',
6967
}
7068

7169
const sortRoutes = (routes) =>

‎site/src/register-addon-thanks.md

-9
This file was deleted.

‎site/src/register-addon.md

-96
This file was deleted.

‎src/commands/addons/addons-auth.ts

-28
This file was deleted.

0 commit comments

Comments
 (0)