1
0
mirror of synced 2024-11-25 22:36:03 +03:00
select2/docs
Florian Kissling 42739b780e Merge branch 'master' into docs-improvements
Conflicts:
	docs/examples.html

In the docs-improvements branch, the docs examples live in partials located in docs/_includes/examples.
The updated AJAX example code from https://github.com/select2/select2/pull/3357 – the conflicting addition to docs/examples.html – has been ported to the appropiate partial in docs/_includes/examples.data.html.
2015-06-08 02:27:33 +02:00
..
_includes Merge branch 'master' into docs-improvements 2015-06-08 02:27:33 +02:00
_layouts Fix indention. 2015-05-08 04:08:31 +02:00
_sass Tidy and simplify CSS; add very basic documentation. 2015-06-08 01:46:53 +02:00
css Tidy and simplify CSS; add very basic documentation. 2015-06-08 01:46:53 +02:00
dist Started building the docs site 2014-10-21 21:43:58 -04:00
images Add logo to .navbar-brand. 2015-04-28 02:08:06 +02:00
vendor Move vendor/prettify.css to _sass/_prettify.scss. 2015-04-28 01:52:35 +02:00
.gitignore Started building the docs site 2014-10-21 21:43:58 -04:00
announcements-4.0.html JavaScript indention. 2015-06-07 17:05:17 +02:00
community.html Fix layout. 2015-06-07 01:03:37 +02:00
examples.html JavaScript indention. 2015-06-07 17:05:17 +02:00
index.html Tidy and simplify CSS; add very basic documentation. 2015-06-08 01:46:53 +02:00
options.html JavaScript indention. 2015-06-07 17:05:17 +02:00
README.md Clarified the documentation README [ci skip] 2015-02-24 17:27:16 -05:00

Select2 Documentation

This repository holds the latest documentation for Select2.

What is this?

The documentation is automatically extracted from the docs directory at the Select2 source repository. This is done periodically by the maintainers of Select2.

How can I fix an issue in these docs?

If you are reading this from the source repository, within the docs directory, then you're already in the right place. You can fork the source repository, commit your changes, and then make a pull request and it will be reviewed.

If you are reading this from the documentation repository, you are in the wrong place. Pull requests made directly to the documentation repository will be ignored and eventually closed, so don't do that.

How can I build these docs manually?

In the main Select2 repository, you can build the documentation by executing

grunt docs

Which will start up the documentation on port 4000. You will need Jekyll installed to build the documentation.