implement additional redirects for other pages
This commit is contained in:
parent
67328e3a55
commit
a3a8de87e3
12
docs/announcements-4.0.html
Normal file
12
docs/announcements-4.0.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>select2</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
window.location = 'https://select2.org/upgrading/new-in-40';
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
12
docs/community.html
Normal file
12
docs/community.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>select2</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
window.location = 'https://select2.org/getting-help';
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
12
docs/examples.html
Normal file
12
docs/examples.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>select2</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
window.location = 'https://select2.org/getting-started/basic-usage';
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
12
docs/options-old.html
Normal file
12
docs/options-old.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>select2</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
window.location = 'https://select2.org/configuration';
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
12
docs/options.html
Normal file
12
docs/options.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>select2</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
window.location = 'https://select2.org/configuration';
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user