Skip to content

Commit

Permalink
cleanup, add Needle backlink
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Oct 8, 2024
1 parent a80bce3 commit 7782caf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/api-plugins/plausible/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const optionSiteName = "plausibleSiteDomain";
const optionSiteOrigin = "plausibleSiteOrigin";

/**
* This plugin is used to load a plugin that throws an error
* @param {import("typedoc").Application} app
*/
export function load(app) {
Expand Down
2 changes: 1 addition & 1 deletion tools/build_api_docs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ async function produceDocs(packageDir, outputDirectory) {
footerDate: true,

customCss: "./tools/api-plugins/api-docs.css",
// customFooterHtml: "<p>Hello World</p>",
customFooterHtml: "Made with 💚 by <a href='https://needle.tools'>Needle</a>",
inlineTags: [...TypeDoc.OptionDefaults.inlineTags, "@type"],
blockTags: [...TypeDoc.OptionDefaults.blockTags, "@link", "@obsolete", "@validate"],
validation: {
Expand Down

0 comments on commit 7782caf

Please sign in to comment.