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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/new_fe_guide/tips.md')
-rw-r--r--doc/development/new_fe_guide/tips.md38
1 files changed, 7 insertions, 31 deletions
diff --git a/doc/development/new_fe_guide/tips.md b/doc/development/new_fe_guide/tips.md
index 5d4c0fc019f..83c1db696b4 100644
--- a/doc/development/new_fe_guide/tips.md
+++ b/doc/development/new_fe_guide/tips.md
@@ -1,35 +1,11 @@
---
-stage: none
-group: Development
-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/#assignments
+redirect_to: '../fe_guide/index.md'
+remove_date: '2022-11-15'
---
-# Tips
+This document was moved to [another location](../fe_guide/index.md).
-## Clearing production compiled assets
-
-To clear production compiled assets created with `yarn webpack-prod` you can run:
-
-```shell
-yarn clean
-```
-
-## Creating feature flags in development
-
-The process for creating a feature flag is the same as [enabling a feature flag in development](../feature_flags/index.md#enabling-a-feature-flag-locally-in-development).
-
-Your feature flag can now be:
-
-- [Made available to the frontend](../feature_flags/index.md#frontend) via the `gon`
-- Queried in [tests](../feature_flags/index.md#feature-flags-in-tests)
-- Queried in HAML templates and Ruby files via the `Feature.enabled?(:my_shiny_new_feature_flag)` method
-
-### More on feature flags
-
-- [Deleting a feature flag](../../api/features.md#delete-a-feature)
-- [Manage feature flags](https://about.gitlab.com/handbook/product-development-flow/feature-flag-lifecycle/)
-- [Feature flags API](../../api/features.md)
-
-## Running tests locally
-
-This can be done as outlined by the [frontend testing guide](../testing_guide/frontend_testing.md#running-frontend-tests).
+<!-- This redirect file can be deleted after <2022-11-15>. -->
+<!-- Redirects that point to other docs in the same project expire in three months. -->
+<!-- Redirects that point to docs in a different project or site (for example, link is not relative and starts with `https:`) expire in one year. -->
+<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/redirects.html -->