Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7bf1fed9
Commit
7bf1fed9
authored
Oct 08, 2021
by
Suzanne Selhorn
Committed by
Craig Norris
Oct 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added legal disclaimer for future versions
parent
17c9a8fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
2 deletions
+26
-2
doc/development/documentation/styleguide/index.md
doc/development/documentation/styleguide/index.md
+26
-2
No files found.
doc/development/documentation/styleguide/index.md
View file @
7bf1fed9
...
...
@@ -1375,6 +1375,7 @@ Alert boxes are generated when one of these words is followed by a line break:
-
`NOTE:`
-
`WARNING:`
-
`INFO:`
(Marketing only)
-
`DISCLAIMER:`
For example:
...
...
@@ -1438,13 +1439,18 @@ to sales and marketing efforts.
```
markdown
INFO:
This info is important.
This info
rmation
is important.
```
It renders on the GitLab documentation site as:
INFO:
This info is important.
This information is important.
### Disclaimer
Use to describe future functionality only.
For more information, see
[
Legal disclaimer for future features
](
#legal-disclaimer-for-future-features
)
.
## Blockquotes
...
...
@@ -1639,6 +1645,24 @@ For example:
You can say that we plan to remove a feature.
#### Legal disclaimer for future features
If you
**must**
write about features we have not yet delivered, put this exact disclaimer near the content it applies to.
```
markdown
DISCLAIMER:
This page contains information related to upcoming products, features, and functionality.
It is important to note that the information presented is for informational purposes only.
Please do not rely on this information for purchasing or planning purposes.
As with all projects, the items mentioned on this page are subject to change or delay.
The development, release, and timing of any products, features, or functionality remain at the
sole discretion of GitLab Inc.
```
If all of the content on the page is not available, use the disclaimer once at the top of the page.
If the content in a topic is not ready, use the disclaimer in the topic.
### Removing versions after each major release
Whenever a major GitLab release occurs, we remove all version references
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment