summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide
Commit message (Collapse)AuthorAgeFilesLines
* Updates how to export the state objectFilipa Lacerda2019-03-101-2/+2
|
* Docs: Fix broken anchors in development docsMarcel Amirault2019-03-052-7/+4
|
* Merge branch 'design-management-vue-app-ce' into 'master'Filipa Lacerda2019-02-251-2/+26
|\ | | | | | | | | Port design-management-vue-app to CE See merge request gitlab-org/gitlab-ce!25494
| * Port design-management-vue-app to CEPhil Hughes2019-02-221-2/+26
| |
* | Fix misspellings in docsTakuya Noguchi2019-02-251-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Ensure all lists are surrounded by new linesEvan Read2019-02-226-21/+25
|/ | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Remove consecutive blank lines from markdown filesEvan Read2019-02-187-7/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Add event tracking documentationMartin Wortschack2019-02-131-3/+16
| | | | - Add link to Event tracking in FE guides
* Fix most instances of bare URLs in markdownEvan Read2019-01-241-3/+3
|
* Update vuex.md - swap PUT/POST methodsFilipa Lacerda2019-01-181-2/+2
|
* Update FE developer and installation documentationLukas Eipert2019-01-141-2/+2
|
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-087-36/+37
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Add spaces before code snippetsSylhare2018-12-111-1/+5
|
* Added frontend GraphQL docsPhil Hughes2018-11-282-0/+86
|
* Merge branch '54230-eliminate-duplicated-words' into 'master'Evan Read2018-11-271-1/+1
|\ | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183
| * Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | deprecate UX Guide and redirect to design.gitlabSarrah Vesselov2018-11-211-2/+2
|/
* Merge branch 'docs/fix-ordered-list-item-prefix' into 'master'Achilleas Pipinellis2018-11-132-7/+11
|\ | | | | | | | | Resolve Markdown ordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23007
| * Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-132-7/+11
| |
* | Merge branch 'docs-fl-define-vuejs-expert-role' into 'master'Tim Zallmann2018-11-131-0/+8
|\ \ | |/ |/| | | | | Defines Vue.js Expert Role See merge request gitlab-org/gitlab-ce!21922
| * Updates wordingdocs-fl-define-vuejs-expert-roleFilipa Lacerda2018-09-261-3/+3
| |
| * Defines Vue.js Expert RoleFilipa Lacerda2018-09-261-0/+8
| | | | | | | | Currently we have a vue.js expert role that is not defined By defining this role we can improve our Vue and Vuex code.
* | Rename @gitlab-org/gitlab-svgs to @gitlab/svgsleipert-migrate-gitlab-svgsLukas Eipert2018-10-311-2/+2
| |
* | Fix broken linkEvan Read2018-10-101-52/+57
|/ | | | | Also includes some basic fixes to Markdown to make it adhere to styleguide.
* Fix broken link to modal component sourceDennis Tang2018-09-201-1/+1
|
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-063-347/+387
|
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-272-0/+0
| | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* Changes poll.js to keep polling on any 2xx http status codeFilipa Lacerda2018-07-301-7/+7
|
* Remove old service architecture from Vue docsWinnie Hellmann2018-07-122-228/+11
|
* Merge branch 'winh-mounthelper-path-docs' into 'master'Filipa Lacerda2018-07-101-1/+1
|\ | | | | | | | | Fix mountComponent helper path in docs See merge request gitlab-org/gitlab-ce!20511
| * Fix mountComponent helper path in docsWinnie Hellmann2018-07-091-1/+1
| |
* | Fix link to frontend in handbookWinnie Hellmann2018-07-091-3/+3
|/
* Fix a couple Vuex typosMadLittleMods-master-patch-55656Eric Eastwood2018-06-201-2/+2
|
* Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray2018-06-071-5/+5
|
* Update Frontend documentation regarding Vue and Icons/IllustrationsLukas Eipert2018-05-273-135/+173
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-211-2/+6
|\
| * Make stores export a createStore() which can be used in testswinh-vuex-createStore-docsWinnie Hellmann2018-05-181-2/+6
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-162-15/+27
|\ \ | |/
| * Merge branch 'docs-fe-vuex-updates' into 'master'Filipa Lacerda2018-05-161-12/+24
| |\ | | | | | | | | | | | | Docs fe vuex updates See merge request gitlab-org/gitlab-ce!18826
| | * code example formattingDennis Tang2018-05-141-2/+2
| | |
| | * more typosDennis Tang2018-05-141-4/+4
| | |
| | * typo in `endpoint`Dennis Tang2018-05-141-2/+2
| | |
| | * clarify that the function export should be defaultDennis Tang2018-05-141-1/+1
| | |
| | * fix typoDennis Tang2018-05-111-1/+1
| | |
| | * add link for babel-plugin-rewireDennis Tang2018-05-081-1/+1
| | |
| | * Update vuex.mdDennis Tang2018-05-081-1/+1
| | |
| | * add rewire gotcha about testing vuex actions/gettersDennis Tang2018-05-081-0/+12
| | |
| | * correct doc-nav header hierarchy Dennis Tang2018-05-081-3/+3
| | |
| * | fix typos Frontend Guide, development_process.mdDennis Tang2018-05-151-3/+3
| |/
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-085-252/+400
|\ \ | |/