Skip to content

Commit 98e1509

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: added global footer in footer-dist directory
1 parent 1e6bce0 commit 98e1509

File tree

4 files changed

+103
-1
lines changed

4 files changed

+103
-1
lines changed

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ experimental:
125125
- ./components
126126

127127
js:
128-
- path: ./dist/output.js
128+
- path: ./footer-dist/output.js
129129
strategy: beforeInteractive

fern/footer-dist/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<script type="module" crossorigin src="/output.js"></script>
4+
<link rel="stylesheet" crossorigin href="/output.css">
5+
6+
<body>
7+
<header id="fern-header"></header>
8+
<footer id="fern-footer" style="margin-top:100px"></footer>
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
10+
</body>
11+
</html>

fern/footer-dist/output.css

Whitespace-only changes.

fern/footer-dist/output.js

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)