Skip to content

Commit e1c9e5e

Browse files
lfranckeadwk67
andcommitted
Add a section on Export Controls (#545)
* Add a section on Export Controls * Add link to EAR * Update navbar * Fix label * Minor clarifications * Update modules/ROOT/pages/export.adoc Co-authored-by: Andrew Kenworthy <[email protected]> * Update modules/ROOT/pages/export.adoc Co-authored-by: Andrew Kenworthy <[email protected]> * Update modules/ROOT/pages/export.adoc Co-authored-by: Andrew Kenworthy <[email protected]> * Update modules/ROOT/pages/export.adoc Co-authored-by: Andrew Kenworthy <[email protected]> --------- Co-authored-by: Andrew Kenworthy <[email protected]>
1 parent 868acb7 commit e1c9e5e

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

modules/ROOT/nav2.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
* xref:release-notes.adoc[Release notes]
44
* xref:product-information.adoc[]
55
* xref:policies.adoc[]
6-
* xref:licenses.adoc[Licenses]
6+
* xref:licenses.adoc[Licenses]
7+
* xref:export.adoc[Export Control]

modules/ROOT/pages/export.adoc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
= Export Control
2+
3+
== USA
4+
5+
The USA adopts the https://en.wikipedia.org/wiki/Export_Administration_Regulations[Export Administration Regulations (EAR)] as the primary regulation to control exports.
6+
7+
All of our products are outside of the scope of EAR because they fall under the _publicly available_ exemption and do not contain non-standard cryptography.
8+
9+
NOTE: That means E-Mail notifications to the NSA and BIS are not required and are therefore not published here.
10+
11+
In particular:
12+
13+
* We are exempt under https://www.ecfr.gov/current/title-15/subtitle-B/chapter-VII/subchapter-C/part-734/section-734.3[EAR 734.3(b)] because we publish according to https://www.ecfr.gov/current/title-15/subtitle-B/chapter-VII/subchapter-C/part-734/section-734.7[EAR 734.7]
14+
* We are exempt under https://www.ecfr.gov/current/title-15/subtitle-B/chapter-VII/subchapter-C/part-742/section-742.15[EAR 742.15(b)] as our software includes only https://ecfr.io/Title-15/Section-772.1[standard encryption]
15+
16+
The Stackable Data Platform is open source, and the source code of all the components can be found on https://github.com/stackabletech/[GitHub].

supplemental-ui/partials/navbar.hbs

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "concepts/index.html") }}}">Concepts</a>
77
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "demos/index.html") }}}">Demos</a>
88
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "tutorials/index.html") }}}">Tutorials</a>
9+
{{#if (or (eq page.version "23.1") (eq page.version "23.4") (eq page.version "23.7") (eq page.version "23.11"))}}
10+
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "reference/index.html") }}}">CRD Reference</a>
11+
{{else}}
12+
<a class="drop-down-item" href="{{{ page.attributes.crd-docs }}}" target="_blank">
13+
CRD Reference <i class="fa-solid fa-arrow-up-right-from-square fa-sm" style="margin-left: 5px;"></i>
14+
</a>
15+
{{/if}}
916
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "release-notes.html") }}}">Release Notes</a>
1017
</div>
1118
</div>
@@ -40,11 +47,10 @@
4047
<div class="navbar-sub-item drop-down">
4148
Policies and Licenses
4249
<div class="drop-down-content">
43-
<!-- TODO fix link to stable after next release (23.11) -->
44-
<a class="drop-down-item" href="{{{ relativize "/home/nightly/product-information.html" }}}">Product Information</a>
50+
<a class="drop-down-item" href="{{{ relativize "/home/stable/product-information" }}}">Product Information</a>
4551
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "policies.html") }}}">Policies</a>
46-
<!-- TODO fix link to stable after next release (23.11) -->
47-
<a class="drop-down-item" href="{{{ relativize "/home/nightly/licenses.html" }}}">Licenses</a>
52+
<a class="drop-down-item" href="{{{ relativize "/home/stable/licenses" }}}">Licenses</a>
53+
<a class="drop-down-item" href="{{{ relativize "/home/stable/export" }}}">Export Control</a>
4854
</div>
4955
</div>
5056
<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "contributor/index.html") }}}">Contribute</a>

0 commit comments

Comments
 (0)