Skip to content

Commit a92254b

Browse files
committed
feat(api): remove @next from @ionic/docs
1 parent 7f91361 commit a92254b

File tree

119 files changed

+12462
-1678
lines changed

Some content is hidden

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

119 files changed

+12462
-1678
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Production
55
/build
66
/www
7+
/i18n
78

89
# Generated files
910
.docusaurus

scripts/build-translate/translate-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fetch = require('node-fetch');
22
import { commands } from '../data/cli.json';
33

44
export const getTranslateType = async () => {
5-
const response = await fetch('https://unpkg.com/@ionic/docs@next/core.json');
5+
const response = await fetch('https://unpkg.com/@ionic/docs/core.json');
66
const { components } = await response.json();
77

88
return [

0 commit comments

Comments
 (0)