You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ A [TypeDoc](https://github.com/TypeStrong/typedoc) plugin to add extras to the o
8
8
9
9
It allows you to:
10
10
11
-
- Set a custom favicon.
12
11
- Add the date/time of generation after "Generated using TypeDoc" in the footer. (cf. the [example](#example) below)
13
12
- Set a custom top-most title name (without changing the package name, like `--name` would do).
14
13
- For example, you could have `--customTitle "Go back" --titleLink <url-of-your-parent-documentation>`
@@ -20,6 +19,9 @@ All extras are disabled by default: they are opt-in.
20
19
21
20
Feel free to ask for another extra or to make a PR 😉
22
21
22
+
> [!IMPORTANT]
23
+
> TypeDoc [now natively supports specifying a favicon](https://typedoc.org/documents/Options.Output.html#favicon). Consequently, the `--favicon` option in this plugin has been removed to prevent conflicts.
24
+
23
25
## Example
24
26
25
27

@@ -52,11 +54,6 @@ The following arguments can be used in addition to the default [TypeDoc argument
52
54
Specify a custom `<meta name="description"` property.<br>
53
55
Example: `An example description`
54
56
55
-
-`--favicon`<br>
56
-
Specify the path or URL of the favicon file.<br>
57
-
Example: `public/favicon.ico`<br>
58
-
**Note:** If given a path, the favicon file is copied into the documentation's output directory (`--out`).
0 commit comments