Commit 7b36eebd authored by Marcel Amirault's avatar Marcel Amirault

Merge branch '290946-docs-aqualls-skip-svg-codes' into 'master'

Don't run Vale on SVG replacement codes

See merge request gitlab-org/gitlab!49523
parents f03081fc 2273074e
......@@ -7,3 +7,6 @@ MinAlertLevel = suggestion
[*.md]
BasedOnStyles = gitlab
# Ignore SVG markup
TokenIgnores = (\*\*\{\w*\}\*\*)
......@@ -32,7 +32,7 @@ is locked.
## Uploading your license
The very first time you visit your GitLab EE installation signed in as an admin,
The very first time you visit your GitLab EE installation signed in as an administrator,
you should see a note urging you to upload a license with a link that takes you
to **Admin Area > License**.
......@@ -94,13 +94,13 @@ You can review the license details at any time in the **License** section of the
## Notification before the license expires
One month before the license expires, a message informing about the expiration
date is displayed to GitLab admins. Make sure that you update your
date is displayed to GitLab administrators. Make sure that you update your
license, otherwise you miss all the paid features if your license expires.
## What happens when your license expires
In case your license expires, GitLab locks down some features like Git pushes,
and issue creation, and displays a message to all admins to inform of the expired license.
and issue creation, and displays a message to all administrators to inform of the expired license.
To get back all the previous functionality, you must upload a new license.
To fall back to having only the Core features active, you must delete the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment