Skip to content

Commit acbdd3a

Browse files
authored
docs: Match endojs.org header (#3018)
2 parents 71d629a + 74aee55 commit acbdd3a

File tree

8 files changed

+8
-23
lines changed

8 files changed

+8
-23
lines changed

docs/assets/custom.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11

22
:root {
3+
--dim-toolbar-contents-height: 71px;
34
--dim-footer-height: 0;
45
}
56

67
.title {
7-
padding-left: 40px;
8+
padding-left: 60px;
9+
font-size: 20px;
810
}
911

1012
.tsd-toolbar-contents::after {
1113
position: absolute;
12-
top: 1px;
13-
width: 38px;
14-
height: 38px;
14+
top: 7px;
15+
width: 57px;
16+
height: 57px;
1517
content: '';
16-
background-image: url(/images/endo-logo-red-38px.png);
18+
background-image: url(/images/endo-logo-red-57px.png);
1719
}

docs/images/endo-logo-red-38px.png

-2.39 KB
Binary file not shown.

docs/images/endo-logo-red-57px.png

4.2 KB
Loading

packages/base64/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* @packageDescription
3-
* [[include:README.md]]
4-
*/
51
export { encodeBase64 } from './src/encode.js';
62
export { decodeBase64 } from './src/decode.js';
73
export { btoa } from './btoa.js';

packages/benchmark/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
/**
2-
* @packageDescription
3-
* [[include:README.md]]
4-
*/

packages/bundle-source/src/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @packageDescription
3-
* [[include:../README.md]]
4-
*/
5-
61
import bundleSource from './bundle-source.js';
72

83
export default bundleSource;

packages/cache-map/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
/**
2-
* @packageDescription
3-
* [[include:README.md]]
4-
*/
51
export { makeCacheMapKit } from './src/cachemap.js';

typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"plugin": [
3838
"typedoc-plugin-mermaid"
3939
],
40-
"name": "EndoJS",
40+
"name": "Endo",
4141
"titleLink": "https://endojs.org",
4242
"entryPointStrategy": "packages",
4343
"customCss": "docs/assets/custom.css",

0 commit comments

Comments
 (0)