Commit Graph

34 Commits

Author SHA1 Message Date
Natalia Tepluhina 20c96c45f8 docs: move core plugins docs to documentation website (#4120)
Also, created a script to generate docs
2019-06-12 15:32:04 +08:00
Evan You b916635d9e chore: update sponsor link 2019-05-08 08:59:46 +08:00
Haoqun Jiang bbd573bb75 docs: add manifest in html head 2019-03-14 14:16:19 +08:00
Haoqun Jiang eda048a0fc feat: add manifest.json, make the website installable 2019-03-14 14:07:34 +08:00
Haoqun Jiang b93c0a28bf docs: pwa migration 2019-03-13 16:29:46 +08:00
Haoqun Jiang 29d7d0bc37 docs: upgrade to vuepress 1.x 2019-03-11 12:34:15 +08:00
Haoqun Jiang 61a58554a6 docs: add a troubleshooting page for common issues (#3479) 2019-02-22 22:16:41 +08:00
Haoqun Jiang 43bee4ee22 docs: change references of "Vue CLI 3" to "Vue CLI" (#3422) [ci skip] 2019-02-08 20:47:43 +08:00
grafmouse 67ce6a2067 docs: update cli screenshots to 3.4. (#3427) [ci skip] 2019-02-07 17:30:33 +08:00
Natalia Tepluhina 4b2a11e552 docs: Plugin development guide (#2973)
* feat(docs): add Heroku deployment section

* fix: rename remote repository section title

* fix(docs): add a middleware for handling vue-router in deployed app

* fix(docs): fixed formatting

* feat: Create structure for Plugin and Generator API; create Getting started and Modifying webpack config chapters

* feat: started registerCommand description

* feat: Add a description for adding new vue-cli-service command

* fix: Change the part about modifying existing vue-cli-service commands

* feat: Add local installation steps for cli-plugin with/without Vue UI

* feat: Add generator extending package and changing main file chapters

* feat: Create structure for Plugin and Generator API; create Getting started and Modifying webpack config chapters

* feat: started registerCommand description

* feat: Add a description for adding new vue-cli-service command

* fix: Change the part about modifying existing vue-cli-service commands

* feat: Add local installation steps for cli-plugin with/without Vue UI

* feat: Add generator extending package and changing main file chapters

* feat: Add templating part to vue-cli-plugin Generator docs

* feat: described prompts

* fix: fixed condition on template rendering in generator

* fix: changed Getting Started part

* fix: Added links to Generator and Prompts chapters; fixed a description for testing a plugin locally

* fix: reverted changed to Heroku deployment

* fix: restored Surge chapter

* fix: deleted unused image

* fix: changed an order of chapters; added description for Generator part

* Update docs/dev-guide/plugin-dev.md

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: rewrote the Generator part

* feat: add description for extending a package with new command

* fix: fixed service plugin description and links

* fix: fixed links and typos, added prompt API

* feat: UI description and augmenting task in the UI

* feat: added a description for configuration screen in UI

* feat: add configuration files description

* feat: add save config description

* feat: add prompts-in-UI description

* feat: added logo and discoverability sections

* feat: add publish plugin to npm section

* feat: stated plugin API reference

* fix: fixed typo in quote

* feat: Plugin API reference ready

* fix: removed examples

* feat: add Generator API reference

* fix: fixed typo in prompt

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: remove underscore in `_path` parameter

* Update docs/dev-guide/plugin-dev.md

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add export to the templating example

* fix: change preposition

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add missing `{`

* Update docs/dev-guide/plugin-dev.md

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: specified that package.json should be user's one

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: missing bracket

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add dot

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add colon

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add semicolon

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add semicolon

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add semicolon

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: typo in `it's` vs `its`

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* feat: add more places for logo to display

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add vue add option to invocation

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* fix: add fe missed brackets and moved filename section

* fix: fix indentations and remove OPTIONS constant

* fix: fix indentation and wrap built-in plugin description with a tip

* fix: add link to Public static files

* fix: change the description for UI prompts properties

* fix: add `@scope/vue-cli-plugin-<name>` option

* fix: code style fixes

* fix: change config id to follow reverse domain name notation

* fix: style fixes

* feat: add more comments with file names

* docs: fixes

* docs: removed built-it plugins prompts part
2019-01-25 09:42:12 +01:00
Haoqun Jiang 6d5cbdb479 docs: host bit's logo in the project [ci skip]
fixes #3273
2019-01-10 16:46:11 +08:00
Haoqun Jiang 5854443207 docs: put back favicon.png [ci skip]
closes #3273
2019-01-10 16:41:48 +08:00
Haoqun Jiang 016d474e1c workflow: only generate changelog for the latest release and concat with the old
so that the old manually edited parts won't be overwritten.
2019-01-03 14:48:21 +08:00
Haroen Viaene ad9ef4cea7 docs: enable Algolia search (#3085)
Hey there! I enabled VuePress' feature to show the search via DocSearch so there's the extra features, like searching in the content, and typo tolerance. 

Thanks!
2018-12-07 00:13:44 +08:00
Alexander Sokolov 1392ba562b docs: [RU] Translation update (#2401) [ci skip]
* docs: [RU] build-targets.md fix

* docs: [RU] deployment.md added new section

* Update deployment.md

* docs: (ru) deployment.md fix

* docs: [RU] html-and-static-assets.md правка

* docs: image translated into russian

* added ai assets for en and ru

* docs: (ru) ui-api.md changed to localized image
2018-09-09 01:04:39 +08:00
Haoqun Jiang 6f12d35cae docs: merge branch 'docs' into dev [ci skip] 2018-09-05 14:12:47 +08:00
Guillaume Chau 492d564267 docs: add favicon, closes #2423 2018-09-02 14:43:13 +02:00
Alexey Pyltsyn cd619e70d4 fix: spelling of TypeScript (#2389) 2018-08-29 10:21:09 +02:00
Alexander Sokolov 26f87bb7ec docs: [RU] Translation done (#2227) 2018-08-16 13:41:20 -04:00
Evan You c4b4bb06a1 docs: improve installation tip + tweaks [ci skip] 2018-08-10 10:43:24 -04:00
Evan You 04c2be4587 docs: fix searchbox 2018-08-09 02:15:56 -04:00
ULIVZ 048a8fcb3b docs: bump Vuepress & enable sw-update popup (#2116) 2018-08-09 01:52:45 -04:00
Evan You 896a76c2bc chore: update sponsor image [ci skip] 2018-08-07 17:49:58 -04:00
勾三股四 f9260cf4d1 docs(zh): update (#2016) [ci skip] 2018-08-05 22:14:26 -04:00
勾三股四 a0012c4f82 [doc] Chinese docs translation (#1786) 2018-07-24 09:33:00 -04:00
Guillaume Chau cc9a6c2809 fix: vuepress docs branch 2018-07-17 15:25:56 -04:00
Guillaume Chau 2a5d32160f docs: structure rework [ci skip] 2018-07-13 16:39:43 +02:00
Evan You 2eabc1494b chore: add bit sponsor placement 2018-07-01 10:31:22 -04:00
Guillaume Chau cfd05557a9 docs(ui): suggestion screenshot 2018-06-11 16:54:59 +02:00
Guillaume Chau 54ad175e08 docs(ui): refactor (#1535)
* docs(ui): refactor

* docs(ui): polish

* docs(ui): remove empty localization section
2018-06-10 15:46:49 +02:00
Evan You 999cbe4cde docs: wip 2018-06-07 15:39:34 -04:00
Evan You 97787947b9 docs: wip 2018-06-07 13:24:59 -04:00
Evan You 1ffd81e216 docs: progress 2018-06-05 16:51:44 -04:00
Evan You 4e922055e4 docs: wip 2018-06-05 14:50:04 -04:00