mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 21:07:44 +00:00
fix: reduce pages
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user