aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/select2/docs
diff options
context:
space:
mode:
authorMarvin Borner2018-07-13 19:06:45 +0200
committerMarvin Borner2018-07-13 19:06:45 +0200
commit6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch)
treedbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/select2/docs
parentdfd839f27146df0ad0494e11734fc7d310c70ebf (diff)
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/select2/docs')
-rw-r--r--public/bower_components/select2/docs/README.md1
-rw-r--r--public/bower_components/select2/docs/announcements-4.0.html12
-rw-r--r--public/bower_components/select2/docs/community.html12
-rw-r--r--public/bower_components/select2/docs/examples.html12
-rw-r--r--public/bower_components/select2/docs/index.html12
-rw-r--r--public/bower_components/select2/docs/options-old.html12
-rw-r--r--public/bower_components/select2/docs/options.html12
7 files changed, 73 insertions, 0 deletions
diff --git a/public/bower_components/select2/docs/README.md b/public/bower_components/select2/docs/README.md
new file mode 100644
index 0000000..06d589d
--- /dev/null
+++ b/public/bower_components/select2/docs/README.md
@@ -0,0 +1 @@
+Effective beginning September 10, 2017, the Select2 documentation repository is now available at [`select2/docs`](https://github.com/select2/docs).
diff --git a/public/bower_components/select2/docs/announcements-4.0.html b/public/bower_components/select2/docs/announcements-4.0.html
new file mode 100644
index 0000000..bc85b4c
--- /dev/null
+++ b/public/bower_components/select2/docs/announcements-4.0.html
@@ -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> \ No newline at end of file
diff --git a/public/bower_components/select2/docs/community.html b/public/bower_components/select2/docs/community.html
new file mode 100644
index 0000000..ffe8f83
--- /dev/null
+++ b/public/bower_components/select2/docs/community.html
@@ -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> \ No newline at end of file
diff --git a/public/bower_components/select2/docs/examples.html b/public/bower_components/select2/docs/examples.html
new file mode 100644
index 0000000..a463e84
--- /dev/null
+++ b/public/bower_components/select2/docs/examples.html
@@ -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> \ No newline at end of file
diff --git a/public/bower_components/select2/docs/index.html b/public/bower_components/select2/docs/index.html
new file mode 100644
index 0000000..ea8214d
--- /dev/null
+++ b/public/bower_components/select2/docs/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>select2</title>
+ </head>
+ <body>
+ <script>
+ window.location = 'https://select2.org';
+ </script>
+ </body>
+</html> \ No newline at end of file
diff --git a/public/bower_components/select2/docs/options-old.html b/public/bower_components/select2/docs/options-old.html
new file mode 100644
index 0000000..4920b76
--- /dev/null
+++ b/public/bower_components/select2/docs/options-old.html
@@ -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> \ No newline at end of file
diff --git a/public/bower_components/select2/docs/options.html b/public/bower_components/select2/docs/options.html
new file mode 100644
index 0000000..4920b76
--- /dev/null
+++ b/public/bower_components/select2/docs/options.html
@@ -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> \ No newline at end of file