Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.md « development « new_fe_guide « development « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52435ca719d5aacec7854de861a01b65a2de4f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
stage: none
group: unassigned
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
---

# Development

## [Components](components.md)

Documentation on existing components and how to best create a new component.

## [Accessibility](accessibility.md)

Learn how to implement an accessible frontend.

## [Performance](performance.md)

Learn how to keep our frontend performant.

## [Testing](../../testing_guide/frontend_testing.md)

Learn how to keep our frontend tested.