fix: reduce pages

This commit is contained in:
Torsten Dittmann
2023-09-15 16:31:24 +02:00
parent a8ee7d10a9
commit babccf2157
3 changed files with 13 additions and 6 deletions

View File

@@ -1,6 +1,13 @@
import type { Language } from './code';
export const versions = ['1.4.x', '1.3.x', '1.2.x', '1.1.x', '1.0.x', '0.15.x'];
export const versions = [
'1.4.x',
'1.3.x',
'1.2.x',
'1.1.x'
// '1.0.x',
// '0.15.x'
];
export enum Service {
Account = 'account',