diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8e6d01..e705d1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ ## Pull Requests -Looks like you want to help out on vue-select.. awesome! Here's a couple things to keep in mind when contributing. +Looks like you want to help out on vue-select.. awesome! Here's a few things to keep in mind when contributing. 1. If your PR contains multiple commits, try to keep those commits succinct, with descriptive messages. This makes it easier to understand your thought process. -2. Don't run the build before submitting. The build is only run and committed immediately before a new release, and submitting a PR with a build included is just more to parse. +2. **Don't run the build** before submitting. The build is only run and committed immediately before a new release. 3. If your PR fixes or references an open issue, be sure to reference it in your message. 4. If you're adding new functionality, make sure your code has good test coverage. diff --git a/book.json b/book.json deleted file mode 100644 index 113745f..0000000 --- a/book.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "title": "vue-select", - "gitbook": ">3.0.0", - "root": "./docs/gitbook", - "plugins": ["edit-link", "-fontsettings", "codepen", "include-csv"], - "pluginsConfig": { - "edit-link": { - "base": "https://github.com/sagalbot/vue-select/edit/gitbook/docs/gitbook", - "label": "Edit This Page" - }, - "github": { - "url": "https://github.com/sagalbot/vue-select/" - }, - "codepen": { - "theme": 32252 - } - }, - "links": { - "sharing": { - "facebook": false, - "twitter": false - } - } -} diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md deleted file mode 100644 index f7c4655..0000000 --- a/docs/SUMMARY.md +++ /dev/null @@ -1,21 +0,0 @@ -# Summary - -- Getting Started -- [Installation](Install.md) -- [Dropdown Options](Basics/Options.md) - - [Option Labels](Basics/Options.md#labels) - - [Null Options](Basics/Options.md#null) -- [Selecting Values](Basics/Values.md#values) - - [Single](Basics/Values.md#single) - - [Multiple](Basics/Values.md#multiple) - - [Tagging](Basics/Values.md#tagging) -- [Localization](Basics/Localization.md) - -- Digging Deeper -- [Templating](Advanced/Templating.md) -- [Vuex](Advanced/Vuex.md) -- [AJAX](Advanced/Ajax.md) -- [Examples](Examples.md) - -- API -- [Props](Api/Props.md) \ No newline at end of file