mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 12:57:49 +00:00
docs: update API references to include 1.6.x
This commit is contained in:
@@ -2,7 +2,17 @@ import { writable } from 'svelte/store';
|
||||
import type { Language } from './code';
|
||||
import { browser } from '$app/environment';
|
||||
|
||||
const allVersions = ['1.5.x', '1.4.x', '1.3.x', '1.2.x', '1.1.x', '1.0.x', '0.15.x', 'cloud'] as const;
|
||||
const allVersions = [
|
||||
'1.6.x',
|
||||
'1.5.x',
|
||||
'1.4.x',
|
||||
'1.3.x',
|
||||
'1.2.x',
|
||||
'1.1.x',
|
||||
'1.0.x',
|
||||
'0.15.x',
|
||||
'cloud'
|
||||
] as const;
|
||||
|
||||
export type Version = (typeof allVersions)[number];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user