Skip to content

Commit fb6a6e5

Browse files
committed
JS: Factor beta notice into a reusable snippet
1 parent 3f4ecd5 commit fb6a6e5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
Customizing Library Models for JavaScript
44
=========================================
55

6-
.. pull-quote::
7-
8-
Beta Notice - Unstable API
9-
10-
Library customization using data extensions is currently in beta and subject to change.
11-
12-
Breaking changes to this format may occur while in beta.
6+
.. include:: ../reusables/beta-note-customizing-library-models.rst
137

148
The JavaScript analysis can be customized by adding library models in data extension files.
159

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. pull-quote::
2+
3+
Beta Notice - Unstable API
4+
5+
Library customization using data extensions is currently in beta and subject to change.
6+
7+
Breaking changes to this format may occur while in beta.

0 commit comments

Comments
 (0)