Skip to content

Commit b5f7b8e

Browse files
committed
Fixes
1 parent fbb723b commit b5f7b8e

7 files changed

Lines changed: 49 additions & 615 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 324 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* Isolated/Codex header entry point.
3+
*
4+
* Built as a separate Parcel target ("isolated-js") and loaded only for
5+
* Isolated and Codex builds via _Head.cshtml. Registers the
6+
* <elastic-docs-header> web component without bloating main.js with
7+
* React / EUI dependencies.
8+
*/
9+
import './web-components/Header/Header'

0 commit comments

Comments
 (0)