We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb723b commit b5f7b8eCopy full SHA for b5f7b8e
7 files changed
src/Elastic.Documentation.Site/Assets/codex.ts
@@ -0,0 +1,8 @@
1
+/**
2
+ * Codex build entry point.
3
+ *
4
+ * Built as a separate Parcel target ("codex-js") and loaded only for
5
+ * Codex builds via _Head.cshtml. Registers the <elastic-docs-header>
6
+ * web component without bloating main.js with React / EUI dependencies.
7
+ */
8
+import './web-components/Header/Header'
src/Elastic.Documentation.Site/Assets/isolated-header.ts
src/Elastic.Documentation.Site/Assets/isolated.ts
@@ -0,0 +1,9 @@
+ * Isolated/Codex header entry point.
+ * Built as a separate Parcel target ("isolated-js") and loaded only for
+ * Isolated and Codex builds via _Head.cshtml. Registers the
+ * <elastic-docs-header> web component without bloating main.js with
+ * React / EUI dependencies.
9
0 commit comments